Simple question: Does anyone know if|where such a document might be found? The closest I've got is found in the Microsoft.CL.common props file shipped with MSBuild, but it is not complete.
Would help my efforts to reverse engineer a legacy build system!
TIA.
i.e. this sort of content ...
```
<ClCompile>
<AssemblerOutput >NoListing</AssemblerOutput>
<AssemblerListingLocation >$(IntDir)</AssemblerListingLocation>
<UndefineAllPreprocessorDefinition></UndefineAllPreprocessorDefinitions>
<BrowseInformation >false</BrowseInformation>
<BrowseInformationFile >$(IntDir)</BrowseInformationFile>
<BasicRuntimeChecks >Default</BasicRuntimeChecks>
<CompileAs >Default</CompileAs>
<DisableLanguageExtensions >false</DisableLanguageExtensions>
<ErrorReporting >Prompt</ErrorReporting>
<ErrorReporting >Queue</ErrorReporting>
<ExpandAttributedSource >false</ExpandAttributedSource>
<ExceptionHandling >Sync</ExceptionHandling>
<EnableFiberSafeOptimizations >false</EnableFiberSafeOptimizations>
<EnableEnhancedInstructionSet >NotSet</EnableEnhancedInstructionSet>
<FloatingPointModel >Precise</FloatingPointModel>
</ClCompile>
```
No comments:
Post a Comment