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