SDKManifest::Attributes Class

 

Contains the attributes found in the SDKManifest.xml file.

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

System::Object
  Microsoft.Build.Utilities::SDKManifest::Attributes

public ref class Attributes abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAPPX

Specifies the APPX manifest.

System_CAPS_pubfieldSystem_CAPS_staticAppxLocation

Specifies the appx location.

System_CAPS_pubfieldSystem_CAPS_staticCopyLocalExpandedReferenceAssemblies

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticCopyRedist

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticCopyRedistToSubDirectory

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticDependsOnSDK

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticDisplayName

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticExpandReferenceAssemblies

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticFrameworkIdentity

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticMaxOSVersionTested

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticMaxPlatformVersion

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticMinOSVersion

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticMinVSVersion

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticMoreInfo

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticPlatformIdentity

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticProductFamilyName

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticSDKType

Specifies the value found in the SDKManifest.xml file.

In versions previous to Visual Studio 2015, a string; starting in Visual Studio 2015, an enum.

System_CAPS_pubfieldSystem_CAPS_staticSupportedArchitectures

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticSupportPrefer32Bit

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticSupportsMultipleVersions

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticTargetedSDK

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticTargetedSDKConfiguration

Specifies the value found in the SDKManifest.xml file.

System_CAPS_pubfieldSystem_CAPS_staticTargetPlatform

The platform that the SDK targets.

Introduced in Visual Studio 2015.

System_CAPS_pubfieldSystem_CAPS_staticTargetPlatformMinVersion

The minimum version of the platform that the SDK targets.

Introduced in Visual Studio 2015.

System_CAPS_pubfieldSystem_CAPS_staticTargetPlatformVersion

The max version of the platform that the SDK targets.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: