mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-22 01:40:19 +00:00
e9d722ba1a
Disabled Edit and Continue and re-enabled optimizations in devel mode (thought I disabled Edit and Continue earlier, but I guess it didn't get saved/committed correctly). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@865 96395faa-99c1-11dd-bbfe-3dabce05a288
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>
|