mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-30 04:40:41 +00:00
6462393aaf
Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
18 lines
640 B
XML
18 lines
640 B
XML
<?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>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="ProjectRootDir">
|
|
<Value>$(ProjectRootDir)</Value>
|
|
</BuildMacro>
|
|
<BuildMacro Include="SvnRootDir">
|
|
<Value>$(SvnRootDir)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |