From ccf98093df7a9d5e8401da671b7ba3c59c300022 Mon Sep 17 00:00:00 2001 From: Kevin Pilch-Bisson Date: Mon, 18 Jul 2016 12:39:31 -0700 Subject: [PATCH] Don't generate InternalsVisibleTo to assemblies we don't produce anymore --- src/EditorFeatures/Core/EditorFeatures.csproj | 3 +-- src/Features/Core/Portable/Features.csproj | 3 +-- src/VisualStudio/Core/Def/ServicesVisualStudio.csproj | 3 +-- src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj | 3 +-- src/Workspaces/Core/Portable/Workspaces.csproj | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/EditorFeatures/Core/EditorFeatures.csproj b/src/EditorFeatures/Core/EditorFeatures.csproj index 6e293d6190a..45bc84648e1 100644 --- a/src/EditorFeatures/Core/EditorFeatures.csproj +++ b/src/EditorFeatures/Core/EditorFeatures.csproj @@ -83,7 +83,6 @@ - @@ -807,4 +806,4 @@ - \ No newline at end of file + diff --git a/src/Features/Core/Portable/Features.csproj b/src/Features/Core/Portable/Features.csproj index c656cb8ae62..36b3bb787c6 100644 --- a/src/Features/Core/Portable/Features.csproj +++ b/src/Features/Core/Portable/Features.csproj @@ -45,7 +45,6 @@ - @@ -632,4 +631,4 @@ - \ No newline at end of file + diff --git a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj index 7b9dca25a2e..19d6770512a 100644 --- a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj +++ b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj @@ -256,7 +256,6 @@ - @@ -744,4 +743,4 @@ - \ No newline at end of file + diff --git a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj index e11bd2eb369..0657931e8a2 100644 --- a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj +++ b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj @@ -113,7 +113,6 @@ - @@ -153,4 +152,4 @@ - \ No newline at end of file + diff --git a/src/Workspaces/Core/Portable/Workspaces.csproj b/src/Workspaces/Core/Portable/Workspaces.csproj index c63376da5f6..244a5551435 100644 --- a/src/Workspaces/Core/Portable/Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Workspaces.csproj @@ -264,7 +264,6 @@ - @@ -1023,4 +1022,4 @@ - \ No newline at end of file + -- GitLab