From 5bb362120deb8400d7334c00b665f6afd6c3a564 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 8 Nov 2016 10:49:51 -0800 Subject: [PATCH] Remove special casing of compiler tools --- build/Targets/Imports.targets | 16 ++++--------- build/Targets/Settings.props | 2 +- build/Toolset/Toolset.csproj | 23 +++++++++++++++++-- cibuild.cmd | 2 +- src/Compilers/CSharp/CscCore/CscCore.csproj | 4 ++-- .../PortableServer/PortableServer.csproj | 4 ++-- .../VisualBasic/VbcCore/VbcCore.csproj | 4 ++-- src/Interactive/CsiCore/CsiCore.csproj | 4 ++-- src/Interactive/VbiCore/VbiCore.vbproj | 4 ++-- src/Tools/BuildBoss/RoslynProjectData.cs | 16 +++---------- .../CommonCoreClrRuntime.csproj | 3 +-- .../CommonNetCoreReferences.csproj | 3 +-- ...DeployCompilerGeneratorToolsRuntime.csproj | 3 +-- .../CompilersBoundTreeGenerator.csproj | 5 ++-- .../CSharpErrorFactsGenerator.csproj | 5 ++-- .../CSharpSyntaxGenerator.csproj | 5 ++-- .../VisualBasicErrorFactsGenerator.vbproj | 5 ++-- .../VisualBasicSyntaxGenerator.vbproj | 5 ++-- 18 files changed, 54 insertions(+), 59 deletions(-) diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index aac2932152c..23c7deb57b6 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -2,9 +2,13 @@ - + + <_CopyReferences>false + <_CopyProjectReferences>false $(OutDir)Exes\$(MSBuildProjectName)\ @@ -28,16 +32,6 @@ $(OutDir)Exes\ - - - $(OutDir)CompilerGeneratorTools\ - - - - - $(OutDir)Deployment\$(MSBuildProjectName)\ - - <_CopyReferences>false diff --git a/build/Targets/Settings.props b/build/Targets/Settings.props index 9ec2d0b1b40..804efdef35c 100644 --- a/build/Targets/Settings.props +++ b/build/Targets/Settings.props @@ -39,7 +39,7 @@ Microsoft.Common.CurrentVersion.targets to see how it is consumed --> false - $(OutDir)CompilerGeneratorTools\ + $(OutDir)Exes\DeployCompilerGeneratorToolsRuntime\ Core