Bagikan melalui


GenerateApplicationManifest.OSVersion Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the operating system (OS) version that is the minimum required by the application.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property OSVersion As String
public string OSVersion { get; set; }
public:
property String^ OSVersion {
    String^ get ();
    void set (String^ value);
}
member OSVersion : string with get, set
function get OSVersion () : String 
function set OSVersion (value : String)

Property Value

Type: System.String
The OS version that is the minimum required by the application.

Remarks

For example, the value "5.1.2600.0" indicates that the operating system is Windows XP. If this property is not specified, the value "4.10.0.0" is used. This indicates Windows 98 Second Edition, which is the minimum supported operating system for the .NET Framework.

If the task is generating a native manifest, this input is ignored.

.NET Framework Security

See Also

Reference

GenerateApplicationManifest Class

Microsoft.Build.Tasks Namespace