2016-12-02 04:10:42 +00:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-09 03:34:48 +00:00
|
|
|
|
2017-01-05 22:56:11 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
2017-02-13 21:06:30 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/InitRepo.props" />
|
2017-02-13 21:06:30 +00:00
|
|
|
<Import Condition=" Exists('$(GitCommitInfoProps)') Or '$(GeneratingPropsFile)' != 'true' " Project="$(GitCommitInfoProps)" />
|
|
|
|
<Import Condition=" Exists('$(HostInfoProps)') Or '$(GeneratingPropsFile)' != 'true' " Project="$(HostInfoProps)" />
|
|
|
|
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/BranchInfo.props" />
|
2017-02-15 00:43:23 +00:00
|
|
|
<Import Project="build/CoreSetupInfo.props" />
|
2017-02-07 23:45:19 +00:00
|
|
|
|
2017-02-15 20:05:36 +00:00
|
|
|
<Import Project="build/Microsoft.DotNet.Cli.DependencyVersions.props" />
|
2017-02-16 20:21:15 +00:00
|
|
|
<Import Project="build/Version.props" />
|
|
|
|
<Import Project="build/Branding.props" />
|
|
|
|
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/FileExtensions.props" />
|
2017-02-15 00:43:23 +00:00
|
|
|
<Import Project="build/InputDirectories.props" />
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/OutputDirectories.props" />
|
2017-02-15 00:43:23 +00:00
|
|
|
<Import Project="build/BuildDefaults.props" />
|
2017-02-16 20:21:15 +00:00
|
|
|
<Import Project="build/BuildOutputs.props" />
|
2017-02-21 22:22:36 +00:00
|
|
|
<Import Project="build/ToolInfo.props" />
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/Stage0.props" />
|
|
|
|
<Import Project="build/VersionBadge.props" />
|
2017-02-16 03:37:51 +00:00
|
|
|
<Import Project="build/Microsoft.DotNet.Cli.BundledRuntimes.props" />
|
2017-02-13 21:06:30 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-01-05 22:56:11 +00:00
|
|
|
<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-06 03:44:52 +00:00
|
|
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
|
|
|
|
2017-01-26 03:19:44 +00:00
|
|
|
<CliTargetFramework>netcoreapp2.0</CliTargetFramework>
|
2017-01-05 22:56:11 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|