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 | |
---|---|---|
typeApplication | Application (.exe) | |
typeDynamicLibrary | Dynamic Library (.dll) | |
typeGeneric | Makefile, displays makefile toolset (NMake) | |
typeStaticLibrary | Static Library (.dll) | |
typeUnknown | Utility |
Remarks
See General Property Page (Project) for more information.