1 |
william |
31 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
|
|
<PropertyGroup Label="UserMacros"> |
4 |
|
|
<ProjectRootDir>$(ProjectDir)</ProjectRootDir> |
5 |
|
|
<SvnRootDir>$(ProjectRootDir)\..\..</SvnRootDir> |
6 |
|
|
</PropertyGroup> |
7 |
|
|
<PropertyGroup> |
8 |
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> |
9 |
|
|
</PropertyGroup> |
10 |
|
|
<ItemGroup> |
11 |
|
|
<BuildMacro Include="ProjectRootDir"> |
12 |
|
|
<Value>$(ProjectRootDir)</Value> |
13 |
|
|
</BuildMacro> |
14 |
|
|
<BuildMacro Include="SvnRootDir"> |
15 |
|
|
<Value>$(SvnRootDir)</Value> |
16 |
|
|
</BuildMacro> |
17 |
|
|
</ItemGroup> |
18 |
|
|
</Project> |