mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-02 23:38:48 +00:00
9528571ea3
Applied new property sheets to Pcsx2, SPU2-X, ZeroStuff, and NULLs. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@829 96395faa-99c1-11dd-bbfe-3dabce05a288
22 lines
485 B
XML
22 lines
485 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"
|
|
EnableFunctionLevelLinking="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkIncremental="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="1"
|
|
/>
|
|
</VisualStudioPropertySheet>
|