ConfigurationTypes-Enumeration
Wird von der ConfigurationType-Eigenschaft verwendet.
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
Member
Membername | Beschreibung | |
---|---|---|
typeApplication | Anwendung (.exe) | |
typeDynamicLibrary | Dynamic Library (.dll) | |
typeGeneric | Makefile zeigt das Makefiletoolset (NMake) an. | |
typeStaticLibrary | Statische Bibliothek (.dll) | |
typeUnknown | Hilfsprogramm |
Hinweise
Weitere Informationen finden Sie unter Eigenschaftenseite "Allgemein" (Projekt).