diff options
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 |