mirror of https://github.com/PCSX2/pcsx2.git
26 lines
959 B
Plaintext
26 lines
959 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Label="UserMacros">
|
||
|
<ProjectRootDir>$(ProjectDir).</ProjectRootDir>
|
||
|
<SvnRootDir>$(ProjectRootDir)\..\..</SvnRootDir>
|
||
|
<PcsxSubsection>plugins</PcsxSubsection>
|
||
|
<SvnCommonDir>$(SvnRootDir)\common</SvnCommonDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<BuildMacro Include="ProjectRootDir">
|
||
|
<Value>$(ProjectRootDir)</Value>
|
||
|
</BuildMacro>
|
||
|
<BuildMacro Include="SvnRootDir">
|
||
|
<Value>$(SvnRootDir)</Value>
|
||
|
</BuildMacro>
|
||
|
<BuildMacro Include="PcsxSubsection">
|
||
|
<Value>$(PcsxSubsection)</Value>
|
||
|
</BuildMacro>
|
||
|
<BuildMacro Include="SvnCommonDir">
|
||
|
<Value>$(SvnCommonDir)</Value>
|
||
|
</BuildMacro>
|
||
|
</ItemGroup>
|
||
|
</Project>
|