mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Add a ton of missing .props Tell me if anything else is missing >_< git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2846 96395faa-99c1-11dd-bbfe-3dabce05a288
14 lines
500 B
XML
14 lines
500 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">
|
|
<SvnRootDir>$(ProjectRootDir)\..</SvnRootDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="SvnRootDir">
|
|
<Value>$(SvnRootDir)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |