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-23 00:54:15 +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>
|
|
|
|
|
|
|
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
2017-04-27 16:29:39 +00:00
|
|
|
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
|
2017-02-23 00:54:15 +00:00
|
|
|
|
2017-08-23 17:40:26 +00:00
|
|
|
<CliTargetFramework>netcoreapp2.1</CliTargetFramework>
|
2017-02-13 21:06:30 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/InitRepo.props" />
|
2017-03-08 19:10:53 +00:00
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(GitCommitInfoProps)" />
|
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(HostInfoProps)" />
|
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(BuildInfoProps)" />
|
2017-02-07 23:45:19 +00:00
|
|
|
|
2017-02-24 18:34:16 +00:00
|
|
|
<Import Project="build/BranchInfo.props" />
|
|
|
|
|
2017-02-23 06:44:52 +00:00
|
|
|
<Import Project="build/BundledTools.props" />
|
2017-03-01 08:30:02 +00:00
|
|
|
<Import Project="build/BundledSdks.props" />
|
|
|
|
<Import Project="build/BundledTemplates.props" />
|
2017-02-16 19:16:20 +00:00
|
|
|
<Import Project="build/DependencyVersions.props" />
|
2017-02-16 20:21:15 +00:00
|
|
|
<Import Project="build/Version.props" />
|
|
|
|
<Import Project="build/Branding.props" />
|
|
|
|
|
2017-06-15 22:36:41 +00:00
|
|
|
<Import Project="build/DerivedHostMachineInfo.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-23 10:13:04 +00:00
|
|
|
<Import Project="build/MSBuildExtensions.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-14 23:42:13 +00:00
|
|
|
<Import Project="build/Stage0.props" />
|
|
|
|
<Import Project="build/VersionBadge.props" />
|
2017-02-16 19:16:20 +00:00
|
|
|
<Import Project="build/BundledRuntimes.props" />
|
2017-05-12 21:04:45 +00:00
|
|
|
<Import Project="build/CrossGen.props" />
|
2017-04-07 23:36:23 +00:00
|
|
|
<Import Project="build/BackwardsCompatibilityRuntimes.props" />
|
2017-02-22 18:10:54 +00:00
|
|
|
|
2017-02-23 00:54:15 +00:00
|
|
|
<Import Project="build/AzureInfo.props" />
|
|
|
|
<Import Project="build/InstallerInfo.props" />
|
2017-06-07 04:47:58 +00:00
|
|
|
<Import Project="build/GenerateResxSource.targets" />
|
2017-01-05 22:56:11 +00:00
|
|
|
</Project>
|