ConfigurationTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the ConfigurationType property.
public enum class ConfigurationTypes
public enum class ConfigurationTypes
enum ConfigurationTypes
public enum ConfigurationTypes
type ConfigurationTypes =
Public Enum ConfigurationTypes
- Inheritance
-
ConfigurationTypes
Fields
Name | Value | Description |
---|---|---|
typeUnknown | 0 | Utility |
typeApplication | 1 | Application (.exe) |
typeDynamicLibrary | 2 | Dynamic Library (.dll) |
typeStaticLibrary | 4 | Static Library (.dll) |
typeGeneric | 10 | Makefile, displays makefile toolset (NMake) |
Remarks
See General Property Page (Project) for more information.