parent
42e8ec7fd3
commit
b7b80b500f
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
: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=AllBinariesAndSource |
||||
|
||||
:END |
||||
PAUSE |
Loading…
Reference in new issue