|
<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\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="..\..\LanguageServer\Microsoft.CodeAnalysis.LanguageServer\BrokeredServices\ServiceBrokerProvider.cs" Link="src\LanguageServer\Microsoft.CodeAnalysis.LanguageServer\BrokeredServices\ServiceBrokerProvider.cs"/>
<Compile Include="..\..\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs" Link="src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs"/>
<Compile Include="..\..\Workspaces\Remote\ServiceHub\Services\EditAndContinue\HotReloadLoggerProxy.cs" Link="src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\HotReloadLoggerProxy.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\bbf1c21fb23e4f21bfdf386d019c443e\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\a114a1c409b3456bbe6a0007fc033087\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\1466983055b04eeb99cbf89c58c17ae6\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\57af134770224808bdebf9de3eefb940\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\c900f299697542beb89cf0c6f94ea158\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8b25d3b875b48269695452d8aad30fc\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
<ReferencePath Include="..\..\..\..\ref\19032698284b4e1fac0524db52267632\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e51665cb827484680048ffd94fadd1f\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\d49f94df19fe452ab499f2c75f638dea\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\d49f94df19fe452ab499f2c75f638dea\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\08abc364a8bb41be8e7a272306e909e0\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\eac97a20216346d691bc1c1897463bc3\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\5a6ce36c8ee14a7a9f71cde016b6784a\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\641db65cd4ab4660be70afa5f8262c41\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\a0700761cdbb49a9a3436f9c61014098\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\6fa6abfaa8aa433190b8922aa4921faa\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b87d59ad5b445a094a821b6d3216702\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\65f432fd29ed4c9c87abf66707403421\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e64b07ebb4645e9bd4df5ced2254fe6\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bb5599c553f413a9fcca70e61bf1512\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b2f616a5230493cb833e22b140060d5\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\75afd9dc9bfd488bb2c4b0ddaf6aa4b6\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\56a8a861264f461699acc55130190f6c\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d6ab48b87724791b5c08524491edfc5\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\7688d63c6ab04c23ad4de0ccd4e6da4d\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e19f6c54fee4f2a997d61acc3bd1db6\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\c6551b32d8784e229e845f8c381215b4\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3acb9b546114ab193c13332e622167b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\21ca16fbfe874161b1249cc2095e998c\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\a55f543b28f3419593f59ac537edb2ff\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\57eb253b2cf14b3692a4774ea988a862\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\2144df25dd7940a188e5c7c727569274\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8f6b9d34e4d49eba5401b41669a3e52\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\feb77c00fafe49f3bacda8193ea5d6e4\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\5432550515c04adcb2a2143a4861bd52\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\31272dc9abd14d45b0015273b743fa67\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e859870c92c4a56bea473d7583d5d47\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\07ee2255c230442cbaf465d46f589bab\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\769fc64182584aed8e186cbac909e675\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\83df348f31e745599df95730dff1cd36\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\45894f03960948518df73e29070b906f\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\e81398d05f88467997ebd85f0b178e43\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa5de4d4474748379ea1c81abded46ae\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe6e2c4b19fc423ca886500a0b4b8798\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\1966d586518f47d0be26e6249d49515a\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad57d27b5ca84eb6aab781ad55a504fb\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\4514a609cb8c47faaf44d4a760b37e31\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b829e301c374f03bfdbe9d35845ec1f\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\f24931426dff4a98b31fa6554832eb5b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\b26e1ce3870d49e5a6a3f5f23a7e9115\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\a04880e3b2b245d096f9ae2ea11ebf88\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\afe09fbff26348f1b29c9a9cc9234c56\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ba82f914ac0401392f6ca58eafa0afc\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\9077f91500fd4b289c19671847bba742\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\43c00937f6f0431b9f06ad6cc947b15d\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\92727a2052a74da3a6297e93f4c17979\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\6aed0a36903a4198a667b60a2d0c1464\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\2de766962aee40a884b4b2115e94bdf9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\87c8cf4378be4380a467acb7990d8efa\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\14e2d76685b146d080608ccdce03e4f9\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0f97035158149db8e7a3146459ccc28\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\d71e3501e1ea438ea791201b12812d16\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\c695d0644d55442182d43748fdbfaa6d\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\2c21576d0f454c43a2c47eb1fe1d0fd9\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\2f0f13fbd86949f7a25d323b04fcf101\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6fe12b8f4e374403aa1242d426e27cc1\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\40927bc837df42a8bbe93f65776616f5\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\d469a01ebe5c4dd883517053961b8ac7\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe997aa43bd14e3c913e8f874ebfc06b\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\40d3d69c1ed04b53a7a9882f5ab92321\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\812196bb1b2b42828a305f6e0f4c0531\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\b12a8c0984934a8b9a488164bdec5031\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\38038d0302af43beb4fa3a049203aba9\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e71e29483f44986a92c2dc340194394\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\92c08aa57a5f47f28e9f11b95944934e\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c6322c6b7184a2a84efdd046d3a6e28\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a5ef84e1d3441809be71e76b2b7bf77\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\970b3fdcb5274e168f7401308fd284e1\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\d89bf3a6fa0c4f60b1225afe356d1a2c\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\d4842b43dab44ad78657cddc4db7484f\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d34acb48db04bcca64806dfdc04c838\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\6943ab6da4b24002b84737453db3a81d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\a86bf395f75a4267ac39a285b73d8041\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ef2c31691604a4ea7f4127369b32ec8\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6d6f3d3a85942eda1fcc122cd6bcaff\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d9dac78fa85495bb8f3664bffc152aa\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\7947aafd899b4558b1194f588b149743\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\66883b844be64d5eb9a82b92aeacd47b\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\1de875af33ab4f76a7aa39bd9c290be4\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\b1159fd0cc244abaaf65b8bfc0b7c628\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\c91b580c755c4dd4adc06bf038036716\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b8ab32c5d234524aa8aa45f0d13dcaf\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\39eb36cd840b447ea4a082e5365cd27d\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\d124221dbc4644f2a7b68f4e5d1c4c97\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\ca38594d0cf6463ea2c4d8598e08055b\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\1fe3683c3a4849f1b655282f436bc524\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\e59a66eab14c4fca99a113b52c0a55d1\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\88ced5b753464c0cbf2272defbb75280\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\844851f233754b82a2ece30f793be01e\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\ba46eb9d534f459a9a4304adfb8e9522\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\84352f9ea9fa4a0c936264d7ddf0803c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\6883318b81294cc69c7b83d761a14947\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\9605bc53a8244ae4801212ce603ec2fb\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\c301ca92c06f42eabd673b704a04dfbc\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\a32bdbbaf14b473d9529ee549ec500b9\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0ccee31a17c4d4b99bb0453df589251\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\13517e9ad46b419cb424cbaa95943315\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\ca78a4bd303f4cf08093fdd4b25db67a\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\756f6539e9644612b14d92bbe96a2ef7\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac50b95762c7453ab6168c47e1a6ac8d\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\75ce9522d83a4f2cac6455085fc2768f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\18b7f89adbef44d187cfc101d4a92e2e\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a872ae1a284448a9225d69ecb4a9f32\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\557fa9ad5f8c49879718f1444ad8ccbd\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\fceb0d02ee60457485127aeceee5378a\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\0cbdb7ff514e4e4087798fa5fb2c712a\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d18f342c01042469afa0b0fd1a90686\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e1c2bc4c8fa4fe0807d7bcee1502d80\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\86b4885fce12469cbf3e1f02615b97e8\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\769f94af98cd4ed184e3923404d9518b\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\e302fa180ed243f795e9ac0669e94f3d\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b741c1a81d74d2c9ee749fd09a736a7\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec01547ec8fc4fe99e0510b4c6c4c043\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f0a2ffd434e450690d3e40a9a902799\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\350eca2b6146431289acbf10862b58d3\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\207a41cdbfad41f4825fdb2f357e59da\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\4dc63dc0d2224a068fbfcf7cd0841e03\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\40e21835aae84a029b6243fa7eca7636\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\dcf2f0a65bd2429e8bc6a1322d95b041\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f518edc6a7441ce95deeb43901df9b3\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\c1802f91335941179c6a826b3029f9fc\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe55f27dc99d40feb1bb9aee410f8b46\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0141b93cd23458087a02924be5bad25\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6453a9ddbad4b93ace516f9c8ca0656\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\d56e278b0c604354ad85d356473c7866\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb3712806da442e4b30610f704304d1e\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\a23fe0ce7a644d2fb54b6035daeab24f\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\10e782bc3f034181b7361e2dcd9f71a9\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a60a8df8de445b18835d9847d64a828\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\63e2e176977947dd90bebff2077ec087\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\7836c96d28d2488cbecf2425d45666b5\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\18b9ec5378e3466b87b181ccbd3ed06f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\29f7246063fd45fa8e9a0bb3286998f8\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\d20f27810e184a07a48314a48276030c\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\499476d7a4684da5bb74ca0173f8cd4d\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\86b2751b31f748ad914f8c86a1ec8f25\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0f84ea4805d4aaea11b3d57063665ef\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\8568cba23c474ab0aa1527ffffced4fa\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2048c8c0a5c437a850f38166c55de14\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1eec94905b834fdfbb0ed9f4122dd768\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\679058539e7449ac8df28f33a0413f37\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\e53395a8d1c343d49e5db4acbfcd0814\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\338633ca7c994da9916fc65ed22ff14b\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\e714bb41a0e74edc960be46d780893fd\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0f4590090ec463fb705548008ba43e0\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed096f816c1c47a198d683899e3739cf\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb8368aa137a481599751eb8fe4a1370\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\42fcae1e43ee45d19443a5f8939e56af\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d6ec7e46a28400a862e3ddf204c2b44\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\2fb052f51cc94d9e9e89838662df617a\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8790ac83964403f85c947385edd33fa\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2cd7a0415474fc39998e5ba814c55de\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\9503f3e8e07841eaba581beff6c981a6\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\2ec9ccebdbda4444ad3e4d15645e1c4f\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b80f0e7e33bd4c05a7c763e736f6ec72\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b08c4d15bf9466c9e04a10204bea7dc\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\5f7a7ec0a3f74ed68418b539882694e0\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e935074056f4ec29fd9db4033129646\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc5d163e0a284923aafb6d5a5c994804\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\0708435d0dcf4f16b8cfb17a50d13abc\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d99e304ec32452889bc39986fe4af60\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b835f1f9cd6447abbfd39bd9bcc2004\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ad1bb22cc49470aa8143cd8068b70bb\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\17c9df98327745309fa5126819134c00\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e5b0f7e8ce14e009addf85b99d30986\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\6e6904aa168648c894d042405b37248c\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\d1e2ccf45b56490dad0c7b95cc1c64d9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\23ca8c89d4f041f3b31bf322d793ac7f\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\b30ec70d2a8f4267b0d36bbc3b4fbb46\WindowsBase.dll"/>
</ItemGroup>
</Project>
|