2016-12-01 20:10:42 -08:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="build/Microsoft.DotNet.Cli.DependencyVersions.props" />
|
2017-01-05 14:56:11 -08:00
|
|
|
|
|
|
|
<!-- NuGet Information -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
|
|
|
|
|
|
<NuGetPackagesDir>$(NUGET_PACKAGES)</NuGetPackagesDir>
|
|
|
|
<NuGetPackagesDir Condition=" '$(NuGetPackagesDir)' == '' ">$(RepoRoot)/.nuget/packages</NuGetPackagesDir>
|
|
|
|
|
|
|
|
<CLIBuildDll>$(RepoRoot)/build_projects/dotnet-cli-build/bin/dotnet-cli-build.dll</CLIBuildDll>
|
|
|
|
|
2017-01-05 19:44:52 -08:00
|
|
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
|
|
|
|
2017-01-09 13:59:03 -08:00
|
|
|
|
2017-01-26 00:23:51 -08:00
|
|
|
<CliVersionPrefix>1.0.0</CliVersionPrefix>
|
2017-01-05 14:56:11 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|