From 43f948bccbc383a9be52e3be3ad20a1b06c847b7 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Wed, 6 May 2020 22:10:09 -0700 Subject: using the new sdk hook (#35799) * using the new sdk home * moving file to eng --- eng/BeforeTargetFrameworkInference.targets | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 eng/BeforeTargetFrameworkInference.targets (limited to 'eng/BeforeTargetFrameworkInference.targets') diff --git a/eng/BeforeTargetFrameworkInference.targets b/eng/BeforeTargetFrameworkInference.targets new file mode 100644 index 00000000000..92adb5df635 --- /dev/null +++ b/eng/BeforeTargetFrameworkInference.targets @@ -0,0 +1,23 @@ + + + + <_OriginalTargetFramework>$(TargetFramework) + $(TargetFramework.SubString($([MSBuild]::Add($(TargetFramework.IndexOf('-')), 1)))) + $(TargetFramework.SubString(0, $(TargetFramework.IndexOf('-')))) + + + + $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) + + + + + + $([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', '$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)')) + $([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', '$(TargetFramework)-$(Configuration)')) + + $([MSBuild]::NormalizeDirectory('$(BaseOutputPath)', '$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)')) + $([MSBuild]::NormalizeDirectory('$(BaseOutputPath)', '$(TargetFramework)-$(Configuration)')) + + + -- cgit v1.2.3