aboutsummaryrefslogtreecommitdiff
path: root/build/build35.bat
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-16 15:58:25 -0500
committerrogerk <devnull@localhost>2012-10-16 15:58:25 -0500
commitad7b9d114eb001e9803b9e3d4cbfb4cccd41a750 (patch)
tree15d775a711ac7425c73884fb7895047177ea43b6 /build/build35.bat
parent8aad022bece39e9daa5d0d1b1a036c096fff2bb7 (diff)
downloadprotobuf-ad7b9d114eb001e9803b9e3d4cbfb4cccd41a750.tar.gz
protobuf-ad7b9d114eb001e9803b9e3d4cbfb4cccd41a750.tar.bz2
protobuf-ad7b9d114eb001e9803b9e3d4cbfb4cccd41a750.zip
Cleanup of build batch files, todo - rework publishrelease.bat
Diffstat (limited to 'build/build35.bat')
-rw-r--r--build/build35.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/build35.bat b/build/build35.bat
deleted file mode 100644
index 8c15d8bc..00000000
--- a/build/build35.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-SET BUILD_TARGET=%~1
-SET BUILD_CONFIG=%~2
-
-IF "%BUILD_TARGET%"=="" SET BUILD_TARGET=Rebuild
-IF "%BUILD_CONFIG%"=="" SET BUILD_CONFIG=Debug
-
-CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /nologo build.csproj /toolsversion:4.0 %3 %4 %5 %6 "/t:%BUILD_TARGET%" "/p:BuildConfiguration=%BUILD_CONFIG%;TargetVersion=NET35"