-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
Rearrange output folders
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ dlldata.c | |
# DNX | ||
project.lock.json | ||
artifacts/ | ||
bin/ | ||
|
||
*_i.c | ||
*_p.c | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- | ||
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 | ||
--> | ||
|
||
<PropertyGroup> | ||
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot> | ||
|
||
<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> | ||
<DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback> | ||
|
||
<CliTargetFramework>netcoreapp2.1</CliTargetFramework> | ||
</PropertyGroup> | ||
|
||
<Import Project="build/InitRepo.props" /> | ||
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(GitCommitInfoProps)" /> | ||
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(HostInfoProps)" /> | ||
<Import Condition=" '$(GeneratePropsFile)' != 'true' " Project="$(BuildInfoProps)" /> | ||
|
||
<Import Project="build/BranchInfo.props" /> | ||
|
||
<Import Project="build/BundledTools.props" /> | ||
<Import Project="build/BundledSdks.props" /> | ||
<Import Project="build/BundledTemplates.props" /> | ||
<Import Project="build/DependencyVersions.props" /> | ||
<Import Project="build/Version.props" /> | ||
<Import Project="build/Branding.props" /> | ||
|
||
<Import Project="build/DerivedHostMachineInfo.props" /> | ||
<Import Project="build/FileExtensions.props" /> | ||
<Import Project="build/InputDirectories.props" /> | ||
<Import Project="build/MSBuildExtensions.props" /> | ||
<Import Project="build/SetupPreviousStage.props" /> | ||
<Import Project="build/OutputDirectories.props" /> | ||
<Import Project="build/BuildDefaults.props" /> | ||
<Import Project="build/VersionBadge.props" /> | ||
<Import Project="build/BundledRuntimes.props" /> | ||
<Import Project="build/CrossGen.props" /> | ||
<Import Project="build/BackwardsCompatibilityRuntimes.props" /> | ||
|
||
<Import Project="build/AzureInfo.props" /> | ||
<Import Project="build/InstallerInfo.props" /> | ||
<Import Project="build/GenerateResxSource.targets" /> | ||
</Project> |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Project> | ||
<!-- Empty Directory.Build.props file to prevent test asset projects from picking up the repo's Directory.Build.props' --> | ||
</Project> |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.