Browse Source

Added batch file for running 'BuildAll'

ArnoldZokas 15 years ago
parent
commit
88d4e8bb32
1 changed files with 11 additions and 0 deletions
  1. 11 0
      build/BuildAll.bat

+ 11 - 0
build/BuildAll.bat

@@ -0,0 +1,11 @@
+: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
+ECHO RONG!
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2
+
+:END
+PAUSE