mirror of https://github.com/PCSX2/pcsx2.git
21 lines
448 B
XML
21 lines
448 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="IncrementalLinking"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
WholeProgramOptimization="false"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkIncremental="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
/>
|
|
</VisualStudioPropertySheet>
|