aboutsummaryrefslogtreecommitdiff
path: root/build/build40.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/build40.bat')
-rw-r--r--build/build40.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/build40.bat b/build/build40.bat
deleted file mode 100644
index 89dafe5a..00000000
--- a/build/build40.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=NET40"