From: Anirudh Agnihotry Date: Fri, 3 Apr 2020 23:09:55 +0000 (-0700) Subject: Moving more Tfm specific properties to the targetFramework.props file (#34349) X-Git-Tag: submit/tizen/20210909.063632~8764 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ac25b4ef14613d0201e4b2912bcbb3b03c34bf7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Moving more Tfm specific properties to the targetFramework.props file (#34349) * follow up * other occurences * fixing compiler services failure --- diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props index 0ede665..35131d5 100644 --- a/eng/referenceAssemblies.props +++ b/eng/referenceAssemblies.props @@ -1,17 +1,6 @@ - true - - - $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(MSBuildProjectName)')) - - - $(AdditionalBuildTargetFrameworks);netstandard2.0;netstandard2.1 - $([MSBuild]::NormalizeDirectory('$(AssemblyBinDirOutputPath)', 'ref')) - $(BaseOutputPath)$(TargetFramework)-$(Configuration) - $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) - $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration) $(NoWarn);CS0169;CS0649;CS8618 @@ -26,7 +15,7 @@ $(NoWarn);CS8617 - + diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index ee5cdfd..e808f91 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -14,6 +14,7 @@ $(RepoRoot)artifacts\toolset\Common\ $([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectDirectory), 'src%24')) + true $(RepositoryEngineeringDir)depProj.common.targets $([MSBuild]::NormalizePath('$(ArtifactsDir)', 'tmp', '$(Configuration)', 'RuntimeOS.props')) $(LibrariesProjectRoot)\OSGroups.json @@ -160,6 +161,16 @@ + + + $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) + + $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(MSBuildProjectName)')) + $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) + $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref')) + $([MSBuild]::NormalizeDirectory('$(AssemblyBinDirOutputPath)', 'ref')) + + @@ -265,21 +276,16 @@ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'testhost', '$(BuildSettings)')) - - false $(ArtifactsObjDir)version.txt - - $(BaseOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ - $(BaseOutputPath)$(TargetFramework)-$(Configuration)\ $(AdditionalBuildTargetFrameworks);netstandard2.0 - + false diff --git a/src/libraries/restore/Directory.Build.props b/src/libraries/restore/Directory.Build.props index c9aaaf7..059f4b4 100644 --- a/src/libraries/restore/Directory.Build.props +++ b/src/libraries/restore/Directory.Build.props @@ -7,11 +7,8 @@ $(RestoreOutputPath)/project.assets.json $(IntermediateOutputPath) true - - $(BaseOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration) - $(BaseOutputPath)$(TargetFramework)-$(Configuration) false - netstandard2.0-$(TargetFrameworkSuffix) + netstandard2.0 + false + - $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'ref')) $([MSBuild]::NormalizeDirectory('$(RefRootPath)', '$(TargetFramework)')) - $([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)')) $(BaseIntermediateOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ $(BaseIntermediateOutputPath)$(TargetFramework)-$(Configuration)\ + + $(BaseOutputPath)$(TargetFramework)-$(TargetFrameworkSuffix)-$(Configuration)\ + $(BaseOutputPath)$(TargetFramework)-$(Configuration)\