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:
authorLluis Sanchez Gual <lluis@novell.com>2011-02-02 15:51:46 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-02-02 15:51:46 +0300
commit953b84c03d25ff4b52cab23a795ea45865a69818 (patch)
tree044cd0e3500cfac93c5dded4434059fb62e137f1 /main/winbuild.sh
parent42a475376e5f85b191e3d1e0e66ac01e3a66aa40 (diff)
More .net 4.0 migration work
Diffstat (limited to 'main/winbuild.sh')
-rw-r--r--main/winbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.sh b/main/winbuild.sh
index cfa7dc945d..fdae83a0c6 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,2 +1,2 @@
-export PATH="/c/Windows/Microsoft.NET/Framework/v3.5:$PATH"
+export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
MSBuild.exe Main.sln -p:Configuration=DebugWin32 -p:Platform=x86 $*