VsProjPropId90 Enumeration

An enumeration representing project properties for all Visual Studio projects.

Namespace:  VslangProj90
Assembly:  VslangProj90 (in VslangProj90.dll)

Syntax

'Declaration
Public Enumeration VsProjPropId90
'Usage
Dim instance As VsProjPropId90
public enum VsProjPropId90
public enum class VsProjPropId90
public enum VsProjPropId90

Members

Member name Description
VBPROJPROPID_TargetFramework The version of the .NET Framework targeted by the project.
VBPROJPROPID_ApplicationManifest The app.manifest file used by the project.
VBPROJPROPID_TargetFrameworkSubset The version of the .NET Framework subset targeted by the project.

See Also

Reference

VslangProj90 Namespace