2017-09-05 14:44:25 -07:00
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-08 19:34:48 -08:00
|
|
|
|
2017-08-04 00:24:48 -07: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 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>
|
|
|
|
|
2017-09-14 13:33:46 -07:00
|
|
|
<RelativeCLIBuildBinaries>build_projects/dotnet-cli-build/bin</RelativeCLIBuildBinaries>
|
|
|
|
<RelativeCLIBuildDllName>dotnet-cli-build.dll</RelativeCLIBuildDllName>
|
|
|
|
<CLIBuildDll>$(RepoRoot)/$(RelativeCLIBuildBinaries)/$(RelativeCLIBuildDllName)</CLIBuildDll>
|
2017-10-25 10:47:33 -07:00
|
|
|
<BuildTasksFeedDll>$(RepoRoot)/build_projects/dotnet-cli-build/bin/Microsoft.DotNet.Build.Tasks.Feed.dll</BuildTasksFeedDll>
|
2017-02-22 16:54:15 -08:00
|
|
|
|
|
|
|
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
2017-04-27 09:29:39 -07:00
|
|
|
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback>
|
2017-02-13 13:06:30 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-07-06 15:15:46 -07:00
|
|
|
<Import Project="build/TargetFramework.props" />
|
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-12-07 13:23:27 -08:00
|
|
|
<Import Project="build/AzureInfo.props" />
|
2017-02-24 10:34:16 -08:00
|
|
|
|
2017-02-16 11:16:20 -08:00
|
|
|
<Import Project="build/DependencyVersions.props" />
|
2017-02-16 12:21:15 -08:00
|
|
|
<Import Project="build/Version.props" />
|
2018-01-09 01:21:05 +00:00
|
|
|
<Import Project="build/DerivedHostMachineInfo.props" />
|
2017-02-16 12:21:15 -08:00
|
|
|
<Import Project="build/Branding.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-08-11 16:13:43 -07:00
|
|
|
<Import Project="build/SetupPreviousStage.props" />
|
2017-02-14 15:42:13 -08:00
|
|
|
<Import Project="build/OutputDirectories.props" />
|
2017-09-05 15:10:15 -07: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/BundledTemplates.props" />
|
2018-02-16 13:32:29 -08:00
|
|
|
<Import Project="build/BundledDotnetTools.props" />
|
2017-10-11 17:17:28 -07:00
|
|
|
|
2017-09-05 15:10:15 -07:00
|
|
|
<Import Project="build/BuildDefaults.props" />
|
|
|
|
<Import Project="build/BundledRuntimes.props" />
|
2017-10-11 17:17:28 -07:00
|
|
|
<Import Project="build/BundledToolset.props" />
|
2017-09-05 15:10:15 -07:00
|
|
|
<Import Project="build/CrossGen.props" />
|
|
|
|
<Import Project="build/BackwardsCompatibilityRuntimes.props" />
|
|
|
|
|
|
|
|
<Import Project="build/InstallerInfo.props" />
|
|
|
|
<Import Project="build/GenerateResxSource.targets" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2017-01-05 14:56:11 -08:00
|
|
|
</Project>
|