Bagikan melalui


ProjectFileConverter.IsMinorUpgrade Property

Determines whether the conversion is a minor upgrade operation. With a minor upgrade, the converted project file can be opened in the older version of Visual Studio as well, so the tools version isn’t updated.

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

Syntax

'Declaration
Public Property IsMinorUpgrade As Boolean
public bool IsMinorUpgrade { get; set; }
public:
property bool IsMinorUpgrade {
    bool get ();
    void set (bool value);
}
member IsMinorUpgrade : bool with get, set
function get IsMinorUpgrade () : boolean 
function set IsMinorUpgrade (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProjectFileConverter Class

Microsoft.Build.Conversion Namespace