Update msbuild.bat

Added quotes around solution path.
This commit is contained in:
DankParrot 2016-09-07 18:55:48 -07:00 committed by GitHub
parent 82055f9778
commit 8fdc42e302

View file

@ -1,6 +1,6 @@
@echo off
:: Version 12.0
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" %cd%\sdk2013ce.sln
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" "%cd%\sdk2013ce.sln"
pause
pause