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