mirror of https://github.com/PCSX2/pcsx2.git
22 lines
485 B
Plaintext
22 lines
485 B
Plaintext
|
<?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"
|
||
|
EnableFunctionLevelLinking="true"
|
||
|
DebugInformationFormat="4"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
LinkIncremental="2"
|
||
|
OptimizeReferences="1"
|
||
|
EnableCOMDATFolding="1"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|