parent
930ec0dab2
commit
42e8ec7fd3
3 changed files with 15 additions and 1 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=ReleaseBinaries |
||||||
|
|
||||||
|
:END |
||||||
|
PAUSE |
Loading…
Reference in new issue