mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
26 lines
602 B
XML
26 lines
602 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Residual_Debug32"
|
|
InheritedPropertySheets=".\Residual_Global.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
EnableFunctionLevelLinking="true"
|
|
WarnAsError="false"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="true"
|
|
IgnoreDefaultLibraryNames="libcmt.lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|