mirror of https://github.com/PCSX2/pcsx2.git
28 lines
597 B
Plaintext
28 lines
597 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="PluginSvnRoot"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\..\3rdparty""
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="PcsxSubsection"
|
||
|
Value="plugins"
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="ProjectRootDir"
|
||
|
Value="$(ProjectDir)\.."
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="SvnRootDir"
|
||
|
Value="$(ProjectRootDir)\..\..\.."
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="SvnCommonDir"
|
||
|
Value="$(SvnRootDir)\common"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|