mirror of https://github.com/PCSX2/pcsx2.git
21 lines
436 B
XML
21 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>
|