CompileAs exposes the functionality of the compiler's /Tc, /Tp, /TC, /TP (Specify Source File Type) options. C++/CX 复制 public: property Microsoft::VisualStudio::VCProjectEngine::CompileAsOptions CompileAs { Microsoft::VisualStudio::VCProjectEngine::CompileAsOptions get(); void set(...
Gets or sets a value that enables memory space optimization when using fibers and thread local storage access. EnableFiberSafeOptimizations exposes the functionality of the compiler's /GT (Support Fiber-Safe Thread-Local Storage) option.
Gets or sets the type of debugging information generated by the compiler. DebugInformationFormat exposes the functionality of the compiler's /Z7, /Zi, /ZI (Debug Information Format) options. C++/CX 复制 public: property Microsoft::VisualStudio::VCProjectEngine::debugOption DebugIn...
AssemblerOutput exposes the functionality of the compiler's /FA, /Fa (Listing File) options. C++/CX 複製 public: property Microsoft::VisualStudio::VCProjectEngine::asmListingOption AssemblerOutput { Microsoft::VisualStudio::VCProjectEngine::asmListingOption get(); void set(Microsoft::Vi...
Gets or sets the type of debugging information generated by the compiler. DebugInformationFormat exposes the functionality of the compiler's /Z7, /Zi, /ZI (Debug Information Format) options. C++/CX 复制 public: property Microsoft::VisualStudio::VCProjectEngine::debugO...
Gets or sets a value indicating whether to add code for checking C++ object types at run time (run-time type information). RuntimeTypeInfo exposes the functionality of the compiler's /GR (Enable Run-Time Type Information) option. C++/CX 复制 public: property bool RuntimeTypeInfo ...
DebugInformationFormat exposes the functionality of the compiler's /Z7, /Zi, /ZI (Debug Information Format) options. C++/CX 複製 public: property Microsoft::VisualStudio::VCProjectEngine::debugOption DebugInformationFormat { Microsoft::VisualStudio::VCProjectEngine::debugOption get()...
Gets or sets the type of debugging information generated by the compiler. DebugInformationFormat exposes the functionality of the compiler's /Z7, /Zi, /ZI (Debug Information Format) options. C++/CX 复制 public: property Microsoft::VisualStudio::VCProjectEngine::debugOption DebugInfo...
Gets or sets the run-time library for linking. RuntimeLibrary exposes the functionality of the compiler's /MD, /MT, /LD (Use Run-Time Library) options.
Optimization exposes the functionality of the compiler's /Od (Disable (Debug)), /O1, /O2 (Minimize Size, Maximize Speed), and /Ox (Full Optimization) options. C++/CX Copiar public: property Microsoft::VisualStudio::VCProjectEngine::optimizeOption Optimization { Microsoft::VisualStudio...