mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-12 21:28:26 +00:00
![Jake.Stine](/assets/img/avatar_default.png)
I'll put up a wiki soon which covers new compilation features and stuff, like how to re-enable revision tagging, and how you can direct compiled exe/dlls to be copied to any destination of your choice (yay!) -- plus many other compiling tips (if I can remember them all! >_<) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@581 96395faa-99c1-11dd-bbfe-3dabce05a288
24 lines
455 B
XML
24 lines
455 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="ProjectRootDir"
|
|
>
|
|
<UserMacro
|
|
Name="ProjectRootDir"
|
|
Value="$(ProjectDir)."
|
|
/>
|
|
<UserMacro
|
|
Name="SvnRootDir"
|
|
Value="$(ProjectRootDir)\..\.."
|
|
/>
|
|
<UserMacro
|
|
Name="SvnCommonDir"
|
|
Value="$(SvnRootDir)\common"
|
|
/>
|
|
<UserMacro
|
|
Name="PcsxSubsection"
|
|
Value="plugins"
|
|
/>
|
|
</VisualStudioPropertySheet>
|