From 96d53f11e554f37c135fa2d009f9ffed1a5ec724 Mon Sep 17 00:00:00 2001
From: John Hurliman
Date: Thu, 22 Oct 2009 17:03:13 -0700
Subject: Added VS2010 support to Prebuild and created runprebuild2010.bat
---
Prebuild/src/Core/Nodes/ProjectNode.cs | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'Prebuild/src/Core/Nodes')
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
/// .NET 3.5
///
v3_5,
+ ///
+ /// .NET 4.0
+ ///
+ v4_0,
}
///
/// The Node object representing /Prebuild/Solution/Project elements
--
cgit v1.1