CompileAsOptions Enumeration
Visual Studio 2015
Used to select compile language option for .c and .cpp files.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| compileAsC | Compile as C Code (/TC) | |
| compileAsCPlusPlus | Compile as C++ Code (/TP) | |
| compileAsDefault | Default |
See /Tc, /Tp, /TC, /TP (Specify Source File Type) for more information. Used by the CompileAs property.
Show: