parent
a48354e2ca
commit
05ca4da799
3 changed files with 11 additions and 1 deletions
@ -1,5 +1,5 @@ |
||||
@echo off |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug |
||||
|
||||
pause |
@ -0,0 +1,5 @@ |
||||
@echo off |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Release |
||||
|
||||
pause |
@ -0,0 +1,5 @@ |
||||
@echo off |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Silverlight2 |
||||
|
||||
pause |
Loading…
Reference in new issue