Преглед изворни кода

Added batch file for running 'Build'

ArnoldZokas пре 15 година
родитељ
комит
374d7f35d6
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      build/Build.bat

+ 5 - 0
build/Build.bat

@@ -0,0 +1,5 @@
+@echo off
+
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug
+
+pause