Expand Minimize
This topic has not yet been rated - Rate this topic

CompileAsOptions Enumeration

Used to select compile language option for .c and .cpp files.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum CompileAsOptions
Member nameDescription
compileAsCCompile as C Code (/TC)
compileAsCPlusPlusCompile as C++ Code (/TP)
compileAsDefaultDefault

See /Tc, /Tp, /TC, /TP (Specify Source File Type) for more information. Used by the CompileAs property.

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