mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4350 96395faa-99c1-11dd-bbfe-3dabce05a288
20 lines
436 B
XML
20 lines
436 B
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="debug"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="1"
|
|
RuntimeLibrary="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)-$(SSEtype)-dbg.dll"
|
|
LinkIncremental="2"
|
|
/>
|
|
</VisualStudioPropertySheet>
|