|
<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;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_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="CodeLens\ICodeLensContext.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\GlyphExtensions.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\UnitTesting\UnitTestingReferencesService.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\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\NavigationActionFactory.cs"/>
<Compile Include="IntelliSense\PresentationExtensions.cs"/>
<Compile Include="IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.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\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\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeatures.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeatures.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeaturesResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeaturesResources.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeatures.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net8.0\Microsoft.CodeAnalysis.EditorFeatures.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\bbf1a1d07c0a45dfae6b6c9c7dd23fda\ICSharpCode.Decompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5dd30f075ed499cae4cb2d505ebe1c2\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\de7e10c5b2314b7384b565dfc14bfaaf\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\ref\93c6b7a026ca42b6913712e48f0fc051\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\2447ac5359164535a119dfeaf3c401bd\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\7638027480584810a9ff14ca6f0f3ba0\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c56663ac9704d009a60ea8aff96f19f\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4462f4981244105adc5e0ea0f27f681\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ef37236f29b4a14902e9f9fcedc5125\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
<ReferencePath Include="..\..\..\..\ref\d13563f225c141e2b535e258649bd780\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\156b1f987cbb47d0a6a0382bfab7acf1\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ed1fdb0f74d4bdaa710b6a8a3944fea\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ed1fdb0f74d4bdaa710b6a8a3944fea\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3d5af28822f49fea6e975191e9d8ebf\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\a3c926f9e22d4e31943db4d0690b908c\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b15b106203d42a589e8655043955eb0\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b535d1aa1cb4ae586da6641a4068c35\Microsoft.ServiceHub.Resources.dll"/>
<ReferencePath Include="..\..\..\..\ref\63c30e3af18a4f8a81de2d3824c58b14\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\71d37dded3f34b5db11bd2f2d6cdd88f\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\c2d8af35af354bca929d8a56e349eff2\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\a645c0758bde48e98945f95788a5e614\Microsoft.VisualStudio.CoreUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\4fc55391b51a42f59c993dc338549e83\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\52a3d4d6a5904ccfad2a60da2471b15a\Microsoft.VisualStudio.ImageCatalog.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
<ReferencePath Include="..\..\..\..\ref\b50c76071cc1404b8ab7964686da592e\Microsoft.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\162d452dadb84ae38699ca1097a58bf4\Microsoft.VisualStudio.Language.dll"/>
<ReferencePath Include="..\..\..\..\ref\4c27aa94c96444b492bf73599f17839c\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
<ReferencePath Include="..\..\..\..\ref\eec57931f36d4c2792f3a4521aec73f0\Microsoft.VisualStudio.LanguageServer.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d06d11c6fab4b6d9e4a5e5a2433b3c0\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ef5133dedd84ea78286acff5559debc\Microsoft.VisualStudio.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\ref\0cd1bf4634574147830c24db705abf79\Microsoft.VisualStudio.Text.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\caa30a90130d4037bf984def085c4919\Microsoft.VisualStudio.Text.Logic.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b6e98c4bd194f00946b0d0e1bdc907a\Microsoft.VisualStudio.Text.UI.dll"/>
<ReferencePath Include="..\..\..\..\ref\f026fe3ed9d84120841c1779d80680b8\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\ebf6ac5dcb864acaae8b9c2760d70bd8\Microsoft.VisualStudio.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\ref\19b259a657184095a9b41d6982dbb211\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\a08347681d8f4da584ca6615332a3d4f\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b87d59ad5b445a094a821b6d3216702\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0458d9d7d814064a5a3fe7c43cf78e9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e0c8895c7b2428ca9f06713b5d81ede\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bb5599c553f413a9fcca70e61bf1512\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa1c2ad59beb4f38b5b9194da03616d5\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\ebfad2443fe14df18ebc401c7b2029a7\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\23605650264140028b1e72a1b811b9e4\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\5dbddb4193d14589980523c20aa2a71e\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\3dc2eba8f05c43e881163e77206b4c24\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\1536b32efa1b406fb592f87f05f9095a\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\344dd1b61c8f4f4baefa7df396247de0\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\09c7af5fba0d49cdbcc79a9893f8a22f\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\895ad6e95e414c698aaef3baec06ae9a\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\e28ee53075854ee59123996deedd0cf1\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\1741fcfbb43342869666def09c74e622\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\f97d8f43a46d4b42b851889595fbfb1c\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\76ef77b04ab14e05b01bd61ea243ac16\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\f14639f5e36641e48aa2b0ff2a55dd13\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\cca78853a0e147d3a5d855dff016e5be\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\ref\33e28160531945c6b9c9ea53242f364f\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5e752ae8b6b42eaae3984afd1787bb3\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\a6d82b1952c24caea36db5b311282267\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\ref\2493a46eb0ad47bc8eb183a88e01130d\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\69cafea5e1d14a3f82c2289b82894cc8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\9619eb73a2a1437086931df7bd843cb3\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\d185bb1762d64ca8b08de7d528cf3a84\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\2fe4ff18c8ec4ae0ab2bfb22258615f9\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\d76ddaf388ef47678fea5ddd7536e399\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\94be7199ed084f80a0ad862a589f8f51\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\0afe61695dac430aaa8ac9a21cc6452a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\283a437502424836b6edf48aa1c6e921\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\856075c159f04505ac34fd419f322d25\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\875954a5a42643d292007c49cd32f6c7\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a9597a8770b4fb0b9c504fc1704b37b\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\259ce25e96254e5a94d859bd454f8d97\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\d277e8c435b640eeb3ff23eefea7cc7a\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\2103346364d446fbabe8753b08258bce\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\6edd14fbb9584daea679d5e29734fa18\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fce8fd1b0c84a8b98e720b35a975018\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8785621f035403daadc5da858310fa3\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\a04880e3b2b245d096f9ae2ea11ebf88\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\04453c77adbc44adb480e933d84823ca\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0cdacd9699947debeac02d1b69941d5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\42b51c680cec4f47b726e67f25722c7a\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\b923630dab1e42a6abf1ba76d4597a8a\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\08c4d7831853474fa0cb9057eb2cc1bb\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\1099fd5b8afa440fab53d23dd9bd393c\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c64020c959e49fcb03e831d9893fdf3\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3afd203509b4f538d9c4dae0003c51f\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\021c9910fa82404f955249267b34f544\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\26042ea99c554ba690852ed9d9cf3183\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\226eb146131e4e939e7a5248d2a1a993\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f27b5abcc54410fb3bc95f2f30f8b65\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\8640232770144fffb082f1790d6751e7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b96275737654ea5be5722f4566e073b\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\77a1716512b34f7f9e7e21d3727f4a0c\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\8831457a929a453690e58d8448949fa6\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8154f5ef1de8460ebb4717d663228655\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\feef8752e0894b2282730951e704c2fe\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\24f657a187b9404ab95f59921dbc5107\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb58bd90ca0c4369aad34fe086d3e68c\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\b12a8c0984934a8b9a488164bdec5031\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\445021c3ded74ed797d039256f2e9662\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f458acfec0f42f8b8fc0402f5339050\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\aaec9889244a4579a8460191dd470c94\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\f96aa99111ac436ea82300a63eb0407a\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\dfba78954c004d15b2e0d236f6671178\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9505f585bd9745fda99bb0550f652624\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5923e2c77ad4ddeb01482a6a0ac9a0c\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\6fd06fd12dec4e87b24943060a0ec3a5\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\c269c2326127403182a5d4657923565b\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\db236dd7feda48608bcb4e2e4b4badba\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\7da4045f3fe041d893cbce99676e2e05\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\d51b2f2f4f7741c1971b67ee7d6bf9ad\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\ecb5ea4006ac481ebe81fc627529f11f\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a73ad07973a49e981fd886279f3222f\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b87ff0e12884b96b85c5893d7b99b5c\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a85bb99d2e047f9a7f838d587a34773\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\82904adacdec4249b4d060042f88bc37\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\1bfcda5d2bfb4b019efc7ded4aecb9d2\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\d7652413a6524d1f86bdae0e2161cf30\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\c7eee99b82fd4d9992a94e5d57298d70\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e9e796cff284cdaad84b723ba722532\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e15e8e207a2404e86a76faea605ea70\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\c73a49a63da74261a4aab2e1c5354617\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\9458e026ea2b4d4a8dd3f674471eaf9e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\e219045196024f61bd9ea733c204e865\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\e77fc4bc67b146808f3bf9ed7e0829fa\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\da88052f115341c190b0303220a17586\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d5aeb3c6e894ac78454c62c73a0c541\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\65fe95aeec3b46cda0a069ba61288fb1\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\10853982df014da3bd2759527b15bc48\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\d84dc15f01b74536a26fee946a5391a5\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\d99e35cc113b4d8cad6c88867091000a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b6a01709665446d8708327cd08c7596\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\83573e2b687943d5bec62c6abb565f7a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\96d79fffce114a749935e7794ce64084\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ae02ee0e08c43a9ae15c380820a1001\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\47acc17172224e7da65f2f200852b503\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\82e8275a93a544edbf6d1d3a9c832452\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\73ba9a9ed564456c9d0bdc1956ab1892\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6df629fbb2c34eba8c02526b7b939cc7\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\b912cef0fefd4c098f420767e79f30b5\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3d9c488a41f43c2ad87d3d676be58cc\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\048970ee72da4decb9da455793444593\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d5e1d04bf0543838f8bda435b4d512e\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\f1a31a0eae304bfb851c4cd5b6037a1c\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\4c89d02b331741df9176d7301af0895d\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\459011b799a04267985ccb5007b02938\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\b36dc846ab5e4343aacd041bfaabd740\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\bcb1cc41de844c78bce960407ae0988d\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\b7d6ec17d2594615bd15d7c34bfe7e97\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\c40321b9596e40f6a679939b453713fd\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e45ce907ebd4e4baf2fe694f58d873e\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\eea04ec956824ac5a009b672741b4d03\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\ffe16643ce0d4af58a8dd54e1473b0f2\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3f0ba34f19144b599120104e0ca130f\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a485e2278cd4de8857148ba4271f7a3\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\3170d14fc8ab4942a9d975411bbbddfb\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfcabf43b7ee4b5aba99f12f0f0fabcc\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c27337e139e4c0f99f02622be3f8728\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2182c48e2a44babba772a3731e43253\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\ff2f2c2915bf4e71b1be1179317d07d4\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\19ac83d936ac4a53b9e9446445bcdc75\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\e3c6ddf0d69242e8b491606392813321\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\bffc3dd440774cbcbf342100fa8cc949\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb531849843f45dfb8c4809210c04adb\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\4135701c2ba84fbca3a65e0315dda34e\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\72d09107cd1c4434a9ff4544dda7d6bf\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\f5482edc66f74c5691faf5c4bbf180f6\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\3d952f76e3094261846b9e79b0c1e42d\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d7b32a9e3bc4e4a8c01f051abe5f02f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\449fd14f9e434ca185d894dd3667c86c\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\51e3d0cc88b5475584ea967bddce2332\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e51c9abb31b4010a38433b782fa5c5f\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\71598559f4bf4a2fb951490f962b11b9\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\77cd72e70d344465a41e59ca9e2b618d\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad88181343e741dda4e474875f84dcc9\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c9c9f374f9042ba880712f94c4a457c\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef177d5033544b1eb7ce6cd0fa608abe\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f9dabe86bb24ca3a7ce4879a519cb8c\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\421b37a9d54f4da5a083aec029e09617\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\338633ca7c994da9916fc65ed22ff14b\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\521800c3428b467fb4244f0031e42972\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fd8a619562c43729c521ea4bf8da04b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\750494cef0864cb4b4a74a42f9fcdca9\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\e85329900171467fa4f8f6dfa30fbb10\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0d8fe98160c4152bc6941c91a2419f9\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ebab25f8c464054bf21b9bc36ca10a3\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b874dad701db427e99969cd4d6e95694\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\b27f3909e8ae4ad48d6d5466ab262418\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbb34de92f8047e7811611f2ce774e35\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\d591609711fd443f90d0741640c8a1d4\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\a372b478fcb24b60b2c3701dee49e336\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\c8472d770c50461a8e25c1711e858464\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\f317af524fb346bc82dc0c5f5911305c\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d4188a2b4f7435eab6e058ca622f566\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ab3f168dbb34854bd9c512d827f8369\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\6acda7885051422080ee37afcd98b823\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\bbbca5b20ab445a2a86fb8fe11925d49\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bd78c24ee56472b99da99a679b07373\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\2170560ed6fa4edfac03681fa40b94d3\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\56b013c04f054d3a9d233b6aacb62cc7\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\283703bc3a394d589c577fd267a0b018\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\df57a50c4198403cb93e6a7df00225b9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe09e382befe4059af03f6411863283a\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8c32551f3764bb5b713a5cd5d69e849\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b3379bf638247ef8ec00884464cd3c6\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\247dfca9d5874bbc95ba90aba5affbe6\WindowsBase.dll"/>
</ItemGroup>
</Project>
|