aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Core/Targets/VSVersion.cs
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-22 17:03:13 -0700
committerJohn Hurliman2009-10-22 17:03:13 -0700
commit96d53f11e554f37c135fa2d009f9ffed1a5ec724 (patch)
treefa31b970bb08bc9bda9db0e9a5a7866116300d70 /Prebuild/src/Core/Targets/VSVersion.cs
parent* Moved Copyrights above the comments in ODEPrim and ODEDynamics so they're c... (diff)
downloadopensim-SC_OLD-96d53f11e554f37c135fa2d009f9ffed1a5ec724.zip
opensim-SC_OLD-96d53f11e554f37c135fa2d009f9ffed1a5ec724.tar.gz
opensim-SC_OLD-96d53f11e554f37c135fa2d009f9ffed1a5ec724.tar.bz2
opensim-SC_OLD-96d53f11e554f37c135fa2d009f9ffed1a5ec724.tar.xz
Added VS2010 support to Prebuild and created runprebuild2010.bat
Diffstat (limited to '')
-rw-r--r--Prebuild/src/Core/Targets/VSVersion.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Prebuild/src/Core/Targets/VSVersion.cs b/Prebuild/src/Core/Targets/VSVersion.cs
index f477086..59549b0 100644
--- a/Prebuild/src/Core/Targets/VSVersion.cs
+++ b/Prebuild/src/Core/Targets/VSVersion.cs
@@ -45,6 +45,10 @@ namespace Prebuild.Core.Targets
45 /// <summary> 45 /// <summary>
46 /// Visual Studio 2008 46 /// Visual Studio 2008
47 /// </summary> 47 /// </summary>
48 VS90 48 VS90,
49 /// <summary>
50 /// Visual Studio 2010
51 /// </summary>
52 VS10
49 } 53 }
50} 54}