From a556967e216e16ac10253ee458ce12e53deea478 Mon Sep 17 00:00:00 2001 From: Matteo Prosperi Date: Wed, 26 Feb 2025 10:11:11 -0800 Subject: [PATCH] Mark package references as private assets --- .../Samples/CodeLensSample/CodeLensSample.csproj | 4 ++-- .../CommandParentingSample/CommandParentingSample.csproj | 4 ++-- .../Samples/CommentRemover/CommentRemover.csproj | 4 ++-- .../CompositeExtension/CompositeExtension.csproj | 4 ++-- .../OutOfProcComponent/OutOfProcComponent.csproj | 4 ++-- .../Samples/DialogSample/DialogSample.csproj | 4 ++-- .../DocumentSelectorSample/DocumentSelectorSample.csproj | 4 ++-- .../Samples/ExtensionPublisher/ExtensionPublisher.csproj | 4 ++-- .../Samples/FeatureGallery/FeatureGallery.csproj | 4 ++-- .../Samples/FilePickerSample/FilePickerSample.csproj | 4 ++-- .../Samples/InProcFeatureGallery/InProcFeatureGallery.csproj | 4 ++-- New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj | 4 ++-- .../Samples/MarkdownLinter/MarkdownLinter.csproj | 4 ++-- .../MemoryStreamVisualizer/MemoryStreamVisualizer.csproj | 4 ++-- .../Samples/OutputWindowSample/OutputWindowSample.csproj | 4 ++-- .../RegexMatchDebugVisualizer.csproj | 4 ++-- .../RustLanguageServerProvider.csproj | 4 ++-- .../Samples/SettingsSample/SettingsSample.csproj | 4 ++-- .../SimpleRemoteCommandSample.csproj | 4 ++-- .../Samples/TaggersSample/TaggersSample.csproj | 4 ++-- .../Samples/ToolWindowSample/ToolWindowSample.csproj | 4 ++-- .../Samples/UserPromptSample/UserPromptSample.csproj | 4 ++-- .../VSProjectQueryAPISample/VSProjectQueryAPISample.csproj | 4 ++-- .../Samples/WordCountMargin/WordCountMarginSample.csproj | 4 ++-- 24 files changed, 48 insertions(+), 48 deletions(-) diff --git a/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj b/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj index bf5165b7..2d21a8dd 100644 --- a/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj +++ b/New_Extensibility_Model/Samples/CodeLensSample/CodeLensSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj b/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj index 37b17e77..de6950d4 100644 --- a/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj +++ b/New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj @@ -11,7 +11,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj b/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj index 2c5e867d..355ec26a 100644 --- a/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj +++ b/New_Extensibility_Model/Samples/CommentRemover/CommentRemover.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CompositeExtension/CompositeExtension/CompositeExtension.csproj b/New_Extensibility_Model/Samples/CompositeExtension/CompositeExtension/CompositeExtension.csproj index f4977e91..b442cc82 100644 --- a/New_Extensibility_Model/Samples/CompositeExtension/CompositeExtension/CompositeExtension.csproj +++ b/New_Extensibility_Model/Samples/CompositeExtension/CompositeExtension/CompositeExtension.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/CompositeExtension/OutOfProcComponent/OutOfProcComponent.csproj b/New_Extensibility_Model/Samples/CompositeExtension/OutOfProcComponent/OutOfProcComponent.csproj index 35e8fb92..5fcc945b 100644 --- a/New_Extensibility_Model/Samples/CompositeExtension/OutOfProcComponent/OutOfProcComponent.csproj +++ b/New_Extensibility_Model/Samples/CompositeExtension/OutOfProcComponent/OutOfProcComponent.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj b/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj index b855b42f..b2c63962 100644 --- a/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj +++ b/New_Extensibility_Model/Samples/DialogSample/DialogSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj b/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj index 42d33f24..65fa78ba 100644 --- a/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj +++ b/New_Extensibility_Model/Samples/DocumentSelectorSample/DocumentSelectorSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj b/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj index e77ed35a..2a877a05 100644 --- a/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj +++ b/New_Extensibility_Model/Samples/ExtensionPublisher/ExtensionPublisher.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj b/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj index b24f38e4..a0a12680 100644 --- a/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj +++ b/New_Extensibility_Model/Samples/FeatureGallery/FeatureGallery.csproj @@ -6,8 +6,8 @@ en-US - - + + diff --git a/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj b/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj index 7851f674..c8e240df 100644 --- a/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj +++ b/New_Extensibility_Model/Samples/FilePickerSample/FilePickerSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj b/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj index 0e779145..af8b5724 100644 --- a/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj +++ b/New_Extensibility_Model/Samples/InProcFeatureGallery/InProcFeatureGallery.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj b/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj index 25c6444c..a4320afe 100644 --- a/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj +++ b/New_Extensibility_Model/Samples/InsertGuid/InsertGuid.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj b/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj index dde1eb9f..2281b382 100644 --- a/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj +++ b/New_Extensibility_Model/Samples/MarkdownLinter/MarkdownLinter.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj b/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj index 9d6da03d..62c29eb1 100644 --- a/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj +++ b/New_Extensibility_Model/Samples/MemoryStreamDebugVisualizer/MemoryStreamVisualizer/MemoryStreamVisualizer.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj b/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj index 41cc42a7..623606b0 100644 --- a/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj +++ b/New_Extensibility_Model/Samples/OutputWindowSample/OutputWindowSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj b/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj index 29d4d825..2ff6581f 100644 --- a/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj +++ b/New_Extensibility_Model/Samples/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer/RegexMatchDebugVisualizer.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj b/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj index 4d172ef0..42961f9f 100644 --- a/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj +++ b/New_Extensibility_Model/Samples/RustLanguageServerProvider/RustLanguageServerProvider.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj b/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj index a69c94bc..fd3f7820 100644 --- a/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj +++ b/New_Extensibility_Model/Samples/SettingsSample/SettingsSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj b/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj index 493da79f..d2f2c4fc 100644 --- a/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj +++ b/New_Extensibility_Model/Samples/SimpleRemoteCommandSample/SimpleRemoteCommandSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/TaggersSample/TaggersSample.csproj b/New_Extensibility_Model/Samples/TaggersSample/TaggersSample.csproj index 493da79f..d2f2c4fc 100644 --- a/New_Extensibility_Model/Samples/TaggersSample/TaggersSample.csproj +++ b/New_Extensibility_Model/Samples/TaggersSample/TaggersSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj b/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj index fa6e4c1f..9aa5c06f 100644 --- a/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj +++ b/New_Extensibility_Model/Samples/ToolWindowSample/ToolWindowSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj b/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj index edf1151a..09ff824b 100644 --- a/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj +++ b/New_Extensibility_Model/Samples/UserPromptSample/UserPromptSample.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj b/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj index 936a0b6f..0476b667 100644 --- a/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj +++ b/New_Extensibility_Model/Samples/VSProjectQueryAPISample/VSProjectQueryAPISample.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj b/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj index c65473ac..1cd1f3a9 100644 --- a/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj +++ b/New_Extensibility_Model/Samples/WordCountMargin/WordCountMarginSample.csproj @@ -7,8 +7,8 @@ - - + +