ConfigurationTypes-Enumeration
Gibt den Ausgabetyp an, der von dieser Konfiguration generiert wird.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration ConfigurationTypes
public enum ConfigurationTypes
public enum class ConfigurationTypes
type ConfigurationTypes
public enum ConfigurationTypes
Member
Membername | Beschreibung | |
---|---|---|
typeApplication | Anwendung (.exe) | |
typeDynamicLibrary | Dynamic Library (.dll) | |
typeGeneric | Makefile | |
typeStaticLibrary | Statische Bibliothek (.dll) | |
typeUnknown | Hilfsprogramm |
Hinweise
Weitere Informationen finden Sie unter Eigenschaftenseite "Allgemein" (Projekt). ConfigurationTypes wird von der ConfigurationType-Eigenschaft verwendet.