Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2015-02-20 14:07:29 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2015-02-20 14:07:29 +0300
commit3a0065616289107f3fdd30bb10265a8c72beef10 (patch)
treeac9948a3ce66eb91f9b074feaed6081ddc8808c3 /main/winbuild.bat
parent0a12c593405d71794411140757c3f8374ea9fdeb (diff)
Fixed winbuild.bat to be able to compile C#6
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index dec63ce9d9..63ce4a99f5 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1 +1 @@
-"%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"
+"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"