File: Microsoft.CodeAnalysis.EditorFeatures.csproj
Web Access
Project: src\src\EditorFeatures\Core\Microsoft.CodeAnalysis.EditorFeatures.csproj (Microsoft.CodeAnalysis.EditorFeatures)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.CodeAnalysis.EditorFeatures</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;EDITOR_FEATURES;RELEASE;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AddImportOnPaste\AddImportOnPasteOptionsStorage.cs"/>
    <Compile Include="AddImports\AbstractAddImportsPasteCommandHandler.cs"/>
    <Compile Include="AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs"/>
    <Compile Include="AutomaticCompletion\AbstractBraceCompletionServiceFactory.cs"/>
    <Compile Include="AutomaticCompletion\AutomaticLineEnderOptionsStorage.cs"/>
    <Compile Include="AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs"/>
    <Compile Include="AutomaticCompletion\BraceCompletionSessionProvider.cs"/>
    <Compile Include="AutomaticCompletion\Extensions.cs"/>
    <Compile Include="AutomaticCompletion\IBraceCompletionServiceFactory.cs"/>
    <Compile Include="BackgroundWorkIndicator\DefaultBackgroundWorkIndicatorFactory.cs"/>
    <Compile Include="BackgroundWorkIndicator\IBackgroundWorkIndicatorContext.cs"/>
    <Compile Include="BackgroundWorkIndicator\IBackgroundWorkIndicatorFactory.cs"/>
    <Compile Include="BraceMatching\BraceHighlightingViewTaggerProvider.cs"/>
    <Compile Include="BraceMatching\BraceHighlightTag.cs"/>
    <Compile Include="BraceMatching\BraceMatchingOptionsStorage.cs"/>
    <Compile Include="BraceMatching\ClassificationTypeDefinitions.cs"/>
    <Compile Include="BracePairs\BracePairsTaggerProvider.cs"/>
    <Compile Include="ChangeSignature\AbstractChangeSignatureCommandHandler.cs"/>
    <Compile Include="Classification\ClassificationTags.cs"/>
    <Compile Include="Classification\ClassificationTypeDefinitions.cs"/>
    <Compile Include="Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs"/>
    <Compile Include="Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs"/>
    <Compile Include="Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs"/>
    <Compile Include="Classification\Semantic\ClassificationUtilities.cs"/>
    <Compile Include="Classification\Semantic\EmbeddedLanguageClassificationViewTaggerProvider.cs"/>
    <Compile Include="Classification\Semantic\SemanticClassificationViewTaggerProvider.cs"/>
    <Compile Include="Classification\Semantic\SemanticColorizerOptionsStorage.cs"/>
    <Compile Include="Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs"/>
    <Compile Include="Classification\Syntactic\SyntacticClassificationTaggerProvider.cs"/>
    <Compile Include="Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs"/>
    <Compile Include="Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs"/>
    <Compile Include="Classification\Syntactic\SyntacticColorizerOptionsStorage.cs"/>
    <Compile Include="Classification\TotalClassificationTaggerProvider.cs"/>
    <Compile Include="CodeActions\CodeActionEditHandlerService.cs"/>
    <Compile Include="CodeActions\ICodeActionEditHandlerService.cs"/>
    <Compile Include="CodeActions\IUIThreadOperationContextExtensions.cs"/>
    <Compile Include="CodeDefinitionWindow\CodeDefinitionWindowLocation.cs"/>
    <Compile Include="CodeDefinitionWindow\DefinitionContextTracker.cs"/>
    <Compile Include="CodeDefinitionWindow\ICodeDefinitionWindowService.cs"/>
    <Compile Include="CodeRefactorings\EditorLayerCodeActionHelpersService.cs"/>
    <Compile Include="Commanding\LegacyCommandHandlerServiceFactory.cs"/>
    <Compile Include="CommentSelection\AbstractCommentSelectionBase.cs"/>
    <Compile Include="CommentSelection\AbstractToggleBlockCommentBase.cs"/>
    <Compile Include="CommentSelection\CommentSelectionResult.cs"/>
    <Compile Include="CommentSelection\CommentTrackingSpan.cs"/>
    <Compile Include="CommentSelection\CommentUncommentSelectionCommandHandler.cs"/>
    <Compile Include="CommentSelection\ToggleBlockCommentCommandHandler.cs"/>
    <Compile Include="CommentSelection\ToggleLineCommentCommandHandler.cs"/>
    <Compile Include="ContentTypeLanguageMetadata.cs"/>
    <Compile Include="Copilot\CopilotTaggerProvider.cs"/>
    <Compile Include="DocumentationComments\AbstractDocumentationCommentCommandHandler.cs"/>
    <Compile Include="DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs"/>
    <Compile Include="DocumentSnapshotSpan.cs"/>
    <Compile Include="EditAndContinue\ActiveStatementTag.cs"/>
    <Compile Include="EditAndContinue\ActiveStatementTaggerProvider.cs"/>
    <Compile Include="EditAndContinue\ActiveStatementTaggerProvider.EventSource.cs"/>
    <Compile Include="EditAndContinue\ActiveStatementTrackingService.cs"/>
    <Compile Include="EditAndContinue\ActiveStatementTrackingSpan.cs"/>
    <Compile Include="EditAndContinue\Contracts\ContractWrappers.cs"/>
    <Compile Include="EditAndContinue\Contracts\HotReloadLoggerProxy.cs"/>
    <Compile Include="EditAndContinue\Contracts\ManagedHotReloadServiceBridge.cs"/>
    <Compile Include="EditAndContinue\EditAndContinueErrorTypeDefinition.cs"/>
    <Compile Include="EditAndContinue\EditAndContinueLanguageService.cs"/>
    <Compile Include="EditAndContinue\EditAndContinueLanguageServiceBridge.cs"/>
    <Compile Include="EditAndContinue\EditAndContinueUIContext.cs"/>
    <Compile Include="EditAndContinue\IActiveStatementTrackingService.cs"/>
    <Compile Include="EditAndContinue\IEditAndContinueSolutionProvider.cs"/>
    <Compile Include="EditAndContinue\PdbMatchingSourceTextProvider.cs"/>
    <Compile Include="EditorConfigSettings\Aggregator\ISettingsAggregator.cs"/>
    <Compile Include="EditorConfigSettings\Aggregator\SettingsAggregator.cs"/>
    <Compile Include="EditorConfigSettings\Aggregator\SettingsAggregatorFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsWorkspaceServiceFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\CombinedOptionsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\CombinedProvider.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\ILanguageSettingsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\ISettingsProvider.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\ISettingsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\IWorkspaceSettingsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\NamingStyles\NamingStyleSettingsProvider.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\NamingStyles\NamingStyleSettingsProviderFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\NamingStyles\NamingStyleSettingsWorkspaceServiceFactory.cs"/>
    <Compile Include="EditorConfigSettings\DataProvider\SettingsProviderBase.cs"/>
    <Compile Include="EditorConfigSettings\Data\AnalyzerSetting.cs"/>
    <Compile Include="EditorConfigSettings\Data\CodeStyleSetting.cs"/>
    <Compile Include="EditorConfigSettings\Data\CodeStyleSetting`1.cs"/>
    <Compile Include="EditorConfigSettings\Data\Conversions.cs"/>
    <Compile Include="EditorConfigSettings\Data\EnumFlagsSetting.cs"/>
    <Compile Include="EditorConfigSettings\Data\NamingStyleSetting.cs"/>
    <Compile Include="EditorConfigSettings\Data\Setting.cs"/>
    <Compile Include="EditorConfigSettings\Data\Setting`1.cs"/>
    <Compile Include="EditorConfigSettings\Data\TieredAnalyzerConfigOptions.cs"/>
    <Compile Include="EditorConfigSettings\Extensions\EnumerableExtensions.cs"/>
    <Compile Include="EditorConfigSettings\Extensions\SolutionExtensions.cs"/>
    <Compile Include="EditorConfigSettings\ISettingsEditorViewModel.cs"/>
    <Compile Include="EditorConfigSettings\LocationKind.cs"/>
    <Compile Include="EditorConfigSettings\SettingLocation.cs"/>
    <Compile Include="EditorConfigSettings\Updater\AnalyzerSettingsUpdater.cs"/>
    <Compile Include="EditorConfigSettings\Updater\ISettingUpdater.cs"/>
    <Compile Include="EditorConfigSettings\Updater\NamingStyles\EditorConfigNamingStylesExtensions.cs"/>
    <Compile Include="EditorConfigSettings\Updater\NamingStyles\NamingStyleSettingsUpdater.cs"/>
    <Compile Include="EditorConfigSettings\Updater\NamingStyles\SourceTextExtensions.cs"/>
    <Compile Include="EditorConfigSettings\Updater\OptionUpdater.cs"/>
    <Compile Include="EditorConfigSettings\Updater\SettingsUpdateHelper.cs"/>
    <Compile Include="EditorConfigSettings\Updater\SettingsUpdaterBase.cs"/>
    <Compile Include="Editor\ContentTypeDefinitions.cs"/>
    <Compile Include="Editor\EditorLayerExtensionManager.cs"/>
    <Compile Include="Editor\GoToAdjacentMemberCommandHandler.cs"/>
    <Compile Include="Editor\IContainedDocument.cs"/>
    <Compile Include="Editor\ITextBufferAssociatedViewService.cs"/>
    <Compile Include="Editor\ITextUndoHistoryWorkspaceService.cs"/>
    <Compile Include="Editor\TextBufferAssociatedViewService.cs"/>
    <Compile Include="Editor\TextEditApplication.cs"/>
    <Compile Include="EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs"/>
    <Compile Include="EndConstructGeneration\IEndConstructGenerationService.cs"/>
    <Compile Include="ErrorReporting\EditorErrorReportingService.cs"/>
    <Compile Include="EventHookup\EventHookupOptionsStorage.cs"/>
    <Compile Include="ExportContentTypeLanguageServiceAttribute.cs"/>
    <Compile Include="Extensibility\BraceMatching\BraceMatchingOptionsStorage.cs"/>
    <Compile Include="Extensibility\Commands\ExportInteractiveCommandAttribute.cs"/>
    <Compile Include="Extensibility\Commands\PredefinedCommandHandlerNames.cs"/>
    <Compile Include="Extensibility\Completion\ExportCompletionProviderAttribute.cs"/>
    <Compile Include="Extensibility\Completion\ICustomCommitCompletionProvider.cs"/>
    <Compile Include="Extensibility\Completion\PredefinedCompletionProviderNames.cs"/>
    <Compile Include="Extensibility\Composition\ContentTypeMetadata.cs"/>
    <Compile Include="Extensibility\Composition\IContentTypeMetadata.cs"/>
    <Compile Include="Extensibility\Composition\OrderableContentTypeMetadata.cs"/>
    <Compile Include="Extensibility\NavigationBar\AbstractEditorNavigationBarItemService.cs"/>
    <Compile Include="Extensibility\NavigationBar\INavigationBarControllerFactoryService.cs"/>
    <Compile Include="Extensibility\NavigationBar\INavigationBarItemService.cs"/>
    <Compile Include="Extensibility\NavigationBar\INavigationBarPresenter.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarAutomationStrings.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarDropdownKind.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarItem.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarItemSelectedEventArgs.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarProjectItem.cs"/>
    <Compile Include="Extensibility\NavigationBar\NavigationBarSelectedItems.cs"/>
    <Compile Include="Extensibility\NavigationBar\SimpleNavigationBarItem.cs"/>
    <Compile Include="Extensibility\NavigationBar\WrappedNavigationBarItem.cs"/>
    <Compile Include="Extensibility\SignatureHelp\ISignatureHelpPresenterSession.cs"/>
    <Compile Include="Extensibility\SignatureHelp\PredefinedSignatureHelpPresenterNames.cs"/>
    <Compile Include="Extensibility\SignatureHelp\SignatureHelpItemEventArgs.cs"/>
    <Compile Include="Extensions\LSPExtensions.cs"/>
    <Compile Include="ExternalAccess\IntelliCode\Api\IIntelliCodeArgumentDefaultsSource.cs"/>
    <Compile Include="ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs"/>
    <Compile Include="ExternalAccess\IntelliCode\IntentProcessor.cs"/>
    <Compile Include="ExternalAccess\UnitTestGenerator\Api\UnitTestGeneratorAddMissingImportsFeatureServiceAccessor.cs"/>
    <Compile Include="ExternalAccess\UnitTestGenerator\Api\UnitTestGeneratorOrganizeImportsAccessor.cs"/>
    <Compile Include="ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs"/>
    <Compile Include="ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixKind.cs"/>
    <Compile Include="ExternalAccess\UnitTestGenerator\Api\WrappedMissingImportsAnalysisResult.cs"/>
    <Compile Include="ExternalAccess\UnitTesting\Api\UnitTestingGlobalOptions.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\AbstactVSTypeScriptLspServiceFactory.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\AbstractVSTypeScriptRequestHandler.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\ExportTypeScriptLspRequestHandlerProviderAttribute.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\ITypeScriptGoToDefinitionServiceFactoryImplementation.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptBlockStructureServiceImplementation.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptBreakpointResolutionServiceImplementation.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptCapabilitiesProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptEditorInlineRenameService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptFormattingInteractionService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameLocationSet.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptInlineRenameReplacementInfo.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptLanguageDebugInfoServiceImplementation.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptNavigationBarItemService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptSignatureHelpClassifierProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\IVSTypeScriptStreamingFindUsagesPresenterAccessor.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousTaggerProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptBlockSpan.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptBlockStructure.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptBreakpointResolutionResultWrapper.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugDataTipInfoWrapper.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentSpan.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptExtensions.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptGlobalOptions.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptGoToSymbolContext.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameInfo.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameLocationWrapper.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameReplacementKind.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptInlineRenameReplacementWrapper.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptMethodAttribute.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypescriptNavigationBarItem.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptPredefinedCommandHandlerNames.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptRenameOperationProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\Api\VSTypeScriptWellKnownSymbolTypes.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptBlockStructureService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptBreakpointResolutionService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptDidChangeHandler.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptDidCloseHandler.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptDidOpenHandler.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptEditorInlineRenameService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptInlineRenameReplacementKindHelpers.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptInProcLanguageClient.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptLspServiceProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptLspWorkspaceManagerFactory.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptNavigationBarItemService.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptProjectContextHandler.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptPullDiagnosticHandlerProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptRequestExecutionQueueProvider.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptRequestTelemetryLoggerFactory.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptStreamingFindUsagesPresenterAccessor.cs"/>
    <Compile Include="ExternalAccess\VSTypeScript\VSTypeScriptStreamingProgressTracker.cs"/>
    <Compile Include="ExtractInterface\AbstractExtractInterfaceCommandHandler.cs"/>
    <Compile Include="ExtractMethod\ExtractMethodCommandHandler.cs"/>
    <Compile Include="ExtractMethod\ExtractMethodPresentationOptionsStorage.cs"/>
    <Compile Include="FindReferences\FindReferencesCommandHandler.cs"/>
    <Compile Include="FindUsages\BufferedFindUsagesContext.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.FormatDocument.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.FormatSelection.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.Paste.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.ReturnKey.cs"/>
    <Compile Include="Formatting\FormatCommandHandler.TypeChar.cs"/>
    <Compile Include="Formatting\FormattingOptionsStorage.cs"/>
    <Compile Include="Formatting\IFormattingInteractionService.cs"/>
    <Compile Include="GoToBase\GoToBaseCommandHandler.cs"/>
    <Compile Include="GoToDefinition\AbstractGoToCommandHandler`2.cs"/>
    <Compile Include="GoToDefinition\GoToDefinitionCommandHandler.cs"/>
    <Compile Include="GoToDefinition\GoToDefinitionHelpers.cs"/>
    <Compile Include="GoToImplementation\GoToImplementationCommandHandler.cs"/>
    <Compile Include="Host\IPreviewDialogService.cs"/>
    <Compile Include="Host\IPreviewPaneService.cs"/>
    <Compile Include="Host\IStreamingFindReferencesPresenter.cs"/>
    <Compile Include="ICommandHandlerServiceFactory.cs"/>
    <Compile Include="IContentTypeLanguageService.cs"/>
    <Compile Include="IDebuggerTextView.cs"/>
    <Compile Include="IInlineRenameService.cs"/>
    <Compile Include="IInlineRenameSession.cs"/>
    <Compile Include="IIntellisensePresenterSession.cs"/>
    <Compile Include="InheritanceMargin\InheritanceMarginOptionsStorage.cs"/>
    <Compile Include="InlineDiagnostics\InlineDiagnosticsLocations.cs"/>
    <Compile Include="InlineDiagnostics\InlineDiagnosticsOptionsStorage.cs"/>
    <Compile Include="InlineHints\IInlineHintKeyProcessor.cs"/>
    <Compile Include="InlineHints\InlineHintDataTag.cs"/>
    <Compile Include="InlineHints\InlineHintKeyProcessorEventSource.cs"/>
    <Compile Include="InlineHints\InlineHintsDataTaggerProvider.cs"/>
    <Compile Include="InlineRename\AbstractEditorInlineRenameService.cs"/>
    <Compile Include="InlineRename\AbstractEditorInlineRenameService.FailureInlineRenameInfo.cs"/>
    <Compile Include="InlineRename\AbstractEditorInlineRenameService.InlineRenameLocationSet.cs"/>
    <Compile Include="InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs"/>
    <Compile Include="InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs"/>
    <Compile Include="InlineRename\AbstractInlineRenameUndoManager.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_BackspaceDeleteHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_CutPasteHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_EscapeHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_LineStartEndHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_MoveSelectedLinesHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_OpenLineAboveHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_OpenLineBelowHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_RefactoringWithCommandHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_ReturnHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_SaveHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_SelectAllHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_TabHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_TypeCharHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_UndoRedoHandler.cs"/>
    <Compile Include="InlineRename\CommandHandlers\AbstractRenameCommandHandler_WordDeleteHandler.cs"/>
    <Compile Include="InlineRename\HighlightTags\RenameConflictTag.cs"/>
    <Compile Include="InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTag.cs"/>
    <Compile Include="InlineRename\HighlightTags\RenameFixupTag.cs"/>
    <Compile Include="InlineRename\IEditorInlineRenameService.cs"/>
    <Compile Include="InlineRename\IInlineRenameUndoManager.cs"/>
    <Compile Include="InlineRename\InlineRenameService.cs"/>
    <Compile Include="InlineRename\InlineRenameSession.cs"/>
    <Compile Include="InlineRename\InlineRenameSession.OpenTextBufferManager.cs"/>
    <Compile Include="InlineRename\InlineRenameSessionOptionsStorage.cs"/>
    <Compile Include="InlineRename\InlineRenameUIOptionsStorage.cs"/>
    <Compile Include="InlineRename\RenameLogMessage.cs"/>
    <Compile Include="InlineRename\RenameTrackingSpan.cs"/>
    <Compile Include="InlineRename\Taggers\AbstractRenameTagger.cs"/>
    <Compile Include="InlineRename\Taggers\ClassificationTypeDefinitions.cs"/>
    <Compile Include="InlineRename\Taggers\RenameClassificationTagger.cs"/>
    <Compile Include="InlineRename\Taggers\RenameClassificationTaggerProvider.cs"/>
    <Compile Include="InlineRename\Taggers\RenameTagger.cs"/>
    <Compile Include="InlineRename\Taggers\RenameTaggerProvider.cs"/>
    <Compile Include="InlineRename\TrackingSpanIntrospector.cs"/>
    <Compile Include="InlineRename\UndoManagerServiceFactory.cs"/>
    <Compile Include="IntelliSense\AbstractController.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CommitManager.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CommitManagerProvider.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CompletionItemData.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CompletionSessionData.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CompletionSource.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\CompletionSourceProvider.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\FilterSet.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\Helpers.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\ILanguageServerSnippetExpander.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\ItemManager.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\ItemManagerProvider.cs"/>
    <Compile Include="IntelliSense\AsyncCompletion\RecentItemsManager.cs"/>
    <Compile Include="IntelliSense\Helpers.cs"/>
    <Compile Include="IntelliSense\IController.cs"/>
    <Compile Include="IntelliSense\IDocumentProvider.cs"/>
    <Compile Include="IntelliSense\ImportCompletionCacheService\EditorExtensionMethodImportCompletionCacheServiceFactory.cs"/>
    <Compile Include="IntelliSense\ImportCompletionCacheService\EditorTypeImportCompletionCacheServiceFactory.cs"/>
    <Compile Include="IntelliSense\ISession.cs"/>
    <Compile Include="IntelliSense\ModelComputation.cs"/>
    <Compile Include="IntelliSense\QuickInfo\EditorFeaturesOnTheFlyDocsElement.cs"/>
    <Compile Include="IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs"/>
    <Compile Include="IntelliSense\QuickInfo\IntellisenseQuickInfoBuilderContext.cs"/>
    <Compile Include="IntelliSense\QuickInfo\Model.cs"/>
    <Compile Include="IntelliSense\QuickInfo\QuickInfoHyperLink.cs"/>
    <Compile Include="IntelliSense\QuickInfo\QuickInfoSourceProvider.cs"/>
    <Compile Include="IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs"/>
    <Compile Include="IntelliSense\Session.cs"/>
    <Compile Include="IntelliSense\ViewTextSpan.cs"/>
    <Compile Include="Intents\DeleteParameterIntentProvider.cs"/>
    <Compile Include="Intents\RenameIntentProvider.cs"/>
    <Compile Include="Interactive\CommandHandlers\ExecuteInInteractiveCommandHandler.cs"/>
    <Compile Include="Interactive\CommandHandlers\IExecuteInInteractiveCommandHandler.cs"/>
    <Compile Include="Interactive\Completion\InteractiveCommandCompletionService.cs"/>
    <Compile Include="Interactive\InteractiveEvaluatorLanguageInfoProvider.cs"/>
    <Compile Include="Interactive\InteractiveLanguageNames.cs"/>
    <Compile Include="Interactive\InteractiveSession.cs"/>
    <Compile Include="Interactive\InteractiveWorkspace.cs"/>
    <Compile Include="Interactive\ISendToInteractiveSubmissionProvider.cs"/>
    <Compile Include="Interactive\SendToInteractiveSubmissionProvider.cs"/>
    <Compile Include="IOptionPageService.cs"/>
    <Compile Include="IRefactorNotifyService.cs"/>
    <Compile Include="KeywordHighlighting\HighlighterViewTaggerProvider.cs"/>
    <Compile Include="KeywordHighlighting\KeywordHighlightingOptionsStorage.cs"/>
    <Compile Include="KeywordHighlighting\KeywordHighlightTag.cs"/>
    <Compile Include="LanguageServer\AbstractInProcLanguageClient.cs"/>
    <Compile Include="LanguageServer\AbstractLanguageClientMiddleLayer.cs"/>
    <Compile Include="LanguageServer\AlwaysActivateInProcLanguageClient.cs"/>
    <Compile Include="LanguageServer\AlwaysActiveLanguageClientEventListener.cs"/>
    <Compile Include="LanguageServer\EditorHoverCreationService.cs"/>
    <Compile Include="LanguageServer\EditorLspCompletionResultCreationService.cs"/>
    <Compile Include="LanguageServer\EditorLspReferencesResultCreationService.cs"/>
    <Compile Include="LanguageServer\EditorLspSymbolInformationCreationService.cs"/>
    <Compile Include="LanguageServer\LiveShareInProcLanguageClient.cs"/>
    <Compile Include="LanguageServer\RazorInProcLanguageClient.cs"/>
    <Compile Include="LineSeparators\LineSeparatorsOptionsStorage.cs"/>
    <Compile Include="Logging\FunctionIdOptions.cs"/>
    <Compile Include="ModernCommands\GoToImplementationCommandArgs.cs"/>
    <Compile Include="ModernCommands\OrganizeDocumentCommandArgs.cs"/>
    <Compile Include="ModernCommands\SortAndRemoveUnnecessaryImportsCommandArgs.cs"/>
    <Compile Include="ModernCommands\SortImportsCommandArgs.cs"/>
    <Compile Include="NavigateTo\DefaultNavigateToLinkService.cs"/>
    <Compile Include="NavigateTo\INavigateToLinkService.cs"/>
    <Compile Include="NavigateTo\NavigateToHelpers.cs"/>
    <Compile Include="NavigationBar\NavigationBarController.cs"/>
    <Compile Include="NavigationBar\NavigationBarControllerFactoryService.cs"/>
    <Compile Include="NavigationBar\NavigationBarController_ModelComputation.cs"/>
    <Compile Include="NavigationBar\NavigationBarModel.cs"/>
    <Compile Include="NavigationBar\NavigationBarQueueItem.cs"/>
    <Compile Include="Navigation\AbstractDefinitionLocationService.cs"/>
    <Compile Include="Navigation\IDocumentNavigationServiceExtensions.cs"/>
    <Compile Include="Options\CompletionViewOptionsStorage.cs"/>
    <Compile Include="Options\EditorAnalyzerConfigOptions.cs"/>
    <Compile Include="Options\EditorOptionsService.cs"/>
    <Compile Include="Options\LegacyGlobalOptionsWorkspaceService.cs"/>
    <Compile Include="Options\NavigationBarViewOptionsStorage.cs"/>
    <Compile Include="Options\SignatureHelpViewOptionsStorage.cs"/>
    <Compile Include="Options\TextBufferOptionProviders.cs"/>
    <Compile Include="Organizing\OrganizeDocumentCommandHandler.cs"/>
    <Compile Include="PasteTracking\PasteTrackingPasteCommandHandler.cs"/>
    <Compile Include="PasteTracking\PasteTrackingService.cs"/>
    <Compile Include="Preview\AbstractPreviewFactoryService.cs"/>
    <Compile Include="Preview\IDifferenceViewerPreview.cs"/>
    <Compile Include="Preview\IPreviewFactoryService.cs"/>
    <Compile Include="Preview\SolutionChangeSummary.cs"/>
    <Compile Include="Preview\SolutionPreviewItem.cs"/>
    <Compile Include="Preview\SolutionPreviewResult.cs"/>
    <Compile Include="ReferenceHighlighting\NagivateToHighlightReferenceCommandHandler.StartComparer.cs"/>
    <Compile Include="ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs"/>
    <Compile Include="ReferenceHighlighting\ReferenceHighlightingOptionsStorage.cs"/>
    <Compile Include="ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs"/>
    <Compile Include="ReferenceHighlighting\Tags\DefinitionHighlightTag.cs"/>
    <Compile Include="ReferenceHighlighting\Tags\ReferenceHighlightTag.cs"/>
    <Compile Include="ReferenceHighlighting\Tags\WrittenReferenceHighlightTag.cs"/>
    <Compile Include="Remote\RemoteHostOptionsStorage.cs"/>
    <Compile Include="Remote\SolutionChecksumUpdater.cs"/>
    <Compile Include="RenameTracking\IRenameTrackingLanguageHeuristicsService.cs"/>
    <Compile Include="RenameTracking\RenameTrackingCancellationCommandHandler.cs"/>
    <Compile Include="RenameTracking\RenameTrackingCodeRefactoringProvider.cs"/>
    <Compile Include="RenameTracking\RenameTrackingOptionsStorage.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTag.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.Tagger.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs"/>
    <Compile Include="RenameTracking\RenameTrackingTaggerProvider.UndoPrimitive.cs"/>
    <Compile Include="SemanticSearch\SemanticSearchEditorWorkspace.cs"/>
    <Compile Include="SemanticSearch\SemanticSeatchTextBufferSupportsFeatureService.cs"/>
    <Compile Include="Shared\DefaultTextBufferSupportsFeatureService.cs"/>
    <Compile Include="Shared\Extensions\ClassificationExtensions.cs"/>
    <Compile Include="Shared\Extensions\GlyphExtensions.cs"/>
    <Compile Include="Shared\Extensions\HostWorkspaceServicesExtensions.cs"/>
    <Compile Include="Shared\Extensions\IBufferGraphExtensions.cs"/>
    <Compile Include="Shared\Extensions\IContentTypeExtensions.cs"/>
    <Compile Include="Shared\Extensions\IProjectionBufferFactoryServiceExtensions.cs"/>
    <Compile Include="Shared\Extensions\IRefactorNotifyServiceExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextBufferEditExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextBufferExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextSelectionExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextSnapshotExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs"/>
    <Compile Include="Shared\Extensions\ITextViewExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs"/>
    <Compile Include="Shared\Extensions\IThreadingContextExtensions.cs"/>
    <Compile Include="Shared\Extensions\ITrackingSpanExtensions.cs"/>
    <Compile Include="Shared\Extensions\MefExtensions.cs"/>
    <Compile Include="Shared\Extensions\SmartIndentExtensions.cs"/>
    <Compile Include="Shared\Extensions\SnapshotPointExtensions.cs"/>
    <Compile Include="Shared\Extensions\SnapshotSpanExtensions.cs"/>
    <Compile Include="Shared\Extensions\SpanExtensions.cs"/>
    <Compile Include="Shared\Extensions\TextChangeExtensions.cs"/>
    <Compile Include="Shared\Extensions\WorkspaceExtensions.cs"/>
    <Compile Include="Shared\ITextBufferSupportsFeatureService.cs"/>
    <Compile Include="Shared\Options\ComponentOnOffOptions.cs"/>
    <Compile Include="Shared\Options\FeatureOnOffOptions.cs"/>
    <Compile Include="Shared\Preview\PredefinedPreviewTaggerKeys.cs"/>
    <Compile Include="Shared\Preview\PreviewWorkspace.cs"/>
    <Compile Include="Shared\Tagging\EventSources\AbstractTaggerEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\AbstractWorkspaceTrackingTaggerEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerConstants.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.CaretPositionChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.CompositionEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.OptionChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ParseOptionChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.SelectionChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.TextChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs"/>
    <Compile Include="Shared\Tagging\Tags\ConflictTag.cs"/>
    <Compile Include="Shared\Tagging\Tags\NavigableHighlightTag.cs"/>
    <Compile Include="Shared\Tagging\Tags\PreviewWarningTag.cs"/>
    <Compile Include="Shared\Tagging\Utilities\TagSpanIntervalTree.cs"/>
    <Compile Include="Shared\Tagging\Utilities\TagSpanIntervalTree.IntervalIntrospector.cs"/>
    <Compile Include="Shared\Utilities\AutomaticCodeChangeMergePolicy.cs"/>
    <Compile Include="Shared\Utilities\CaretPreservingEditTransaction.cs"/>
    <Compile Include="Shared\Utilities\ClassificationTypeMap.cs"/>
    <Compile Include="Shared\Utilities\CommonFormattingHelpers.cs"/>
    <Compile Include="Shared\Utilities\HACK_TextUndoTransactionThatRollsBackProperly.cs"/>
    <Compile Include="Shared\Utilities\IClassificationTypeMap.cs"/>
    <Compile Include="Shared\Utilities\IThreadingContext.cs"/>
    <Compile Include="Shared\Utilities\IUIContextActivationService.cs"/>
    <Compile Include="Shared\Utilities\IWorkspaceContextService.cs"/>
    <Compile Include="Shared\Utilities\LinkedEditsTracker.cs"/>
    <Compile Include="Shared\Utilities\NativeMethods.cs"/>
    <Compile Include="Shared\Utilities\RenameTrackingDismisser.cs"/>
    <Compile Include="Shared\Utilities\ResettableDelay.cs"/>
    <Compile Include="Shared\Utilities\ThreadingContext.cs"/>
    <Compile Include="Shared\Utilities\ThreadingContextTaskSchedulerProvider.cs"/>
    <Compile Include="Shared\Utilities\VirtualTreePoint.cs"/>
    <Compile Include="Shared\Utilities\WorkspaceThreadingService.cs"/>
    <Compile Include="Shared\Utilities\WorkspaceThreadingServiceProvider.cs"/>
    <Compile Include="SmartIndent\SmartIndent.cs"/>
    <Compile Include="SmartIndent\SmartIndenterOptionsStorage.cs"/>
    <Compile Include="SmartIndent\SmartIndentProvider.cs"/>
    <Compile Include="Snippets\SnippetsOptionsStorage.cs"/>
    <Compile Include="SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs"/>
    <Compile Include="SpellCheck\RoslynSpellCheckFixerProvider.cs"/>
    <Compile Include="SplitComment\ISplitCommentService.cs"/>
    <Compile Include="SplitComment\SplitCommentCommandHandler.cs"/>
    <Compile Include="SplitComment\SplitCommentOptionsStorage.cs"/>
    <Compile Include="StringCopyPaste\IStringCopyPasteService.cs"/>
    <Compile Include="StringCopyPaste\StringCopyPasteOptionsStorage.cs"/>
    <Compile Include="StringIndentation\StringIndentationOptionsStorage.cs"/>
    <Compile Include="Structure\AbstractStructureTaggerProvider.cs"/>
    <Compile Include="Structure\InvalidOutliningRegionException.cs"/>
    <Compile Include="Structure\OutliningCommandHandler.cs"/>
    <Compile Include="Structure\OutliningOptionsStorage.cs"/>
    <Compile Include="Structure\StructureTag.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_IEqualityComparer.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs"/>
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs"/>
    <Compile Include="Tagging\AggregateTagger.cs"/>
    <Compile Include="Tagging\AsynchronousTaggerProvider.cs"/>
    <Compile Include="Tagging\AsynchronousViewportTaggerProvider.cs"/>
    <Compile Include="Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs"/>
    <Compile Include="Tagging\AsynchronousViewTaggerProvider.cs"/>
    <Compile Include="Tagging\EfficientTagger.cs"/>
    <Compile Include="Tagging\ITaggerEventSource.cs"/>
    <Compile Include="Tagging\TaggerCaretChangeBehavior.cs"/>
    <Compile Include="Tagging\TaggerContext.cs"/>
    <Compile Include="Tagging\TaggerDelay.cs"/>
    <Compile Include="Tagging\TaggerEventArgs.cs"/>
    <Compile Include="Tagging\TaggerHost.cs"/>
    <Compile Include="Tagging\TaggerMainThreadManager.cs"/>
    <Compile Include="Tagging\TaggerTextChangeBehavior.cs"/>
    <Compile Include="Tagging\TaggerUtilities.cs"/>
    <Compile Include="Tagging\TagSourceQueueItem.cs"/>
    <Compile Include="Tags\ExportImageIdServiceAttribute.cs"/>
    <Compile Include="Tags\IImageIdService.cs"/>
    <Compile Include="TextDiffing\EditorTextDifferencingService.cs"/>
    <Compile Include="TextDiffing\TextDifferencingServiceExtensions.cs"/>
    <Compile Include="TextStructureNavigation\AbstractTextStructureNavigatorProvider.cs"/>
    <Compile Include="TextStructureNavigation\AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs"/>
    <Compile Include="TextViewRoles.cs"/>
    <Compile Include="TypeForwarders.cs"/>
    <Compile Include="Undo\DefaultSourceTextUndoService.cs"/>
    <Compile Include="Undo\EditorSourceTextUndoService.cs"/>
    <Compile Include="Undo\Extensions.cs"/>
    <Compile Include="Undo\IGlobalUndoService.cs"/>
    <Compile Include="Undo\ISourceTextUndoService.cs"/>
    <Compile Include="Undo\ISourceTextUndoTransaction.cs"/>
    <Compile Include="Undo\IWorkspaceGlobalUndoTransaction.cs"/>
    <Compile Include="Undo\NoOpGlobalUndoServiceFactory.cs"/>
    <Compile Include="Workspaces\AbstractTextBufferVisibilityTracker.cs"/>
    <Compile Include="Workspaces\EditorTextFactoryService.cs"/>
    <Compile Include="Workspaces\ITextBufferVisibilityTracker.cs"/>
    <Compile Include="Workspaces\TextUndoHistoryWorkspaceServiceFactoryService.cs"/>
    <Compile Include="..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="src\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeaturesResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeaturesResources.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\netstandard2.0\Microsoft.CodeAnalysis.EditorFeatures.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\bbf1a1d07c0a45dfae6b6c9c7dd23fda\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a878db1631d049b78ee710cd8cbae48e\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a03b83bc2bec4d5da8ff9017d93d1e3d\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1be7195fe4104ab88353b5242e5591a2\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08dc8395f59f45e193ec211a7aaef173\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a33585d4223a4ef2a79e80d3507dc704\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2f90f509abd7462c97a5997789e359c1\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b65cf373c6e4f68bf270c54e0fc2b02\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e60d0a736d9483a82b7cf929e6c1bfb\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a4bba4f04de4a569c300d9c48379ee3\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5baeb31a26fa4899957b24c1cda65ba8\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b3adb86227d04241a00ebb9bcdbb32f5\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b3adb86227d04241a00ebb9bcdbb32f5\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ca5e41de5354501840c40d1443a466f\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77c6c89019ac4339a953ed9afe11ea30\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c07e659fcdd04709a87632d11c985a39\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf1cfdadf4d4a9c95eac06adb537313\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\217176d610ef4a7dae23f9e769538a62\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c836b25bdc074e4db572b9585fd1afa3\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6931e4f81ea54bfabb563e982dcfe7d1\Microsoft.VisualStudio.CoreUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54847f0f357e4deaa04c708d336bdf76\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\845ef457ba5e40439e1c7c6ab7e5fc08\Microsoft.VisualStudio.ImageCatalog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00bb628fcbcd4fc48bd2347354e7f395\Microsoft.VisualStudio.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7747f03157834c748cab7a519443c067\Microsoft.VisualStudio.Language.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49f37d2e2c6f4f95a8e01de64f48ed5a\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\921eb643a5b54a5687caeace6430665d\Microsoft.VisualStudio.LanguageServer.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8307369316e64e51ab88bbcb4c5aa56b\Microsoft.VisualStudio.RpcContracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\679f971cec0a4e2b8c0cea8be4f104ec\Microsoft.VisualStudio.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e34723f6f10a430cb08a2eefbe1b31bf\Microsoft.VisualStudio.Text.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cd798ece288947368547e85b790dc7b5\Microsoft.VisualStudio.Text.Logic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f28494e345f5490cb58d6362283e9886\Microsoft.VisualStudio.Text.UI.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d1cd31730a374e8c833aa135974e67bc\Microsoft.VisualStudio.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92cecd2b2b994a5c8fca1fba1605a35f\Microsoft.VisualStudio.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3303f595199e4dee953e648aa7ec7bec\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ef0f8705999f47b09bff1ee1eb8433e0\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b513a0f2d2644a0ca0e2e8d922a390ee\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b0b99367b084d729c597c37d121c685\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6aa52da1b7114975be47f6a151b59c4b\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6dadd22e019742ce80aaefef99855be0\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\af9ee0c5a8cb435a8fc77f3f1c1a3657\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\67cc2652fa784ba39d6b63ce5b2e94f4\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65de43242b894243b95d92cec0939e0a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03321e3abb6d4fe59065a8364bf8e636\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\287801a7854f48bc9e432954d16c25cd\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a23616b5238b4f519c18851933186bb3\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23ceb428fda94f808e62c7731fe00182\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\96bce695477e413184bd3d331b294610\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\334d1c395c06460e8f4b88f1b9e08c94\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e16d32ab0604128a5bcd620568d2180\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7317fe4e7d974deda44a8a8774a10124\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\52d8232f00e64c38abac39babc57763c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d984eca0269b40be93263cd41799698d\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b6028a50fb043829ccc063f5932157c\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c7eac0fc17384883811ee62665243eb6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a9f6c943f1c492eb5b171c4c1c749a1\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d8c3ae20a5014fb7ad9f74d887b72453\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71f48ef88f484855b6970423b87e2472\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2681bf04d0ad441bb2eeba6559acfd67\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0a3bdef7aea44123ab5fcba347929f05\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82f3edb4de8b47abbcee1b304cfcb641\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4480ce8665a4dbbb6da73e5fe655911\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\906a86c8c762416cada62a91b392bba0\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e98988a960ca4d4280b02c12d0820f3c\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\191e104fc4fd469ea746f580459a0afb\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f35d3439934844a8b5dfc1faa7284f43\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\30a01407740f4237b35449b8ae79399b\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba32804535354614b017cea4aa4a751f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f1d2472a2b964cfa9db895b26f026eb2\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12950f872e394c9792f21d60c137525e\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84515358f35a48718b5880d7e380210a\System.Diagnostics.PerformanceCounter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45b73c3414e84a208f25cdaee05dddc2\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a585abfd6ee04983a16a11f8189a9892\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc3bcb143c90466ca0d14f4e0fbaf7f1\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\89a9a21cfaf84b639758997b7af8f96e\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4585cf1a8a304cd2b2fc722f069ea6ac\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\761fd567a8ad431281495aa3b0ab40d8\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b5030ebe66344e9a8a23cf3c5e8be6a\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4395da3daaec43a087c34201e65b1667\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eb1b0fcccab8490fb4278c111b33b8f2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ebb984825394eac97f1b67d9f9a1784\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d5041a8d11474c6faf686828fe374b3a\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55c2321c3861487fa1f2fe3ffc5a1be9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\066ebc4259a44361a48a440acad51283\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71a6e26793f149bb8eeddc2cef063971\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d98db1a7fa1b455cb078a250d53d61cf\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b3a44ab2d51443babc201aee73b82a1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\130de9276b0b4fbca27f1504efaf28e9\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa0f2c289f82468786888d38ba86b75e\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\286e02b0de6345448f58e93a976fbb1f\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82a33ac4d3d64228a119af040c7ba69f\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\748c02c0ca6f4df8a6133c7f2cb72b39\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cd2590a0b4b34d63b9ca8d9bc6cac698\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2505323815044dd984cbd160cbeb878d\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce3bba0d3b61431db80fc3738123e9f4\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\45c908881f65422c9c092f6b3827b926\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\018b5c94d8ac44a0af642c47d6bd6101\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a84a808bdc084a3f97a4321ae5e09ab9\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d1c9ef652b147d483221587ce76473e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2948a49f1f4b4d91acb0478ae0750133\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64404394933345aea6566a7e6076b849\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f4f38f1cdee749cdaa7e5d142fb264b3\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b669b7edd414cf1b1566ede1931f2ea\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00be0fb588be459b8356ff9591cac0f7\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03b25722587f4ac6bc9b990ab080a796\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9cff04e6ad0641df870142e093a650d5\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\12f4440545cb4fa09eb3dd98b73b8645\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6de0a65ba0ff402c9357285f5fff9453\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee6cf2baaf064af38abc079aba4f4bdf\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1c2f9f9187994a65b7cb713154250e73\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c08be717b6024e97ba04df88234e4cd1\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47f8d05a06b14a70a2f6695fa2220499\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8aca79411a1443529b0aeb2a662df386\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49ae481f39104d038acb3291592fe881\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e85872bff40745a09b5fb68df79d67ca\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0d141cdfdb348b6a40cec8fbdb22212\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f4e001aaa6bb47dc8a74e0c187fb9007\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd80350a03fb4f81873aacb5119f4935\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9e95c71c76d549dcabb642539bcad76b\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7fe1520de2ed4555b750e59c8379dd46\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\493164c0d6214ca2aa8e3557f64b4dd2\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c891dadbda234ee88d27952fb06ad447\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8fb60314d0d34bb29fe60f974b0ba0ad\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b438317bc02478bb4a6e58cd9c5886d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\811b8c12648e4057a967ae53c620383f\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b58cfcf205524cfbb22fe768e310a971\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97cf5ab4bd8e43eeafaa001fd2e53bed\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43610aa78b3146528f9c8176637b248f\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c74dc64c434b4634ba6fdffe8c9ba149\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8391708f361428da4a845fb3e6b1001\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d006d62721744738b6abb319bc371761\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\31414faf61cf442091eb440369fc5b0a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e074a5bc85247e6ae6fde38fd664457\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fb475d8b180e42f8917320bcbe3dbc8c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b0156c63daa542f38a6fb62237390df4\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c451e154cfd14b6eb9991f208d072aec\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de2926e0fff14817ae23fea7c6dfd039\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\06cc3fcb70f14ca19f88e346222a7d1d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b6e44dc36b4a4e8b9043c5d1417a591f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\01d25e44f90f4a468d7dc5b28aa7c55e\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e1ad87b9dc4d48f18e69357084d09b5e\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd75774515e4463fbe7ed908b0f36f66\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\083c22d9415f4d71a6737f072920adf7\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\abeeea2431a54221b1b0afa85455be1a\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aeaa865343634328a71a35e7e7744022\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2bc56e28c894dfc9b3c4f156604453c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d517353d2d3465783d3e3be94ec882a\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b652ef6ba6a846b2a588b08ef3ba0358\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1fdc195639f84ec4ad2a17b64d546e78\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d87d1f6103a24cb990bedef6f0a37630\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a965a0b3946f422789d4ab82163b3a66\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a3e1b950bdf4baab59589175dfffb1a\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe85f4c8d55e41eb995f89cfc9770cfe\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9073e110050d4d4cbf8758447c848b26\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4215a2b3b675497c8245f58428897757\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\13f366fd0e9844838290cb85a6a1936e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3cf4acfca0a34b6c97df33dc6758ac30\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\246e593fc7074855964f89684a5d5d41\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e053437fbd2045128862949013de1bd3\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93d69975856b46eb88525ba51378cc8e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19406455272144fda8995066eb9ffad6\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4ef5c6e2b7aa45528808e398b1923482\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5b2646bc7054e62958ac57f173d816b\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fdd92a128c434cff93a4cff4f05beca8\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ef85382396c844d5bdb1113a509343a1\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19bbe4562b894bbb8559b36ddb27c871\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\619062a8972f4ae5bbeee36ac541d14f\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6128a3c1cb9140faa85ab67288e9259f\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68078a5c5ab447beb14be13c6623d821\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d902f2edb974b87a0e86daf56ab644b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f105874b2ba74d6885f8c809e73f7cbb\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4cc2dcb52e9c4d249f48ed48d748ee1b\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d26b5aca918b498e9a93ee11a5417f3a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b768b2e12c374143b467de8d85a53db4\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc2f586f2cad4b499e716413e614ffd0\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\960b8399190c475bb73b4cee64ef748e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\11699873b29a433798768900fdadd2df\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5bacc97491a34e119a0331717ddfd525\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f80e10ac164f4dfd8f61d4a723b1f4c1\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b4afa9fda2b48fda404910b287beee0\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48c1d5542d7c4b4f9047ad9ed0cf9b35\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b7556ae8a81446b829fc60fc8b5c834\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7efaf249c3364fbaafbfae099104a110\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b57c086835240ab8005061eb4e5620d\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>