2016-12-01 20:10:42 -08:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-08 19:34:48 -08:00
|
|
|
|
2017-01-05 14:56:11 -08:00
|
|
|
<PropertyGroup>
|
|
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
2017-02-22 16:54:15 -08: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 09:29:39 -07:00
|
|
|
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
|
2017-02-22 16:54:15 -08:00
|
|
|
|
|
|
|
<CliTargetFramework>netcoreapp2.0</CliTargetFramework>
|
2017-02-13 13:06:30 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-02-14 15:42:13 -08:00
|
|
|
<Import Project="build/InitRepo.props" />
|
2017-03-08 09:10:53 -10:00
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(GitCommitInfoProps)" />
|
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(HostInfoProps)" />
|
|
|
|
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(BuildInfoProps)" />
|
2017-02-07 15:45:19 -08:00
|
|
|
|
2017-02-24 10:34:16 -08:00
|
|
|
<Import Project="build/BranchInfo.props" />
|
2017-11-30 10:35:51 -08:00
|
|
|
<Import Project="build/AzureInfo.props" />
|
2017-02-22 22:44:52 -08:00
|
|
|
<Import Project="build/BundledTools.props" />
|
2017-03-01 00:30:02 -08:00
|
|
|
<Import Project="build/BundledSdks.props" />
|
|
|
|
<Import Project="build/BundledTemplates.props" />
|
2017-02-16 11:16:20 -08:00
|
|
|
<Import Project="build/DependencyVersions.props" />
|
2017-12-01 12:39:51 -08:00
|
|
|
<Import Condition=" Exists('$(DownloadedPackageVersionsProps)') " Project="$(DownloadedPackageVersionsProps)" />
|
2017-02-16 12:21:15 -08: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 15:42:13 -08:00
|
|
|
<Import Project="build/FileExtensions.props" />
|
2017-02-14 16:43:23 -08:00
|
|
|
<Import Project="build/InputDirectories.props" />
|
2017-02-23 02:13:04 -08:00
|
|
|
<Import Project="build/MSBuildExtensions.props" />
|
2017-02-14 15:42:13 -08:00
|
|
|
<Import Project="build/OutputDirectories.props" />
|
2017-02-14 16:43:23 -08:00
|
|
|
<Import Project="build/BuildDefaults.props" />
|
2017-02-14 15:42:13 -08:00
|
|
|
<Import Project="build/Stage0.props" />
|
|
|
|
<Import Project="build/VersionBadge.props" />
|
2017-02-16 11:16:20 -08:00
|
|
|
<Import Project="build/BundledRuntimes.props" />
|
2017-05-12 14:04:45 -07:00
|
|
|
<Import Project="build/CrossGen.props" />
|
2017-04-07 16:36:23 -07:00
|
|
|
<Import Project="build/BackwardsCompatibilityRuntimes.props" />
|
2017-02-22 10:10:54 -08:00
|
|
|
|
2017-02-22 16:54:15 -08:00
|
|
|
<Import Project="build/InstallerInfo.props" />
|
2017-06-06 21:47:58 -07:00
|
|
|
<Import Project="build/GenerateResxSource.targets" />
|
2017-01-05 14:56:11 -08:00
|
|
|
</Project>
|