aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Core/Nodes
diff options
context:
space:
mode:
authorOren Hurvitz2013-12-03 08:47:47 +0200
committerOren Hurvitz2014-03-24 12:26:54 +0100
commitf5ae36d7e25a20199d676e53a066be79f76b580d (patch)
tree30b6bb359ced6b6ff899b078c921df70ad3a4358 /Prebuild/src/Core/Nodes
parentEnable runprebuild.bat to run in Cygwin (diff)
downloadopensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.zip
opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.gz
opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.bz2
opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.xz
Updated Prebuild to support .NET 4.5
Resolves http://opensimulator.org/mantis/view.php?id=6951
Diffstat (limited to 'Prebuild/src/Core/Nodes')
-rw-r--r--Prebuild/src/Core/Nodes/ProjectNode.cs10
1 files changed, 9 insertions, 1 deletions
diff --git a/Prebuild/src/Core/Nodes/ProjectNode.cs b/Prebuild/src/Core/Nodes/ProjectNode.cs
index fb92b32..a822704 100644
--- a/Prebuild/src/Core/Nodes/ProjectNode.cs
+++ b/Prebuild/src/Core/Nodes/ProjectNode.cs
@@ -93,7 +93,15 @@ namespace Prebuild.Core.Nodes
93 /// .NET 4.0 93 /// .NET 4.0
94 /// </summary> 94 /// </summary>
95 v4_0, 95 v4_0,
96 } 96 /// <summary>
97 /// .NET 4.5
98 /// </summary>
99 v4_5,
100 /// <summary>
101 /// .NET 4.5.1
102 /// </summary>
103 v4_5_1
104 }
97 /// <summary> 105 /// <summary>
98 /// The Node object representing /Prebuild/Solution/Project elements 106 /// The Node object representing /Prebuild/Solution/Project elements
99 /// </summary> 107 /// </summary>