mirror of https://github.com/PCSX2/pcsx2.git
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
|
<?xml version="1.0" encoding="windows-1250"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="x86"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
PreprocessorDefinitions="_WIN32"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\x86";"$(ProjectDir)vtune\x86""
|
||
|
TargetMachine="1"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|