2017-09-05 21:44:25 +00:00
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-09 03:34:48 +00:00
|
|
|
|
2017-08-04 07:24:48 +00:00
|
|
|
<!--
|
|
|
|
Projects which don't import dir.props:
|
|
|
|
|
|
|
|
build\RestoreDependency.proj
|
|
|
|
build\Signing.proj
|
|
|
|
build\package\Installer.DEB.proj
|
|
|
|
build\sdks\sdks.csproj
|
|
|
|
build\templates\templates.csproj
|
|
|
|
build\test\RunTest.proj
|
|
|
|
build_projects\Microsoft.DotNet.Cli.Build.SelfTest\InvokeWithStage2.proj
|
|
|
|
build_projects\update-dependencies\update-dependencies.csproj
|
|
|
|
tools\TestAssetsDependencies\TestAssetsDependencies.csproj
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
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>
|
|
|
|
|
2017-09-14 20:33:46 +00:00
|
|
|
<RelativeCLIBuildBinaries>build_projects/dotnet-cli-build/bin</RelativeCLIBuildBinaries>
|
|
|
|
<RelativeCLIBuildDllName>dotnet-cli-build.dll</RelativeCLIBuildDllName>
|
|
|
|
<CLIBuildDll>$(RepoRoot)/$(RelativeCLIBuildBinaries)/$(RelativeCLIBuildDllName)</CLIBuildDll>
|
2017-10-25 17:47:33 +00:00
|
|
|
<BuildTasksFeedDll>$(RepoRoot)/build_projects/dotnet-cli-build/bin/Microsoft.DotNet.Build.Tasks.Feed.dll</BuildTasksFeedDll>
|
2017-02-23 00:54:15 +00:00
|
|
|
|
|
|
|
<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-12-07 21:23:27 +00:00
|
|
|
<Import Project="build/AzureInfo.props" />
|
2017-02-24 18:34:16 +00:00
|
|
|
|
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" />
|
2018-01-09 01:21:05 +00:00
|
|
|
<Import Project="build/DerivedHostMachineInfo.props" />
|
2017-02-16 20:21:15 +00:00
|
|
|
<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-23 10:13:04 +00:00
|
|
|
<Import Project="build/MSBuildExtensions.props" />
|
2017-08-11 23:13:43 +00:00
|
|
|
<Import Project="build/SetupPreviousStage.props" />
|
2017-02-14 23:42:13 +00:00
|
|
|
<Import Project="build/OutputDirectories.props" />
|
2017-09-05 22:10:15 +00:00
|
|
|
|
|
|
|
<ImportGroup Condition=" '$(BuildingSigningProject)' != 'true' ">
|
|
|
|
<!-- These imports aren't required for signing, and some of them have syntax which isn't supported in MSBuild 14,
|
|
|
|
which is what the signing build uses -->
|
|
|
|
<Import Project="build/BundledTools.props" />
|
|
|
|
<Import Project="build/BundledSdks.props" />
|
|
|
|
<Import Project="build/BundledTemplates.props" />
|
2018-02-16 21:32:29 +00:00
|
|
|
<Import Project="build/BundledDotnetTools.props" />
|
2017-09-05 22:10:15 +00:00
|
|
|
|
|
|
|
<Import Project="build/BuildDefaults.props" />
|
|
|
|
<Import Project="build/BundledRuntimes.props" />
|
|
|
|
<Import Project="build/CrossGen.props" />
|
|
|
|
<Import Project="build/BackwardsCompatibilityRuntimes.props" />
|
|
|
|
|
|
|
|
<Import Project="build/InstallerInfo.props" />
|
|
|
|
<Import Project="build/GenerateResxSource.targets" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2017-01-05 22:56:11 +00:00
|
|
|
</Project>
|