2017-03-06 21:25:42 -08:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-03-31 21:07:31 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="build/InitRepo.props" />
|
2017-03-06 21:25:42 -08:00
|
|
|
<Import Project="build/DependencyVersions.props" />
|
2017-08-09 22:30:20 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
|
2017-08-25 19:59:02 -07:00
|
|
|
<NoPackageAnalysis>true</NoPackageAnalysis>
|
2017-08-09 22:30:20 -07:00
|
|
|
</PropertyGroup>
|
2017-03-06 21:25:42 -08:00
|
|
|
</Project>
|