Browse Source

Added batch file for running 'Build'

ArnoldZokas 15 năm trước cách đây
mục cha
commit
374d7f35d6
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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