Expand Minimize
1 out of 4 rated this helpful - Rate this topic

ConfigurationTypes Enumeration 

Specifies the type of output this configuration generates.

Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)

public enum class ConfigurationTypes
public enum ConfigurationTypes
public enum ConfigurationTypes
 Member nameDescription
typeApplicationApplication (.exe) 
typeDynamicLibraryDynamic Library (.dll) 
typeGenericMakefile 
typeStaticLibraryStatic Library (.dll) 
typeUnknownUtility 

See General Property Page (Project) for more information. ConfigurationTypes is used by the ConfigurationType property.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.