2017-09-05 21:44:25 +00:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-13 23:08:10 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<DotnetCliBuildDirectory>$(RepoRoot)/build_projects/dotnet-cli-build</DotnetCliBuildDirectory>
|
2017-02-16 20:21:15 +00:00
|
|
|
<SrcDirectory>$(RepoRoot)/src</SrcDirectory>
|
2017-02-17 20:28:25 +00:00
|
|
|
<TestDirectory>$(RepoRoot)/test/</TestDirectory>
|
2017-02-13 23:08:10 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|