ConfigurationTypes Enumeration

Used by the ConfigurationType property.

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
Public Enumeration ConfigurationTypes
public enum ConfigurationTypes
public enum class ConfigurationTypes
type ConfigurationTypes
public enum ConfigurationTypes

Members

Member name Description
typeUnknown Utility
typeApplication Application (.exe)
typeDynamicLibrary Dynamic Library (.dll)
typeStaticLibrary Static Library (.dll)
typeGeneric Makefile, displays makefile toolset (NMake)

Remarks

See General Property Page (Project) for more information.

See Also

Reference

Microsoft.VisualStudio.VCProject Namespace