7 lines
259 B
XML
7 lines
259 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<DotnetCliBuildDirectory>$(RepoRoot)/build_projects/dotnet-cli-build</DotnetCliBuildDirectory>
|
|
<SrcDirectory>$(RepoRoot)/src</SrcDirectory>
|
|
<TestDirectory>$(RepoRoot)/test/</TestDirectory>
|
|
</PropertyGroup>
|
|
</Project>
|