aboutsummaryrefslogtreecommitdiff
path: root/build/BuildAll.bat
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-11-29 22:07:46 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-11-29 22:07:46 +0000
commit88d4e8bb3202571ad2763d4d7a95465fdb81af21 (patch)
tree1adbe23b4f10dfaefaaf78c339a2e40a6bafabb2 /build/BuildAll.bat
parent3f5b69df285b7ea4ad5ca8cc17123ed12d247ea6 (diff)
downloadprotobuf-88d4e8bb3202571ad2763d4d7a95465fdb81af21.tar.gz
protobuf-88d4e8bb3202571ad2763d4d7a95465fdb81af21.tar.bz2
protobuf-88d4e8bb3202571ad2763d4d7a95465fdb81af21.zip
Added batch file for running 'BuildAll'
Diffstat (limited to 'build/BuildAll.bat')
-rw-r--r--build/BuildAll.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/BuildAll.bat b/build/BuildAll.bat
new file mode 100644
index 00000000..e815d784
--- /dev/null
+++ b/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 \ No newline at end of file