ConfigurationTypes Enumeration
Visual Studio 2015
Specifies the type of output this configuration generates.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| typeApplication | Application (.exe) | |
| typeDynamicLibrary | Dynamic Library (.dll) | |
| typeGeneric | Makefile | |
| typeStaticLibrary | Static Library (.dll) | |
| typeUnknown | Utility |
See General Property Page (Project) for more information. ConfigurationTypes is used by the ConfigurationType property.
Show: