parent
b7b80b500f
commit
b287a2de36
5 changed files with 19 additions and 10 deletions
@ -1,9 +1,7 @@ |
||||
:BEGIN |
||||
@ECHO OFF |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
:SILVERLIGHT2 |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2 |
||||
|
||||
:END |
||||
|
@ -1,13 +1,16 @@ |
||||
:BEGIN |
||||
@ECHO OFF |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2 |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
:SILVERLIGHT2 |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release_Silverlight2 |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
:GENERATE_PACKAGE |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:GeneratePackage /p:PackageScope=AllBinariesAndSource |
||||
|
||||
:END |
||||
|
@ -1,13 +1,10 @@ |
||||
:BEGIN |
||||
@ECHO OFF |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
:SILVERLIGHT2 |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Release_Silverlight2 |
||||
IF ERRORLEVEL 1 GOTO END |
||||
|
||||
:GENERATE_PACKAGE |
||||
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:GeneratePackage /p:PackageScope=ReleaseBinaries |
||||
|
||||
:END |
||||
|
Loading…
Reference in new issue