Sfoglia il codice sorgente

Added batch file for running 'Build'

ArnoldZokas 15 anni fa
parent
commit
374d7f35d6
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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