2016-12-02 04:10:42 +00:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-01-05 22:56:11 +00:00
|
|
|
<!-- NuGet Information -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
2017-02-07 23:45:19 +00:00
|
|
|
|
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-10 23:31:43 +00:00
|
|
|
<VersionMajor>2</VersionMajor>
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
<VersionPatch>0</VersionPatch>
|
|
|
|
<ReleaseSuffix>alpha</ReleaseSuffix>
|
|
|
|
<Channel>master</Channel>
|
|
|
|
<BranchName>master</BranchName>
|
|
|
|
<CliVersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix)</CliVersionPrefix>
|
|
|
|
|
2017-01-26 03:19:44 +00:00
|
|
|
<CliTargetFramework>netcoreapp2.0</CliTargetFramework>
|
2017-01-05 22:56:11 +00:00
|
|
|
</PropertyGroup>
|
2017-02-09 03:13:30 +00:00
|
|
|
|
|
|
|
<Import Project="build/Microsoft.DotNet.Cli.InitRepo.props" />
|
|
|
|
<Import Condition=" Exists('$(GitCommitInfoProps)') Or '$(GeneratingPropsFile)' != 'true' " Project="$(GitCommitInfoProps)" />
|
|
|
|
<Import Condition=" Exists('$(HostInfoProps)') Or '$(GeneratingPropsFile)' != 'true' " Project="$(HostInfoProps)" />
|
|
|
|
<Import Project="build/Microsoft.DotNet.Cli.DependencyVersions.props" />
|
2017-01-05 22:56:11 +00:00
|
|
|
</Project>
|