File: Microsoft.CodeAnalysis.LanguageServer.csproj
Web Access
Project: src\src\LanguageServer\Microsoft.CodeAnalysis.LanguageServer\Microsoft.CodeAnalysis.LanguageServer.csproj (Microsoft.CodeAnalysis.LanguageServer)
<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.LanguageServer</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;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="BrokeredServices\BrokeredServiceBridgeProvider.cs"/>
    <Compile Include="BrokeredServices\BrokeredServiceContainer.cs"/>
    <Compile Include="BrokeredServices\BrokeredServiceTraceListener.cs"/>
    <Compile Include="BrokeredServices\MefServiceBrokerOfExportedServices.cs"/>
    <Compile Include="BrokeredServices\ServiceBrokerConnectHandler.cs"/>
    <Compile Include="BrokeredServices\ServiceBrokerFactory.cs"/>
    <Compile Include="BrokeredServices\Services\BrokeredServiceBridgeManifest\BrokeredServiceBridgeManifestService.cs"/>
    <Compile Include="BrokeredServices\Services\BrokeredServiceBridgeManifest\IBrokeredServiceBridgeManifest.cs"/>
    <Compile Include="BrokeredServices\Services\Definitions\IProjectInitializationStatusService.cs"/>
    <Compile Include="BrokeredServices\Services\Definitions\ProjectInitializationCompleteState.cs"/>
    <Compile Include="BrokeredServices\Services\Descriptors.cs"/>
    <Compile Include="Contracts\ITelemetryReporter.cs"/>
    <Compile Include="CustomExportAssemblyLoader.cs"/>
    <Compile Include="DotnetCliHelper.cs"/>
    <Compile Include="ExportProviderBuilder.cs"/>
    <Compile Include="ExtensionTypeRefResolver.cs"/>
    <Compile Include="HostServicesProvider.cs"/>
    <Compile Include="HostWorkspace\ExtensionManager.cs"/>
    <Compile Include="HostWorkspace\FileWatching\DelegatingFileChangeWatcher.cs"/>
    <Compile Include="HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs"/>
    <Compile Include="HostWorkspace\FileWatching\LspFileChangeWatcher.cs"/>
    <Compile Include="HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs"/>
    <Compile Include="HostWorkspace\HostDiagnosticAnalyzerProvider.cs"/>
    <Compile Include="HostWorkspace\LanguageServerProjectSystem.cs"/>
    <Compile Include="HostWorkspace\LanguageServerWorkspace.cs"/>
    <Compile Include="HostWorkspace\LanguageServerWorkspaceFactory.cs"/>
    <Compile Include="HostWorkspace\LoadedProject.cs"/>
    <Compile Include="HostWorkspace\MetadataService.cs"/>
    <Compile Include="HostWorkspace\OpenProjectsHandler.cs"/>
    <Compile Include="HostWorkspace\OpenSolutionHandler.cs"/>
    <Compile Include="HostWorkspace\ProjectDependencyHelper.cs"/>
    <Compile Include="HostWorkspace\ProjectInitializationHandler.cs"/>
    <Compile Include="HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryEvent.cs"/>
    <Compile Include="HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs"/>
    <Compile Include="HostWorkspace\ProjectTelemetry\VsReferenceHashingAlgorithm.cs"/>
    <Compile Include="HostWorkspace\ProjectTelemetry\VsTfmAndFileExtHashingAlgorithm.cs"/>
    <Compile Include="HostWorkspace\ProjectToLoad.cs"/>
    <Compile Include="HostWorkspace\RazorDynamicFileInfoProvider.cs"/>
    <Compile Include="HostWorkspace\RazorInitializeHandler.cs"/>
    <Compile Include="HostWorkspace\RazorWorkspaceListenerInitializer.cs"/>
    <Compile Include="HostWorkspace\VSCodeAnalyzerLoaderProviderFactory.cs"/>
    <Compile Include="HostWorkspace\WorkspaceProject.cs"/>
    <Compile Include="HostWorkspace\WorkspaceProjectFactoryService.cs"/>
    <Compile Include="LanguageServer\Handler\DebugConfiguration\ProjectDebugConfiguration.cs"/>
    <Compile Include="LanguageServer\Handler\DebugConfiguration\ProjectTargetFrameworkManager.cs"/>
    <Compile Include="LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs"/>
    <Compile Include="LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationParams.cs"/>
    <Compile Include="LanguageServer\Handler\Restore\RestorableProjectsHandler.cs"/>
    <Compile Include="LanguageServer\Handler\Restore\RestoreHandler.cs"/>
    <Compile Include="LanguageServer\Handler\Restore\RestoreParams.cs"/>
    <Compile Include="LanguageServer\Handler\Restore\RestorePartialResult.cs"/>
    <Compile Include="LanguageServer\LanguageServerHost.cs"/>
    <Compile Include="LanguageServer\RazorDynamicDocumentSyncRegistration.cs"/>
    <Compile Include="LanguageServer\ServerCapabilitiesProvider.cs"/>
    <Compile Include="LanguageServer\WorkspaceRegistrationService.cs"/>
    <Compile Include="Logging\LspLogMessageLogger.cs"/>
    <Compile Include="Logging\LspLogMessageLoggerProvider.cs"/>
    <Compile Include="Logging\LspServiceLogger.cs"/>
    <Compile Include="Logging\RoslynLogger.cs"/>
    <Compile Include="Logging\ServerLoggerFactory.cs"/>
    <Compile Include="Logging\ShowToastNotification.cs"/>
    <Compile Include="NamedPipeInformation.cs"/>
    <Compile Include="Program.cs"/>
    <Compile Include="ServerConfigurationFactory.cs"/>
    <Compile Include="Services\ExtensionAssemblyManager.cs"/>
    <Compile Include="Services\ExtensionAssemblyManagerProvider.cs"/>
    <Compile Include="Services\StarredCompletions\StarredCompletionProvider.cs"/>
    <Compile Include="Services\StarredCompletions\StarredCompletionsAssemblyHelper.cs"/>
    <Compile Include="Testing\RunTestsHandler.cs"/>
    <Compile Include="Testing\TestDiscoverer.cs"/>
    <Compile Include="Testing\TestDiscoverer.DiscoveryHandler.cs"/>
    <Compile Include="Testing\TestRunner.cs"/>
    <Compile Include="Testing\TestRunner.DebugTestHostLauncher.cs"/>
    <Compile Include="Testing\TestRunner.TestRunHandler.cs"/>
    <Compile Include="WindowsErrorReporting.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.LanguageServerResources.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.LanguageServerResources.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.LanguageServer\Release\net8.0\Microsoft.CodeAnalysis.LanguageServer.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\bbf1a1d07c0a45dfae6b6c9c7dd23fda\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\46236464ac3e4f04810c768548fe3dd8\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edc57f9ef5ec4b5da863e61599ef3470\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd5084ce6c5e4ef69cf46ba458c74d74\Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4cb5d3f28cb64c1880a2d327db827545\Microsoft.AspNetCore.Razor.ProjectEngineHost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8974a633e8334cb88f9d255ebf644b50\Microsoft.AspNetCore.Razor.Utilities.Shared.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93c6b7a026ca42b6913712e48f0fc051\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\670e7c6f9e3b4640809cbf20403d65aa\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c5b789129f543e7a3b9d56b6a428081\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae6420b766d14ccf864f99487d56b613\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\631558f5839f49f393dc6fe74279e605\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2fff13b99d6c434baeb7bfd657ef0f37\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f84e00ce0be543d7ad6277eee2777f2a\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc91266bc231482db2eed371b1613755\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\180108774a7b4ac5855f1f868fbf53da\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57f2d7c53e8041788c3a886f759bc777\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0524c555753f4fcc9caf4cd1f25364d9\Microsoft.CodeAnalysis.ExternalAccess.CompilerDeveloperSDK.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97a915b745d64594a01c5dff91b47b89\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b2f36cfcd174dda90a7cadf496d7d54\Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\80e1541c44da43bba0f9fc8a0f2d7627\Microsoft.CodeAnalysis.ExternalAccess.Xaml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b644293122147df93454a8138ee83db\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\158ce7f1a4b44d8eabe90319655c8ce6\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3c8f8bb45b684c82aabede0fd4a6951d\Microsoft.CodeAnalysis.Razor.Compiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79314f00a8fc47fa933d13435140479c\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1613b245763d4e6087031d424098308e\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d009c49b8c7f4e9c89dbb11695eef248\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47f60f609d534c6eadaccc71c64d4489\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8fe588cbf1744b0b826565e3f6229694\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\649f9a5315084d038b64e29ea11b1fb5\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e254c704113042adb54a82cf12449842\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f8dbf677037c4363bdec07364295385f\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a4dad19c64a4f1a994732eaf2de348e\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fcbf4f8a5ab54375abcfa46e8f5896b5\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fc2de29b920b4475950c0adf08f18d99\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eb30c35b5eb347e5b8aa710c44641960\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d34e33ae45e64b34b41e65cfbe625549\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\09cb1dc997654f76836b95c5c02211cb\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\32ebf140833b47b986d1a5b21f509192\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9964b37fdf04e8e901a82f8809fc884\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\676138d85f2c4c938f2e6e5de7e9f52a\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\854060075cf34b92aae74d5d941038ea\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a6fdb5e9c1ec4ed7b16a685b16126562\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\127961bd32474796a0366e9b02420f81\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bfc7432405e4bdf80e8a022a594b955\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1dd416f496e3485f9b9d01562dc96df7\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ad9104edc994aac8359817cacb425d4\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b40b52044a5444cab19cf41f50d3f64\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a66f0813774c4daf91a230072d95e2a3\Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48112cf58cf74028b6a46eec6e6338d8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ccaa07e509540aa85f98036bbf61640\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0ccb81f5037432687409e3b33cb6bd5\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48ce940689af45a7af70e85a6ca6b891\Microsoft.VisualStudio.Setup.Configuration.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bac6372743654d22b52ede86ecaf876f\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\503ecc9f55b1406195554b444d3f5d0d\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77240ceab02f420b921d8fd038e8f042\Microsoft.VisualStudio.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\210a36182b4940359b15914b3307746e\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d16e5cb8d94c46bfb9dd32b44a51fb4d\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a2f5f629a4cb4c128b47e02ad2555d7c\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40d1012c363b4e6ca3e98856503704ac\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4c60ac721eec49a8ad6166aa5be8932c\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cd671048b7dc4c1aa354803f7ed6e5e2\NuGet.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e0f7f3f143441c2b4ba6328401e74e8\NuGet.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\37713ad642f14b08bc318823327bda31\NuGet.DependencyResolver.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e04d6b06a4e4ee196ee331a4a15e467\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\118a4337914940389b2f16fed22817a2\NuGet.LibraryModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\711ff6fb044347be91bd014681867b99\NuGet.Packaging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ab2cc03850034e1ab6608a7a58a174d6\NuGet.ProjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d49ab656ffd4d7d92c38fd48e05eb45\NuGet.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcac6487473d4445b03388094b657467\NuGet.Versioning.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3951bf7014e34b5d9219b5d9eb2e5100\SQLitePCLRaw.batteries_v2.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00c3759168224530a91b0fc2aa365b59\SQLitePCLRaw.core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4268cd4019404535b52994dc1813011e\SQLitePCLRaw.provider.dynamic_cdecl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ed9094ed7e9646ed8a4c41fc9a092bc4\SQLitePCLRaw.provider.e_sqlite3.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb09b7f9c5ed408ea443f5e72314fcb5\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\25c0ff93b96c424684216df235563848\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9cf1255569c4183bb481c07757c21f9\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\ref\365f5a4efe144470bdcf9ad097c0906c\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\812deed6af1c47b090a2ccfefb37c37c\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5924bb2befad47e5b674cace8b9c2ced\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\47a6a55336564cf49ec77e3e9aa012f5\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93b7fe50e96242238ae9ae8bc5403dae\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\686155ca9aba447ca34f80c710a32180\System.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\ref\de959481c93446d1a847f369efd7c130\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\061fa915af22403e9ece349b3f20c2bb\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e1f41cea54a94c6187d0fa062b184458\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9995e90e88db45fbbc736e63b687f057\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c12b6b1c1514a84be7c1f465db15372\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\288fa3b7d35d49669d26fb19975a3ccf\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\819aa815881e4ea5bec89a817982bcfd\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\70141985291948bba4dba830f3c49b72\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be0feee82712475b931dcef0854d3242\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eae49cb4afef484dbb82e58bdd7c3164\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea4c31c9ecef42b5a80e3e60a59d19e2\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a3b9281be3a4552ba6103a66f119117\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02d6ae3cba57485dbfff07798069c513\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1622f0ac754c4fb2b023471ce19df7bd\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\946d7cfacf5846cc949d5f52c09c07a7\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d91f3a2b57644d99a9cd967460af839e\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bf0a7974ed244d4b8306f0100fb7ac8e\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\972811b79d9747c396050c1a92158850\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa9f59593285466e83d89a0604b928b8\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1ea36e11b09b464399ad177d565b6a2c\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f6dd8f4f91846e7a2977af10228646c\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28390af5f893423388b230963122f999\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a92c5d1a69d341a6a74e5283ec3c46dc\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21647aaa3eb94f25ac09d78f590b985c\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e32538b31464fff8eb134e7c5f30146\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\876a77abc6f248c98f4d41714bac12c4\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c27f8cf51bdc4f40b8bf7335cf263113\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c9359fe98d1a4976852f1d801a1bd531\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0795110257ad44c18c1166130d2e7169\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3cbf7642c2074feaa3d50cc53e6cb1f3\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9adc6b7554ad4b82adeb16b6b838a183\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97dfce1492f74ab684f013662fb5e0df\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e2235650de4409ca4e9a900bd63b14d\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2ce37f78daf8422faaee024362f6c1f6\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\61b1de88a2a74a06aedb58972a01c727\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b973ed9cbf1e4ad391b17a5634b4a9ce\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9fccd09ca90f4145af0c119e7231ae4e\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\af89af1e3f97458c99d3ff227bcd1efa\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a537a1e1c1104215ae49139607cc6c40\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a7afe9f51ac54b63b25cecc4d4201dce\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1c3a5f12d2be4ec8866f3cc6c0df39bd\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5ef113c5d774aab8284be0f8df6baf4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d068243b7f2491781b90a7eb26d3cce\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b12a8c0984934a8b9a488164bdec5031\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5b9189bee9a490789762c6d13e2c1db\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cce911c56f584c399110a17105f64f3a\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\121dc67d6ba443fb8ed444eac4b794bd\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb7ed41991dd4f01a51819923efcc2f0\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23c91476cf6640a18bb9cc8595b92168\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a76bcc00323243dcbcd9f1ca929a5ebe\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b9c04cc544e434da05f893a940e3c8c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eb0c0aeb57784d4d9230e1a4ad31ccae\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4734dd24603e4d37a079b6618e4c3777\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\833ced784986460488b0b22ff406c530\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8fbdca748d4487197506ba9b0a929d3\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3cbeba9593a34d1694258180de4caa5d\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7c748fbe962f4470a77e3b05626e318d\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e9e4d0c6d22425d806f6fd317077364\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\adf7d58e57074c0ea1c7be6107f63958\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48c0c39f4a6c4eadac013e11f92913c8\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\02d165d8d1144cf9bbf0eebbf08fcab8\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\db85b35b665a492d837039e5108ce4ca\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cadd55146f4943d88b26d235113ee926\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9d46ee77e7f4cde99b400194502f7ec\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\473f90a7330143ae986c8090187a53c1\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07ecd08fa7404b61869b9895ee7658e6\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1bceff9ec77443ffaca949338cd93bc1\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9d9783adf5e4ef58f0da25d951b7fde\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\61530433631e48c5b4abf977c20f39bc\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2f470519bd67400797b22a8142a6e3e3\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38b18070c1394ae5b1158d154089068b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\359c93abc803405d940913f033e25b9e\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d81d4a89202d476b8acfebbe01fbdccc\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\153c9e81d7d844199b7eeece923b10cc\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\72c22f56aacb436e9262b84fcc061608\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5157ce5e26324c8f8c314d6997cca8b9\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ed26648fabdf4da98777a3b7d3707e28\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\958fb04cff904577abbb5a29d4d221c1\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8432cff325724b6290e4d4090596a903\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\774b541d571648b3a9bdec4fa7f62954\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b6dd4d19db94f338b3885b87e7980e1\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d485e54f92f46a5903b6d9129317e66\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\483089624849448fa0970b0c3cda0890\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bf7f43898b1f49ffa4795d47c659b092\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e41d4b666a844585a04fb7c066fb4873\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71c5a2747988474e888027d4f48f6251\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5b20c15b3d64daca8ec89df68361684\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71f4af85151f495380a4cddc3c32e617\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\731a9a71b0b54a3b94ee27ca5bc70305\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f790d9b3f89c429aa59989315869385b\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9b17947bfd74f298878a2caaa2563b3\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c5878cabcfd540bd848ea76ec1460c68\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1e9589b86d91434993efc4ad1eddeb6c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f090e9a04a574b44aab9e49c4903a083\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d08f370aecd4251952e18d705828c22\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc93557906c743b899cd56da1cabf870\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c265ceac4e24d658b51a49a290510e7\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d49f48dda94944b0aec72d5deb41ff7f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f924705858db4a58825f275b7dbabe5a\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b66e24716ce641489f8eec92e321e116\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc8b4b124eae43a98e297a5dbb1997c0\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad81428d7e40452da9ef0dd06b1a590d\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\698a8906662c4235a14aefb221dc4410\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ab10fb4dbc94fb7a7fe0c4aef1ecf26\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d8a21b3895c40f7a4d993001407505d\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79a0c684fb124353b9d83f71a7c379f8\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\662410062b9b49f1af129fdc226f89e6\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea4a36cd175f4698947ab1c79162b002\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93290a34ddbd47dd99e19fd005710802\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86324c25b2844b8e9be08957aa911ae4\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\244c00f79ff84319bf4cd42f36a4e10d\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e2f6e8f14e90470a9a17b677c037cffa\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ab14d9382f044108747b64bd192d1dc\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e0601a4a85140bfa0dd8a5a2287f7d6\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38079bee0c1b4984971c8753ebeaca33\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\905524a3896e46e9b3c53ae976f3da35\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1cef456034ed45aea747098172679191\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf39b82a2d724b16afdea853670aedcb\System.Security.Permissions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\87fd39087b76479e889f2581a83b7c00\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b57ec49469c24925ab35b3d2e652f194\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3a693741091d4e5988e6bd36f5699f0e\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f7d859e29a44f8a8019e17730a58059\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b78b8a8a2ed4965a8f236375f146e2f\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86f6fb03a0c34597ab2c3f3f25eefef7\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d5fcfb5cd8f4eaeb978bee43ca9608f\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\90ca9162e4d946d799b7fd8448810263\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\315767847213419eba39fd34dd156c16\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f36fc41919e04c0eaba2700ac734a83b\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\24a32971cd4b488aa9ad4bf38aeca5f3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84f572cb27bf45c1b69949f8705f93ca\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e67c51ca3611454fbbb3952717c83722\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\96370d30a96e48f6a929952202f5a802\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\26056a8d63a140c5b3a4ebb35160a053\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78451f246fe54cf59cba13ae480a73a0\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c5d5ed64876044f8a187b9473eec80b6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\940dc4c0182e4bb096d0748671e3cc81\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\858c36dff1114a08958fb102a7a2926e\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cfba2e2a261f43a4be43826ab55f887d\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93da122f6a5c4014bc7883e43f0b9e20\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a973968a2456493bb1ac9dd3b15db99a\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e4a1bf0684494911a98fe7885b669c46\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73dd9246acc74e238110b95de1bfe9ad\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\789d1249b8b94e088f954d17be40f907\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0271db447f5e4a0b92cd42dcccaa55ec\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba0c87e7dc0046c6a1f1ce2e9396261c\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50a15161b2a349a9b9483a03c65df95e\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2861634d88294b629c5f8be2a2234b8b\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e29203115cfa468db03f6005c889a67d\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71f9c92f02c640b4a22c00614b2cd43f\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2535ed5b6d1a47c98488ed9525aeb0d9\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\260ad3f852484acd8169e7f2ab7bc43e\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\06b5129e111b422aac4e9294b9cc76a4\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2280388066854e8291bff27ff4adfcb6\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b95fe8cb9332447fa4eae61876272042\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a89f897c038b47cfa1aecf6785821c75\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dbc8d121705c458d95e52608a15c4747\WindowsBase.dll"/>
  </ItemGroup>
</Project>