parent
374d7f35d6
commit
227d30a280
3 changed files with 7 additions and 2 deletions
@ -1,5 +1,5 @@ |
||||
@echo off |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug |
||||
|
||||
pause |
@ -0,0 +1,5 @@ |
||||
@echo off |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2 |
||||
|
||||
pause |
Loading…
Reference in new issue