diff --git a/build/Build.bat b/build/Build.bat new file mode 100644 index 0000000000..0163c1c83b --- /dev/null +++ b/build/Build.bat @@ -0,0 +1,5 @@ +@echo off + +%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug + +pause \ No newline at end of file