From 257d12be25a102d34e2442a0bbb07b6ec0354e88 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Thu, 18 Oct 2018 13:30:05 -0700 Subject: [PATCH] Remove properties set in BeforeCommonTargets.targets --- build/Targets/BeforeCommonTargets.targets | 35 ----------------------- build/Targets/Imports.targets | 26 +++++++++++++++-- 2 files changed, 23 insertions(+), 38 deletions(-) diff --git a/build/Targets/BeforeCommonTargets.targets b/build/Targets/BeforeCommonTargets.targets index ea264a8c645..d4193c7e350 100644 --- a/build/Targets/BeforeCommonTargets.targets +++ b/build/Targets/BeforeCommonTargets.targets @@ -10,17 +10,12 @@ <_IsAnyUnitTest>true - <_NeedRuntimeAssets>true - true $(OutputPath)UnitTests\$(MSBuildProjectName)\ false - <_CopyReferences>false - <_NeedRuntimeAssets>true - true $(OutputPath)Vsix\$(MSBuildProjectName)\ @@ -34,27 +29,17 @@ - <_CopyReferences>false - <_CopyProjectReferences>false - false $(OutputPath)Dlls\$(MSBuildProjectName)\ - true - <_NeedRuntimeAssets>true - true $(OutputPath)Exes\$(MSBuildProjectName)\ - true - <_NeedRuntimeAssets>true - true $(OutputPath)Exes\$(MSBuildProjectName)\ - true @@ -67,14 +52,11 @@ --> $(OutputPath)$(RuntimeIdentifier)\$(PublishDirName)\ $(OutputPath)$(TargetFramework)\$(PublishDirName)\ - - $(AssemblyName).xml $(IntermediateOutputPath)$(TargetFramework.ToLowerInvariant())\ $(OutputPath)$(TargetFramework.ToLowerInvariant())\ - $(IntermediateOutputPath)$(AssemblyName).xml @@ -101,22 +83,5 @@ - - - - false - false - true - false - CurrentRuntime - - - true - - diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index b5bed98925b..3e9f282b48d 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -25,23 +25,43 @@ <_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" /> + + + false + true + false + CurrentRuntime + + + true + + - + + False - - False + + true + +