11 lines
522 B
XML
11 lines
522 B
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
</PropertyGroup>
|
|
<Import Project="build/InitRepo.props" />
|
|
<Import Project="build/DependencyVersions.props" />
|
|
<PropertyGroup>
|
|
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
|
|
<NoPackageAnalysis>true</NoPackageAnalysis>
|
|
</PropertyGroup>
|
|
</Project>
|