CombineTargetFrameworkInfoProperties.UseAttributeForTargetFrameworkInfoPropertyNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opts into or out of using the new schema with Property Name=... rather than just specifying the RootElementName.
public:
property bool UseAttributeForTargetFrameworkInfoPropertyNames { bool get(); void set(bool value); };
public bool UseAttributeForTargetFrameworkInfoPropertyNames { get; set; }
member this.UseAttributeForTargetFrameworkInfoPropertyNames : bool with get, set
Public Property UseAttributeForTargetFrameworkInfoPropertyNames As Boolean