mirror of https://github.com/PCSX2/pcsx2.git
16 lines
435 B
XML
16 lines
435 B
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Pcsx3rdpartyDependencies"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\3rdparty\""
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories=""$(SvnRootDir)\deps\$(PlatformName)\$(ConfigurationName)""
|
|
/>
|
|
</VisualStudioPropertySheet>
|