7 lines
172 B
XML
7 lines
172 B
XML
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<A>A</A>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="RelativeImport2.csproj" />
|
||
|
</Project>
|