<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.VisualStudio.LanguageServices.CSharp</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="ChangeSignature\CSharpChangeSignatureViewModelFactoryService.cs"/>
<Compile Include="CodeModel\CSharpCodeModelNavigationPointServiceFactory.cs"/>
<Compile Include="CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs"/>
<Compile Include="CodeModel\CSharpCodeModelService.cs"/>
<Compile Include="CodeModel\CSharpCodeModelService.NodeLocator.cs"/>
<Compile Include="CodeModel\CSharpCodeModelService.NodeNameGenerator.cs"/>
<Compile Include="CodeModel\CSharpCodeModelServiceFactory.cs"/>
<Compile Include="CodeModel\CSharpCodeModelService_Prototype.cs"/>
<Compile Include="CodeModel\EndRegionFormattingRule.cs"/>
<Compile Include="CodeModel\Extenders\AutoImplementedPropertyExtender.cs"/>
<Compile Include="CodeModel\Extenders\CodeTypeLocationExtender.cs"/>
<Compile Include="CodeModel\Extenders\ExtenderNames.cs"/>
<Compile Include="CodeModel\Extenders\ExtensionMethodExtender.cs"/>
<Compile Include="CodeModel\Extenders\PartialMethodExtender.cs"/>
<Compile Include="CodeModel\Interop\ICSAutoImplementedPropertyExtender.cs"/>
<Compile Include="CodeModel\Interop\ICSCodeTypeLocation.cs"/>
<Compile Include="CodeModel\Interop\ICSExtensionMethodExtender.cs"/>
<Compile Include="CodeModel\Interop\ICSPartialMethodExtender.cs"/>
<Compile Include="CodeModel\MethodXml\MethodXmlBuilder.cs"/>
<Compile Include="CodeModel\ModifierFlags.cs"/>
<Compile Include="CodeModel\ModifierFlagsExtensions.cs"/>
<Compile Include="CodeModel\ParameterFlags.cs"/>
<Compile Include="CodeModel\ParameterFlagsExtensions.cs"/>
<Compile Include="CodeModel\SyntaxListExtensions.cs"/>
<Compile Include="CodeModel\SyntaxNodeExtensions.cs"/>
<Compile Include="CSharpExtension.cs"/>
<Compile Include="CSharpPackage.cs"/>
<Compile Include="EditorConfigSettings\BinaryOperatorSpacingOptionsViewModel.cs"/>
<Compile Include="EditorConfigSettings\BinaryOperatorSpacingOptionsViewModelFactory.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsLanguageServiceFactory.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProviderFactory.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsLanguageServiceFactory.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs"/>
<Compile Include="EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProviderFactory.cs"/>
<Compile Include="EditorConfigSettings\LabelPositionOptionsViewModel.cs"/>
<Compile Include="Interactive\CSharpInteractiveCommandHandler.cs"/>
<Compile Include="Interactive\CSharpInteractiveWindowCommandCompletionProvider.cs"/>
<Compile Include="Interactive\CSharpVsInteractiveWindowCommandProvider.cs"/>
<Compile Include="Interactive\CSharpVsInteractiveWindowPackage.cs"/>
<Compile Include="Interactive\CSharpVsInteractiveWindowProvider.cs"/>
<Compile Include="Interactive\OpenInteractiveWindowCommand.cs"/>
<Compile Include="Interactive\ResetInteractiveWindowFromProjectCommand.cs"/>
<Compile Include="LanguageService\CSharpCodeCleanupFixer.cs"/>
<Compile Include="LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs"/>
<Compile Include="LanguageService\CSharpCodeCleanupFixerProvider.cs"/>
<Compile Include="LanguageService\CSharpCodePageEditorFactory.cs"/>
<Compile Include="LanguageService\CSharpCreateServicesOnTextViewConnection.cs"/>
<Compile Include="LanguageService\CSharpDebuggerIntelliSenseContext.cs"/>
<Compile Include="LanguageService\CSharpEditorFactory.cs"/>
<Compile Include="LanguageService\CSharpHelpContextService.cs"/>
<Compile Include="LanguageService\CSharpLanguageService.cs"/>
<Compile Include="LanguageService\CSharpLanguageService_ICSharpProjectHost.cs"/>
<Compile Include="LanguageService\CSharpOptionPageService.cs"/>
<Compile Include="ObjectBrowser\CSharpLibraryService.cs"/>
<Compile Include="ObjectBrowser\CSharpSyncClassViewCommandHandler.cs"/>
<Compile Include="ObjectBrowser\DescriptionBuilder.cs"/>
<Compile Include="ObjectBrowser\ListItemFactory.cs"/>
<Compile Include="ObjectBrowser\ObjectBrowserLibraryManager.cs"/>
<Compile Include="Options\AdvancedOptionPage.cs"/>
<Compile Include="Options\AdvancedOptionPageControl.xaml.cs"/>
<Compile Include="Options\AdvancedOptionPageStrings.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.BraceCompletion.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Completion.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.DocumentationComment.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.ExtractMethod.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Fading.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Formatting.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Generation.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Naming.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.ObsoleteAndUnused.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.OnOff.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.Style.cs"/>
<Compile Include="Options\AutomationObject\AutomationObject.SymbolSearch.cs"/>
<Compile Include="Options\CSharpVisualStudioCopilotOptionsService.cs"/>
<Compile Include="Options\CSharpVisualStudioOptionStorageReadFallbacks.cs"/>
<Compile Include="Options\Formatting\CodeStylePage.cs"/>
<Compile Include="Options\Formatting\FormattingGeneralOptionPageStrings.cs"/>
<Compile Include="Options\Formatting\FormattingIndentationOptionPage.cs"/>
<Compile Include="Options\Formatting\FormattingNewLinesPage.cs"/>
<Compile Include="Options\Formatting\FormattingOptionPage.cs"/>
<Compile Include="Options\Formatting\FormattingOptionPageControl.xaml.cs"/>
<Compile Include="Options\Formatting\FormattingSpacingPage.cs"/>
<Compile Include="Options\Formatting\FormattingWrappingPage.cs"/>
<Compile Include="Options\Formatting\IndentationViewModel.cs"/>
<Compile Include="Options\Formatting\NewLinesViewModel.cs"/>
<Compile Include="Options\Formatting\SpacingViewModel.cs"/>
<Compile Include="Options\Formatting\StyleViewModel.cs"/>
<Compile Include="Options\Formatting\WrappingViewModel.cs"/>
<Compile Include="Options\IntelliSenseOptionPage.cs"/>
<Compile Include="Options\IntelliSenseOptionPageControl.xaml.cs"/>
<Compile Include="Options\IntelliSenseOptionPageStrings.cs"/>
<Compile Include="Options\NamingStylesOptionPage.cs"/>
<Compile Include="Progression\CSharpProgressionLanguageService.cs"/>
<Compile Include="ProjectSystemShim\CSharpEntryPointFinder.cs"/>
<Compile Include="ProjectSystemShim\CSharpEntryPointFinderService.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectExistsUIContextProviderLanguageService.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.ICSCompiler.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.ICSInputSet.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.IServiceProvider.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.IVsEditorFactoryNotify.cs"/>
<Compile Include="ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs"/>
<Compile Include="ProjectSystemShim\HACK_VariantStructure.cs"/>
<Compile Include="ProjectSystemShim\Interop\CompilerOptions.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSCompileProgress.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSCompiler.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSCompilerConfig.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSEncProjectServices.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSError.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSharpProjectHost.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSharpProjectRoot.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSharpProjectSite.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSharpTempPECompilerService.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSharpVenusProjectSite.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSInputSet.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSNameTable.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSSourceModule.cs"/>
<Compile Include="ProjectSystemShim\Interop\ICSSourceText.cs"/>
<Compile Include="ProjectSystemShim\Interop\OutputFileType.cs"/>
<Compile Include="ProjectSystemShim\TempPECompilerService.cs"/>
<Compile Include="SemanticSearch\OpenSemanticSearchWindowCommand.cs"/>
<Compile Include="SemanticSearch\SemanticSearchDocumentNavigationService.cs"/>
<Compile Include="SemanticSearch\SemanticSearchToolWindow.cs"/>
<Compile Include="SemanticSearch\SemanticSearchToolWindowImpl.cs"/>
<Compile Include="Snippets\CSharpSnippetExpansionLanguageHelper.cs"/>
<Compile Include="Snippets\CSharpSnippetInfoService.cs"/>
<Compile Include="Snippets\SnippetCommandHandler.cs"/>
<Compile Include="Utilities\BlankLineInGeneratedMethodFormattingRule.cs"/>
<Compile Include="Utilities\CSharpCompilationOptionsChangingService.cs"/>
<Compile Include="Utilities\CSharpParseOptionsChangingService.cs"/>
<Compile Include="Venus\CSharpAdditionalFormattingRuleLanguageService.cs"/>
<Compile Include="Venus\CSharpVenusBraceMatchingService.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\GeneratedInternalTypeHelper.g.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\GeneratedInternalTypeHelper.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp_vrxibajw_wpftmp.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp_vrxibajw_wpftmp.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp_vrxibajw_wpftmp.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp_vrxibajw_wpftmp.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\bd90e99b86c24f47a95cf74ca7d9b936\envdte.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a470b1c31644a3db46ca1b11e0bf080\envdte100.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a3b2c4b58b8464a81ca460841cf92d8\envdte80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\467fafdf35a041b2a0345df92a278f80\envdte90.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00b35181ac2a4c0cbb25d05b0a625b78\envdte90a.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbf1a1d07c0a45dfae6b6c9c7dd23fda\ICSharpCode.Decompiler.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5dd30f075ed499cae4cb2d505ebe1c2\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83c3b92392904391a68721f006a0e50d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49e424219c4a4763a398a5192b431d03\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d57a1d317be547b592c6c08ec2eb6eed\Microsoft.Build.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30a6c45738294b3fa429df2ef0b7487d\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61b2930c0a2b451d9d1404fcf235bbbe\Microsoft.Build.Tasks.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7811f3cdae846a69dfea6239ca3ebaf\Microsoft.Build.Utilities.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6506c020960149e69d0e75d7cc65d01a\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d17c940737e14f73b75a2c0ab15f231d\Microsoft.CodeAnalysis.CSharp.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\189b76a926a948febcd51ebe2141e799\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0749a19bd54c452ba943a7bce3958afa\Microsoft.CodeAnalysis.CSharp.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f9cb7738d9e4145a9a0bd08e12e55a8\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c91b020dd3a49fc888d95e59e6b4bdf\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f522f309b674d53a2ff3785e78941fd\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbaabb0bc6524941aea5a130fc8c40ce\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8647ad0f19d945218d483b704cd10bf9\Microsoft.CodeAnalysis.EditorFeatures.Wpf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb9336cfe13c4e7ebc869117886c596b\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d02c25e0c3014118b1a86d018c3263b6\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b444c912c81c4ce3b4eb948865d17555\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f59a4a3528a74aada4b4dd5acee54a2f\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2058fb788ea546a29017d45bf5225c7b\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\996568e99da444539c98251d1dd75356\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c2ac9fd114b42dfb346c233f093806d\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\385346695d10456e815351c757c26be7\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35f8f36a96a24e6da61e317c8b8ca7ae\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f399599ebff9482a82b20844d7fe23cb\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b927518bdb294f8b835d7b3a9bc043fd\Microsoft.Internal.Performance.CodeMarkers.DesignTime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fa22ca30cd04a8bb52817c885f17f8a\Microsoft.Internal.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c00182a04384960905780fcfa1e36b4\Microsoft.Internal.VisualStudio.Shell.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb1d70cb25314fb699488c7596f06196\Microsoft.IO.Redist.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb8e548fb2c84b31977c20af7ff2afe4\Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a85954fdecc44731b8b500a359c91803\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85c110871d284afea1558a6f55bbb184\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2197ff47e76444685f1af7a31fc3f62\Microsoft.ServiceHub.Resources.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6370191f9fd4073a5725e7f2877bd42\Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d71965ef9b6484f81a97c6aec8d9bf7\Microsoft.VisualStudio.CodeAnalysis.Sdk.UI.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a66aefc688724cafa55f7dfdfcb1800d\Microsoft.VisualStudio.CommandBars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7304fd8d152245b684aa0a191e0c9fec\Microsoft.VisualStudio.ComponentModelHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa0bfa011c9d424c8834b9f7c8e16019\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fa2df5483a442a2b23e1f8c9cec76c5\Microsoft.VisualStudio.CoreUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fc55391b51a42f59c993dc338549e83\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01c139260732407a9d17c89182251bec\Microsoft.VisualStudio.Debugger.Engine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fad7832a750e47a5a1099c12e07b0894\Microsoft.VisualStudio.Debugger.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e81922de0e754398b31f29cd5c66b143\Microsoft.VisualStudio.Debugger.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ffe2afa92c5491aa29c53169a7ed1e8\Microsoft.VisualStudio.Debugger.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\545092e6d1b7478c8635f6fa8c03d727\Microsoft.VisualStudio.Debugger.Interop.14.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ca1fde0f5d9491fb595fd4a9aa4195e\Microsoft.VisualStudio.Debugger.Interop.15.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d584c94ed68742e7ba59137851eaa935\Microsoft.VisualStudio.Debugger.Interop.16.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d3942f7174248849af1c09dec4b3e77\Microsoft.VisualStudio.Debugger.InteropA.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e4d2cb325de48d6b3d3a918125492d6\Microsoft.VisualStudio.Designer.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\587b1237c43c4894a4ddc6e70317bbce\Microsoft.VisualStudio.Editor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1567fb45b2744adfa879898fd717dcd2\Microsoft.VisualStudio.Extensibility.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed07b23a32ab4d6587ce98aaf87408fc\Microsoft.VisualStudio.Extensibility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6aad17182dc242d8ade4e92b0e883112\Microsoft.VisualStudio.Extensibility.Editor.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e617f13a30d4473badce610508f54dca\Microsoft.VisualStudio.Extensibility.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8477f09b0c0444e9e4b1abe8b99c3b6\Microsoft.VisualStudio.GraphModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d6d9238779b45f1b0682cbc531676ef\Microsoft.VisualStudio.ImageCatalog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf975c910fe14aff9e14dddc08065438\Microsoft.VisualStudio.Imaging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b76218c1b6843b892e74332f15bd749\Microsoft.VisualStudio.InteractiveWindow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0089b248598f483b9435b0637907fb65\Microsoft.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe0a9a23961b438385e9e67e59d237dd\Microsoft.VisualStudio.Language.CallHierarchy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\104f1d361d5348d2926188529bc9a0d0\Microsoft.VisualStudio.Language.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c90124cd3ea4b09bc86c0843bb12450\Microsoft.VisualStudio.Language.Intellisense.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02829b098a1143b9a959c84b1d976350\Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea13603a55cc4d82b6ace6aa5e733937\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a12000ca719048a7ba3392dddfd92a76\Microsoft.VisualStudio.LanguageServer.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6bfb80d7191646fcba474a43921b84ea\Microsoft.VisualStudio.LanguageServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e415161395d84820b1982530899df7da\Microsoft.VisualStudio.LanguageServices.Implementation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d26503932996421ebf586b2a88fdaeb3\Microsoft.VisualStudio.Linux.ConnectionManager.Store.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a8331401a284dd6a0869e7b758570b1\Microsoft.VisualStudio.OLE.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e7ca5c1a3c64b15acac338a872c1ed5\Microsoft.VisualStudio.Package.LanguageService.15.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f5deb80c50547c4bfc883c57a3a1ea6\Microsoft.VisualStudio.Progression.CodeSchema.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9464acc6383547f4ba7e1a45dc5ec7e6\Microsoft.VisualStudio.Progression.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\601fa778fcc342cb8dade0c9483eab95\Microsoft.VisualStudio.Progression.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\199bd7f15eea4e15b023400cc123700a\Microsoft.VisualStudio.ProjectAggregator.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f987f822be244ba8a72ec193abc713b\Microsoft.VisualStudio.ProjectSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42adb96a560443239f1d6902a09d0ab5\Microsoft.VisualStudio.ProjectSystem.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07afaf385e7b4e9cb3d5ba788997653a\Microsoft.VisualStudio.ProjectSystem.Query.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f05a3d0a1840447badc64fe950c0d559\Microsoft.VisualStudio.ProjectSystem.VS.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d9d0761320849dda9e2bf705dbe6b5d\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcd89aef78404e8a9f1fec8b472dd059\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ad0a7c0541f44faaa0166635058c32b\Microsoft.VisualStudio.Search.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2b1500e0ab64c9a95a172b1345c026a\Microsoft.VisualStudio.Setup.Configuration.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30ac9811641d4c63aa03ff966bac10e5\Microsoft.VisualStudio.Shell.15.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd8b7e3ef0ae425c9f7d01bd10fd2ffd\Microsoft.VisualStudio.Shell.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6729e9abc90c4939814ee66b99571a8f\Microsoft.VisualStudio.Shell.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ed9c6257824bee8533ee341cd74322\Microsoft.VisualStudio.Shell.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0d8651a81be4f559756c31f6946bbc2\Microsoft.VisualStudio.Shell.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c79612545e34328ac1057a597133ce1\Microsoft.VisualStudio.Shell.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d44816b65d84892986276f5d3b93943\Microsoft.VisualStudio.Shell.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b29d449162d461b848a9c69ad2cc26f\Microsoft.VisualStudio.Shell.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9271652e59cc440db540f43b018cbb54\Microsoft.VisualStudio.Shell.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d472a2968504ee0a468be7cacd3f472\Microsoft.VisualStudio.TaskRunnerExplorer.14.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1393a1da3ec74678a9920648b2fbe527\Microsoft.VisualStudio.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8b61cf55b504369bb2c21d54a5bdfcd\Microsoft.VisualStudio.TemplateWizardInterface.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\019712b1b1374d58a646c6f2ed9ba3cd\Microsoft.VisualStudio.Text.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3892037696249b59c85d33ef57af5c4\Microsoft.VisualStudio.Text.Logic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08e55c4d88c04ba2906b4a990a91c9cb\Microsoft.VisualStudio.Text.UI.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85b638670b0a4327987172832a467f83\Microsoft.VisualStudio.Text.UI.Wpf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afa46064a7454b36be25de06d30dc093\Microsoft.VisualStudio.TextManager.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e645e723f6487f99557cdf3e0afbab\Microsoft.VisualStudio.TextManager.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\407b7d19e1554273aaaecb9b5f7c13ef\Microsoft.VisualStudio.TextManager.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fad8193a8c54b40be8034692562fbfe\Microsoft.VisualStudio.TextManager.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97258c4a3d134f2791ef0c572938d39d\Microsoft.VisualStudio.TextManager.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c7055960d5941c2858894e11ffc8117\Microsoft.VisualStudio.TextManager.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d146c133032444e8893e6a3186a2f4d7\Microsoft.VisualStudio.TextTemplating.VSHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a20bc6215824bfeb2f5b3325cec000b\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\259313fa895d42888e85e79b961e81e6\Microsoft.VisualStudio.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3303f595199e4dee953e648aa7ec7bec\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd927cdeb30247e2bde6e0b85e3b89d7\Microsoft.VisualStudio.VCProjectEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7323eea9c3404a158d15344ed2853acf\Microsoft.VisualStudio.VSHelp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0361a33d1a54df18141974e6e28fdb5\Microsoft.VisualStudio.VSHelp80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28a526c460e546d3bf40de9c5edbc93f\Microsoft.VisualStudio.VsInteractiveWindow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50a4bb0329cb487382405b056afeb2ea\Microsoft.VisualStudio.WCFReference.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1faf9a78e0ea43289b02061c18426a2b\Microsoft.VisualStudio.Web.BrowserLink.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6ad3496952343349c96c2bf2f3dd4f3\Microsoft.VisualStudio.WinForms.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb8a8010139f4088aa08e5761bd1ed08\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85e2871b0de14e7486c8e92fba5a51ad\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2d3e1a97cb84021b2766c06eafb045d\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04721564b9f142bb8c434d07f840e884\NuGet.VisualStudio.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\685f2230d9e441568bdfcd5ed5bdc5dc\NuGet.VisualStudio.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4aa75c02d954c38a2b9953f5dafca33\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e566ab97aaa144d3ba01819694dc70da\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fffb8e6ea0f140f5b08e49f35becbf8a\stdole.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc604414c8c54ac18267667e12a5065d\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\489e1381373b4ab7b89087f4f8dd7695\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05dfc96b0eaa40aabfb5d2f9f916d9ba\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8448ed54b23840d8a464bff29b2d85b9\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0fe37b518ae44c50b5b067ece0098751\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2cd8e21456347deb83ef5581c3edf13\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e92a34e05364a489d0304017487a580\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e8e76b0a6ef49d0b91c3008bbd3fb28\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f195444b9810445baad671126bf1c44d\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3694a397c0ba478fbb2d38ad1642398d\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd0fcb8f9ea64b6d826002f69130a293\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\033a414fa3a844c28fdb2a8acdd26b68\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70880a7a9796470bbe2aeabd3b3a45de\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\638fb94fef1a4e24b2f7d63c55376443\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d2bd1b9c2624809af2232632123f673\System.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d09c95071983461f8fcef8aba78858d6\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00af9551321b471e9d63a72be7f0cd99\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d90cfcddf8e6462f91cbf76bb06131d4\System.Drawing.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\940b6654e67646738558d6eaae58eec3\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84a2eca8242442c089cb01d45dbb2397\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7879022d4a764d6b8de8671c7b253438\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ef06b9381694bf497bcba5b1829a2a7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9e98dce68ee4cbd90390da96f337bd2\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78e23752950c464c933405cb2b5c6d1c\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae1559954f08488594b9aae0d6fa9756\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59c890c677e14d1e8282ecf1842c1518\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf080edd9c634039bbc1b4489d488797\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3db5459a3ce3440497111ee3744e7688\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\805945f327b047adb8f6389d9d8f82c3\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a03c062d22cc463aaea07b37d87f5a1d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12b177d534e6484992d699a14a86a3fb\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d0998cfdc1b4838b3ab874866e6db68\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82f2aa9766d1415bb26b177ab15731ab\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65c541603d364752972f369292810cb3\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46bfa1cf83454596a2947d77f828802c\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9735075b843c4eb9b72f885f3749b8f5\System.Reflection.MetadataLoadContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efe718142b824e97b598670ead64f4bf\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc84029b11234266bc379616e5f03999\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b87c1655033c4be8b0b7dfc6b446c339\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee6c424459d64b689f6b873bf90c7e1d\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8cb8b6d593d42f2970cbd1185c7509f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ff4450353844013af5a46653207c832\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d047b79d49aa43a5b0fce5adcd2a4dc2\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82db9ce518564f699c7755274fc627f7\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c460666a00ee4e809209b0ef0defb0c6\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6a254b8b4fe4082a0f97fc749987ec3\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcc0ed2ca13f4d6480425f4f535d6d8d\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5b36d0b822a494487066b3b753eb901\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a63d05fb2c3642abbbdd886b13f4109f\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e0153a7e2384d058e0e11c55c38f935\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34553c85daa9492b9f2f061f10e4aa05\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d267e778f3b748d4a7544adb2eeb2095\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88f44fa47a2840e9a0794133acde0330\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\549777a7e41442f0bc10450d0e2b25d6\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b3bfa1bfb224cbc9882e1d02b31975b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5096ee640c99435daf1cdb6f2ab12bce\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc890e4ea34f463c8fd960f43c8beb88\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59b78679a8fc4dafa91c4595b8dadea0\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7110e7ac1821409fafb1d8c3a723d013\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01fd1641bebf46e19111b588fbab11b2\System.Windows.Controls.Ribbon.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f3c6e395c4a4ae9ac2669c6a8923794\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dde207b0723b4d55816b6d48ef8af7b0\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db62343ea23c431db67d1540ecf90487\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f6c9ece2d624653863438dc7597dd82\UIAutomationClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cdb3037702b491ab91cb5f147960f2d\UIAutomationClientsideProviders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c1a63fdbeab4494b13dcab1110e1ce5\UIAutomationProvider.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42cb917b626942179ad1334d5ec02725\UIAutomationTypes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b882bdb40164b6d8d9cdc61c2e9dd51\VSLangProj.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\555f6411f39d401899569579571d0543\VSLangProj100.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7001c16a21c947d29ddc248f413a4fd4\VSLangProj110.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b4529432f942148fc6c5c53c203e76\VSLangProj140.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6741e6770ed416991beeaf319049a6f\VSLangProj150.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f065cce6b724e6997e636a4ee517d47\VSLangProj157.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\049991d3b7694ccaba894dae0676f6dc\VSLangProj158.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed8ef7178d614a6aa0fdbc1107ea533d\VSLangProj165.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70e07c8c30164008834629b9442ba167\VSLangProj2.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\756f63b17ab141bba5291ccdbb9e2680\VSLangProj80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7818dfdc36aa4581af9b40ef12277eed\VSLangProj90.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a3bf97c49d44018d1f8f1e08fc4643\VsWebSite.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03723e3083fc4717a76f1367d3e6ce8a\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\758081735dd64405a842326a8d0e7c02\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\749487a5cbd943f8b97957ebab8d1d72\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f6e3c2e53ba44fdaa1b5cbfdacbbe92\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2b0435ef5ab469fa2f5492a2b8f9b63\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a73ade1f11264deb82fbdb33e17011d6\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8a1ea17280e4545bf06ee45fe376f96\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aee1074e769a4adf9a4f77760cec9020\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b7b28da4a9e411a9437f5e59b9965e5\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b19d6968ca540a397edc4628113d6b6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\967d5501fa514134b95a09d10d77bdee\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97698da53af7423da99a5cb342374389\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3bfa6b91e2a49a69a76331d5dfbdfd7\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c9bcc3c549c44c8875edacb8e9fec33\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e59fd73ae4e4938a511cfd92b0e9e8e\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c23eb143a066445d9a733ae2ada6def5\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b51e7726c1e4a8a8c411f61b1b806ff\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e667ed42be34433ad570d932a1dcb41\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\764b1fb6e0134d2780f12f1b870157cf\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d00810846414f97ac45d40d69dd9e08\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d01bddadcdf49fba0e447dec085866d\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3a7238d777246c4bd0534f8b4de5ff9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce8711eeffd448758878f2dbef0b0bae\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49d0275fd1104aee92983cd58248b0de\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f390d3d5f88d499abc839f340805d64e\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\498b6a6d3bec4fba8c39e8955f91f347\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a4848340b984f6fb066d4034e09758e\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa17b6acf4b74d00907fc2a9f5cf91ac\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a1ffd89465049d09652c67231319de8\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17a40cc2b9a5485b9dd184da76d85efd\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5628dc5bb2814b2ca7803ca4f7f1bd9e\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\234f77b51a4f4368bbf509b70f883e01\System.Net.Http.Rtc.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\391a911a76914da2a9134b4d827736eb\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e04710734e34836be31ef84498f10be\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d46cf87a81b541ddad8582361e5762b8\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69f980af3ae2451da4b6bb51652446cc\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\623d99f41e7841b1a281029d2cd3f2fd\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\570798e451024472bf81f56ad5511126\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c2f077a7b0847d89989b26edc052474\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5f9dcab6cdf40f0864fae364424cc79\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b436aee52ad64795b0ed420a97ff8dc2\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3e9bb43e9fe4006b9b3025a6d02a59c\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1485dc2819c54a20b964dee803b01027\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a46f7fe6cf5c4ef7ab033288b3beaeec\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8de8a10b4f846a7bdc4de79dc204616\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d38e2fe06708459f8232aa849333baef\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c55d866fed9c47e08e83fee37d79cc06\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5de338df19f43d984195c12ca7ac7a9\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\848ba5cfb7c447ef892c15d81fd01216\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c0e0ccfd4994a488f347652b82240ef\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b592e6058bae4fbc92ff51d8ab8c0040\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\192715bbc12a408bb6f05ab342a8a481\System.Runtime.InteropServices.WindowsRuntime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d7e38276f8c405187ed8de0edc7ff9f\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79ab2f6a7440461ebda995beb12e08cc\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49d8dd697aeb4d83ba1eef8412ed16a2\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5c3c38b8baa43b49ff4a88eae48f3ec\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e09ce337f33842608733f327fbc4b600\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d83338ef74594cb3abe3dd40647a6d1a\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\189ac5d4f43b419792f3d6f487aff251\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5061e867f7641b883b1dd941d0246dd\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f588d48ceae6481e9a7378f9ba4e5a54\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\618d381cfb474f92bd304adf8fef0877\System.ServiceModel.Duplex.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1477bd7f0634d1db99e7427b6db3920\System.ServiceModel.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cb69f266e7747d89f3c98c6d6ff5f1d\System.ServiceModel.NetTcp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edf88c395c844222a03907629aeed078\System.ServiceModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22647863edab41948de807d85c748b80\System.ServiceModel.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\212a1304c36b4dc5ae18f4c288f90d48\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8014f0c3c71846be830eace5842c3843\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51076d36533a4d1ebbd94d2904919bd8\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71732eb309144b658ddef7167513c22a\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cead87737d984877a0393f6c6a758964\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e98fc56b93c4e8984d2044980dd12c5\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48c4db4933ac412482c14e7be270a257\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\989f5812651c40788438bc1c3c9bdb0b\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a70ff5a4d7604e72810287a0b67863ab\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b0e3f5ed7ef42da965d0c32f99d01e9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c00b1d9db76418c917b0c4960fc359b\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee6dab7fcfcf47b0ab36fd4ee811a85a\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42dc2c5d0d0e45088306347d85599b1f\System.Xml.XPath.XDocument.dll"/>
</ItemGroup>
</Project>
|