From 3057bf64ec0642d28875e48d78817035f706354a Mon Sep 17 00:00:00 2001 From: David Barbet Date: Tue, 27 Aug 2019 17:02:49 -0700 Subject: [PATCH] Remove IVTs to liveshare --- eng/targets/Settings.props | 1 - .../Microsoft.CodeAnalysis.EditorFeatures.csproj | 10 ---------- ...osoft.CodeAnalysis.EditorFeatures.Text.csproj | 10 ---------- .../Microsoft.CodeAnalysis.Features.csproj | 10 ---------- ....CodeAnalysis.ExternalAccess.LiveShare.csproj | 16 ---------------- ...icrosoft.VisualStudio.LanguageServices.csproj | 10 ---------- ...Studio.LanguageServices.Implementation.csproj | 10 ---------- .../Microsoft.CodeAnalysis.Workspaces.csproj | 10 ---------- 8 files changed, 77 deletions(-) diff --git a/eng/targets/Settings.props b/eng/targets/Settings.props index 584c19fb3a7..47789dd265d 100644 --- a/eng/targets/Settings.props +++ b/eng/targets/Settings.props @@ -77,7 +77,6 @@ 0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9 $(VisualStudioKey) $(VisualStudioKey) - $(VisualStudioKey) $(VisualStudioKey) 002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df $(VisualStudioKey) diff --git a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj index a4e8d370f42..52ce5ef96bc 100644 --- a/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj +++ b/src/EditorFeatures/Core/Microsoft.CodeAnalysis.EditorFeatures.csproj @@ -95,16 +95,6 @@ - - - - - - - - - - diff --git a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj index de79705d3f6..ac7c3ff57b9 100644 --- a/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj +++ b/src/EditorFeatures/Text/Microsoft.CodeAnalysis.EditorFeatures.Text.csproj @@ -44,16 +44,6 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj b/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj index 00fdd8f33a0..e7301414cb9 100644 --- a/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj +++ b/src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj @@ -128,16 +128,6 @@ - - - - - - - - - - diff --git a/src/VisualStudio/Core/Impl/Microsoft.VisualStudio.LanguageServices.Implementation.csproj b/src/VisualStudio/Core/Impl/Microsoft.VisualStudio.LanguageServices.Implementation.csproj index 1aaf8e4965c..e8df5449c1e 100644 --- a/src/VisualStudio/Core/Impl/Microsoft.VisualStudio.LanguageServices.Implementation.csproj +++ b/src/VisualStudio/Core/Impl/Microsoft.VisualStudio.LanguageServices.Implementation.csproj @@ -28,16 +28,6 @@ - - - - - - - - - - diff --git a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj index c467c0c8df5..e02b3fa8df0 100644 --- a/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj @@ -311,16 +311,6 @@ - - - - - - - - - - -- GitLab