mirror of https://github.com/PCSX2/pcsx2.git
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
|
<?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="1"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
LinkIncremental="2"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|