|
|
@@ -1402,6 +1402,11 @@ void cmTarget::DefineProperties(cmake *cm)
|
|
|
"Visual Studio project root namespace.",
|
|
|
"Sets the \"RootNamespace\" attribute for a generated Visual Studio "
|
|
|
"project. The attribute will be generated only if this is set.");
|
|
|
+ cm->DefineProperty
|
|
|
+ ("VS_DOTNET_TARGET_FRAMEWORK_VERSION", cmProperty::TARGET,
|
|
|
+ "Specify the .NET target framework version.",
|
|
|
+ "Used to specify the .NET target framework version for C++/CLI. "
|
|
|
+ "For example, \"v4.5\".");
|
|
|
cm->DefineProperty
|
|
|
("VS_DOTNET_REFERENCES", cmProperty::TARGET,
|
|
|
"Visual Studio managed project .NET references",
|