From 73970aeae62a6555d3a2aa35f115c9937645bb9e Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Mon, 13 Mar 2023 18:19:56 -0700 Subject: [PATCH 1/2] Made it so the setup projects reference their output assemblies. The DLLs from those setup projects don't do anything so this change shouldn't affect anything beyond publishing to the experimental hive. --- setup/ProjectSystemSetup/ProjectSystemSetup.csproj | 8 ++++---- .../VisualStudioEditorsSetup.csproj | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/ProjectSystemSetup/ProjectSystemSetup.csproj b/setup/ProjectSystemSetup/ProjectSystemSetup.csproj index e62828b4408..505bf1b7a62 100644 --- a/setup/ProjectSystemSetup/ProjectSystemSetup.csproj +++ b/setup/ProjectSystemSetup/ProjectSystemSetup.csproj @@ -30,7 +30,7 @@ 1 BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;SatelliteDllsProjectOutputGroup;PkgdefProjectOutputGroup DebugSymbolsProjectOutputGroup - false + true $(_ManagedProjectName) @@ -38,17 +38,17 @@ 1 BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;SatelliteDllsProjectOutputGroup DebugSymbolsProjectOutputGroup - false + true false - false + true false - false + true diff --git a/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj b/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj index 39bef298d8c..77c11bdf41d 100644 --- a/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj +++ b/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj @@ -23,7 +23,7 @@ true All 3 - false + true Microsoft.VisualStudio.Editors @@ -32,7 +32,7 @@ true All 3 - false + true From 9974d954d95c4901d161f6118d78ae8c21c86ee6 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Tue, 14 Mar 2023 14:46:35 -0700 Subject: [PATCH 2/2] Remove explicit ReferenceOutputAssembly set to true since it defaults to true. --- setup/ProjectSystemSetup/ProjectSystemSetup.csproj | 4 ---- .../VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj | 2 -- 2 files changed, 6 deletions(-) diff --git a/setup/ProjectSystemSetup/ProjectSystemSetup.csproj b/setup/ProjectSystemSetup/ProjectSystemSetup.csproj index 505bf1b7a62..de6d39a1e79 100644 --- a/setup/ProjectSystemSetup/ProjectSystemSetup.csproj +++ b/setup/ProjectSystemSetup/ProjectSystemSetup.csproj @@ -30,7 +30,6 @@ 1 BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;SatelliteDllsProjectOutputGroup;PkgdefProjectOutputGroup DebugSymbolsProjectOutputGroup - true $(_ManagedProjectName) @@ -38,17 +37,14 @@ 1 BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;SatelliteDllsProjectOutputGroup DebugSymbolsProjectOutputGroup - true false - true false - true diff --git a/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj b/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj index 77c11bdf41d..b19558ffb2e 100644 --- a/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj +++ b/setup/VisualStudioEditorsSetup/VisualStudioEditorsSetup.csproj @@ -23,7 +23,6 @@ true All 3 - true Microsoft.VisualStudio.Editors @@ -32,7 +31,6 @@ true All 3 - true