diff options
author | John Hurliman | 2009-10-22 17:03:13 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-22 17:03:13 -0700 |
commit | 96d53f11e554f37c135fa2d009f9ffed1a5ec724 (patch) | |
tree | fa31b970bb08bc9bda9db0e9a5a7866116300d70 /Prebuild/src/Core/Nodes | |
parent | * Moved Copyrights above the comments in ODEPrim and ODEDynamics so they're c... (diff) | |
download | opensim-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 'Prebuild/src/Core/Nodes')
-rw-r--r-- | Prebuild/src/Core/Nodes/ProjectNode.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Prebuild/src/Core/Nodes/ProjectNode.cs b/Prebuild/src/Core/Nodes/ProjectNode.cs index 0a24abf..04af7a3 100644 --- a/Prebuild/src/Core/Nodes/ProjectNode.cs +++ b/Prebuild/src/Core/Nodes/ProjectNode.cs | |||
@@ -90,6 +90,10 @@ namespace Prebuild.Core.Nodes | |||
90 | /// .NET 3.5 | 90 | /// .NET 3.5 |
91 | /// </summary> | 91 | /// </summary> |
92 | v3_5, | 92 | v3_5, |
93 | /// <summary> | ||
94 | /// .NET 4.0 | ||
95 | /// </summary> | ||
96 | v4_0, | ||
93 | } | 97 | } |
94 | /// <summary> | 98 | /// <summary> |
95 | /// The Node object representing /Prebuild/Solution/Project elements | 99 | /// The Node object representing /Prebuild/Solution/Project elements |