aboutsummaryrefslogtreecommitdiff
path: root/build/build35.bat
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2010-12-15 13:26:33 -0600
committercsharptest <roger@csharptest.net>2010-12-15 13:26:33 -0600
commit30d3fa320573ae7be306b97cccb52c1d281d3d03 (patch)
tree34dc4ca363a616ee162bacd374642aa9902b7ea8 /build/build35.bat
parent727107726dfec2cb81602b6175a654cfcd3f2b27 (diff)
downloadprotobuf-30d3fa320573ae7be306b97cccb52c1d281d3d03.tar.gz
protobuf-30d3fa320573ae7be306b97cccb52c1d281d3d03.tar.bz2
protobuf-30d3fa320573ae7be306b97cccb52c1d281d3d03.zip
Converted build to also work under .net 3.5
Diffstat (limited to 'build/build35.bat')
-rw-r--r--build/build35.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build35.bat b/build/build35.bat
new file mode 100644
index 00000000..052b782b
--- /dev/null
+++ b/build/build35.bat
@@ -0,0 +1,6 @@
+@echo off
+SET START_DIR=%CD%
+CD %~dp0
+%WINDIR%\Microsoft.NET\Framework\v3.5\MSBuild.exe build.csproj /t:Build /p:BuildConfiguration=Debug /p:Platform="Any CPU" /p:TargetFramework="v2.0" /p:BuildTools="v3.5" /toolsversion:3.5
+CD %START_DIR%
+SET START_DIR=