mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-22 09:48:17 +00:00
9528571ea3
Applied new property sheets to Pcsx2, SPU2-X, ZeroStuff, and NULLs. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@829 96395faa-99c1-11dd-bbfe-3dabce05a288
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>
|