14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<UseMultiToolTask>true</UseMultiToolTask>
|
||
|
<TrackFileAccess>false</TrackFileAccess>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<!-- /Z7 of cl.exe, ref: https://learn.microsoft.com/en-us/cpp/build/reference/z7-zi-zi-debug-information-format -->
|
||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
|
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
|
||
|
</ClCompile>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|