File: Microsoft.CodeAnalysis.Remote.ServiceHub.csproj
Web Access
Project: src\src\Workspaces\Remote\ServiceHub\Microsoft.CodeAnalysis.Remote.ServiceHub.csproj (Microsoft.CodeAnalysis.Remote.ServiceHub)
<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.Remote.ServiceHub</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <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="ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs"/>
    <Compile Include="ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs"/>
    <Compile Include="ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs"/>
    <Compile Include="Host\AssetProvider.cs"/>
    <Compile Include="Host\IAssetSource.cs"/>
    <Compile Include="Host\IGlobalServiceBroker.cs"/>
    <Compile Include="Host\ProcessExtensions.cs"/>
    <Compile Include="Host\RemoteAnalyzerAssemblyLoader.cs"/>
    <Compile Include="Host\RemoteAnalyzerAssemblyLoaderService.cs"/>
    <Compile Include="Host\RemoteDocumentDifferenceService.cs"/>
    <Compile Include="Host\RemoteHostTestData.cs"/>
    <Compile Include="Host\RemoteSolutionCache.cs"/>
    <Compile Include="Host\RemoteWorkspace.cs"/>
    <Compile Include="Host\RemoteWorkspace.InFlightSolution.cs"/>
    <Compile Include="Host\RemoteWorkspace.SolutionCreator.cs"/>
    <Compile Include="Host\RemoteWorkspaceManager.cs"/>
    <Compile Include="Host\RemoteWorkspace_SolutionCaching.cs"/>
    <Compile Include="Host\SolutionAssetCache.cs"/>
    <Compile Include="Host\SolutionAssetSource.cs"/>
    <Compile Include="Host\TestUtils.cs"/>
    <Compile Include="Host\ThrowingTraceListener.cs"/>
    <Compile Include="Services\AssetSynchronization\RemoteAssetSynchronizationService.cs"/>
    <Compile Include="Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs"/>
    <Compile Include="Services\BrokeredServiceBase.cs"/>
    <Compile Include="Services\BrokeredServiceBase.FactoryBase.cs"/>
    <Compile Include="Services\BrokeredServiceBase.ServiceConstructionArguments.cs"/>
    <Compile Include="Services\ClientOptionsProvider.cs"/>
    <Compile Include="Services\CodeLensReferences\RemoteCodeLensReferencesService.cs"/>
    <Compile Include="Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs"/>
    <Compile Include="Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs"/>
    <Compile Include="Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs"/>
    <Compile Include="Services\DiagnosticAnalyzer\DiagnosticComputer.cs"/>
    <Compile Include="Services\DiagnosticAnalyzer\IPerformanceTrackerService.cs"/>
    <Compile Include="Services\DiagnosticAnalyzer\PerformanceQueue.cs"/>
    <Compile Include="Services\DiagnosticAnalyzer\PerformanceTrackerService.cs"/>
    <Compile Include="Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs"/>
    <Compile Include="Services\DocumentHighlights\RemoteDocumentHighlightsService.cs"/>
    <Compile Include="Services\EditAndContinue\RemoteEditAndContinueService.cs"/>
    <Compile Include="Services\EncapsulateField\RemoteEncapsulateFieldService.cs"/>
    <Compile Include="Services\ExtensionMethodImportCompletion\RemoteExtensionMethodImportCompletionService.cs"/>
    <Compile Include="Services\FindUsages\RemoteFindUsagesService.cs"/>
    <Compile Include="Services\FullyQualify\RemoteFullyQualifyService.cs"/>
    <Compile Include="Services\InheritanceMargin\RemoteInheritanceMarginService.cs"/>
    <Compile Include="Services\KeepAlive\RemoteKeepAliveService.cs"/>
    <Compile Include="Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs"/>
    <Compile Include="Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs"/>
    <Compile Include="Services\NavigateToSearch\RemoteNavigateToSearchService.cs"/>
    <Compile Include="Services\NavigationBar\RemoteNavigationBarItemService.cs"/>
    <Compile Include="Services\ProcessTelemetry\RemoteProcessTelemetryService.cs"/>
    <Compile Include="Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs"/>
    <Compile Include="Services\ProcessTelemetry\RemoteWorkspaceConfigurationService.cs"/>
    <Compile Include="Services\ProcessTelemetry\RemoteWorkspaceTelemetryService.cs"/>
    <Compile Include="Services\RelatedDocuments\RemoteRelatedDocumentsService.cs"/>
    <Compile Include="Services\RemoteDocumentTrackingService.cs"/>
    <Compile Include="Services\Renamer\RemoteRenamerService.cs"/>
    <Compile Include="Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs"/>
    <Compile Include="Services\SemanticClassification\RemoteSemanticClassificationService.cs"/>
    <Compile Include="Services\SemanticSearch\RemoteSemanticSearchService.cs"/>
    <Compile Include="Services\SourceGeneration\RemoteSourceGenerationService.cs"/>
    <Compile Include="Services\StackTraceExplorer\RemoteStackTraceExplorerService.cs"/>
    <Compile Include="Services\SymbolFinder\RemoteSymbolFinderService.cs"/>
    <Compile Include="Services\SymbolSearchUpdate\RemoteSymbolSearchUpdateService.cs"/>
    <Compile Include="Services\TaskList\RemoteTaskListService.cs"/>
    <Compile Include="Services\UnitTesting\RemoteUnitTestingSearchService.cs"/>
    <Compile Include="Services\UnusedReferences\RemoteUnusedReferenceAnalysisService.cs"/>
    <Compile Include="Services\ValueTracking\RemoteValueTrackingService.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\UnusedReferences\ProjectAssets\ProjectAssetsFileReader.cs" Link="src\VisualStudio\Core\Def\UnusedReferences\ProjectAssets\ProjectAssetsFileReader.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Watson\FaultReporter.cs" Link="src\VisualStudio\Core\Def\Watson\FaultReporter.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Storage\FileDownloader.cs" Link="src\VisualStudio\Core\Def\Storage\FileDownloader.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\AbstractWorkspaceTelemetryService.cs" Link="src\VisualStudio\Core\Def\Telemetry\AbstractWorkspaceTelemetryService.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\AbstractAggregatingLog.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\AbstractAggregatingLog.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\AggregatingCounterLog.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingCounterLog.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogger.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogger.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogProvider.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogProvider.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\TimedTelemetryLogBlock.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\TimedTelemetryLogBlock.cs"/>
    <Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\Shared\VisualStudioTelemetryLog.cs" Link="src\VisualStudio\Core\Def\Telemetry\Shared\VisualStudioTelemetryLog.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\Microsoft.CodeAnalysis.Remote.ServiceHub.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\Microsoft.CodeAnalysis.Remote.ServiceHub.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\Microsoft.CodeAnalysis.Remote.ServiceHub.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Release\net8.0\Microsoft.CodeAnalysis.Remote.ServiceHub.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\bbf1a1d07c0a45dfae6b6c9c7dd23fda\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5dd30f075ed499cae4cb2d505ebe1c2\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de7e10c5b2314b7384b565dfc14bfaaf\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93c6b7a026ca42b6913712e48f0fc051\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2447ac5359164535a119dfeaf3c401bd\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c7236899abd4ef0bee980a5460d2fae\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6192fb34dbcc4a72ae822f9ebecb599c\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7638027480584810a9ff14ca6f0f3ba0\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4ebf639d50841fe900839c267eb47da\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c56663ac9704d009a60ea8aff96f19f\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d1d2312b5184783b24a1379607f43a4\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e771c7bc4b44405d83d4d7f2a0d901af\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e82f1b2b26c3456cb78867dda0659790\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4462f4981244105adc5e0ea0f27f681\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ef37236f29b4a14902e9f9fcedc5125\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d13563f225c141e2b535e258649bd780\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\156b1f987cbb47d0a6a0382bfab7acf1\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ed1fdb0f74d4bdaa710b6a8a3944fea\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3d5af28822f49fea6e975191e9d8ebf\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3c926f9e22d4e31943db4d0690b908c\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b15b106203d42a589e8655043955eb0\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bfc7432405e4bdf80e8a022a594b955\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63c30e3af18a4f8a81de2d3824c58b14\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71d37dded3f34b5db11bd2f2d6cdd88f\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2d8af35af354bca929d8a56e349eff2\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a645c0758bde48e98945f95788a5e614\Microsoft.VisualStudio.CoreUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fc55391b51a42f59c993dc338549e83\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52a3d4d6a5904ccfad2a60da2471b15a\Microsoft.VisualStudio.ImageCatalog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b50c76071cc1404b8ab7964686da592e\Microsoft.VisualStudio.Interop.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\162d452dadb84ae38699ca1097a58bf4\Microsoft.VisualStudio.Language.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c27aa94c96444b492bf73599f17839c\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\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\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19b259a657184095a9b41d6982dbb211\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a08347681d8f4da584ca6615332a3d4f\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0458d9d7d814064a5a3fe7c43cf78e9\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e0c8895c7b2428ca9f06713b5d81ede\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bb5599c553f413a9fcca70e61bf1512\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa1c2ad59beb4f38b5b9194da03616d5\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebfad2443fe14df18ebc401c7b2029a7\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55e712a6e87d4502ae945174e2c33cb7\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23605650264140028b1e72a1b811b9e4\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dbddb4193d14589980523c20aa2a71e\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dc2eba8f05c43e881163e77206b4c24\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1536b32efa1b406fb592f87f05f9095a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\344dd1b61c8f4f4baefa7df396247de0\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09c7af5fba0d49cdbcc79a9893f8a22f\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ff274fb28c640f88237809a739b126a\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\895ad6e95e414c698aaef3baec06ae9a\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e28ee53075854ee59123996deedd0cf1\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1741fcfbb43342869666def09c74e622\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f97d8f43a46d4b42b851889595fbfb1c\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76ef77b04ab14e05b01bd61ea243ac16\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f14639f5e36641e48aa2b0ff2a55dd13\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cca78853a0e147d3a5d855dff016e5be\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33e28160531945c6b9c9ea53242f364f\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5e752ae8b6b42eaae3984afd1787bb3\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6d82b1952c24caea36db5b311282267\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2493a46eb0ad47bc8eb183a88e01130d\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69cafea5e1d14a3f82c2289b82894cc8\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9619eb73a2a1437086931df7bd843cb3\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d185bb1762d64ca8b08de7d528cf3a84\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fe4ff18c8ec4ae0ab2bfb22258615f9\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d76ddaf388ef47678fea5ddd7536e399\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94be7199ed084f80a0ad862a589f8f51\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0afe61695dac430aaa8ac9a21cc6452a\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\283a437502424836b6edf48aa1c6e921\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\856075c159f04505ac34fd419f322d25\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91631af7a5e443daad22bea9e96e419c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\875954a5a42643d292007c49cd32f6c7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a9597a8770b4fb0b9c504fc1704b37b\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\259ce25e96254e5a94d859bd454f8d97\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d277e8c435b640eeb3ff23eefea7cc7a\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2103346364d446fbabe8753b08258bce\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6edd14fbb9584daea679d5e29734fa18\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fce8fd1b0c84a8b98e720b35a975018\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8785621f035403daadc5da858310fa3\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04453c77adbc44adb480e933d84823ca\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0cdacd9699947debeac02d1b69941d5\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42b51c680cec4f47b726e67f25722c7a\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b923630dab1e42a6abf1ba76d4597a8a\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08c4d7831853474fa0cb9057eb2cc1bb\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1099fd5b8afa440fab53d23dd9bd393c\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c64020c959e49fcb03e831d9893fdf3\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3afd203509b4f538d9c4dae0003c51f\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\021c9910fa82404f955249267b34f544\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26042ea99c554ba690852ed9d9cf3183\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\226eb146131e4e939e7a5248d2a1a993\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f27b5abcc54410fb3bc95f2f30f8b65\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8640232770144fffb082f1790d6751e7\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b96275737654ea5be5722f4566e073b\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77a1716512b34f7f9e7e21d3727f4a0c\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8831457a929a453690e58d8448949fa6\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8154f5ef1de8460ebb4717d663228655\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\feef8752e0894b2282730951e704c2fe\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24f657a187b9404ab95f59921dbc5107\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb58bd90ca0c4369aad34fe086d3e68c\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b12a8c0984934a8b9a488164bdec5031\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\445021c3ded74ed797d039256f2e9662\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f458acfec0f42f8b8fc0402f5339050\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aaec9889244a4579a8460191dd470c94\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f96aa99111ac436ea82300a63eb0407a\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfba78954c004d15b2e0d236f6671178\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9505f585bd9745fda99bb0550f652624\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5923e2c77ad4ddeb01482a6a0ac9a0c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fd06fd12dec4e87b24943060a0ec3a5\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c269c2326127403182a5d4657923565b\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db236dd7feda48608bcb4e2e4b4badba\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7da4045f3fe041d893cbce99676e2e05\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d51b2f2f4f7741c1971b67ee7d6bf9ad\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecb5ea4006ac481ebe81fc627529f11f\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a73ad07973a49e981fd886279f3222f\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b87ff0e12884b96b85c5893d7b99b5c\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a85bb99d2e047f9a7f838d587a34773\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82904adacdec4249b4d060042f88bc37\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bfcda5d2bfb4b019efc7ded4aecb9d2\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7652413a6524d1f86bdae0e2161cf30\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7eee99b82fd4d9992a94e5d57298d70\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e9e796cff284cdaad84b723ba722532\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e15e8e207a2404e86a76faea605ea70\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c73a49a63da74261a4aab2e1c5354617\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9458e026ea2b4d4a8dd3f674471eaf9e\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e219045196024f61bd9ea733c204e865\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e77fc4bc67b146808f3bf9ed7e0829fa\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da88052f115341c190b0303220a17586\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d5aeb3c6e894ac78454c62c73a0c541\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65fe95aeec3b46cda0a069ba61288fb1\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10853982df014da3bd2759527b15bc48\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d84dc15f01b74536a26fee946a5391a5\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d99e35cc113b4d8cad6c88867091000a\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b6a01709665446d8708327cd08c7596\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83573e2b687943d5bec62c6abb565f7a\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96d79fffce114a749935e7794ce64084\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ae02ee0e08c43a9ae15c380820a1001\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47acc17172224e7da65f2f200852b503\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82e8275a93a544edbf6d1d3a9c832452\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73ba9a9ed564456c9d0bdc1956ab1892\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6df629fbb2c34eba8c02526b7b939cc7\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b912cef0fefd4c098f420767e79f30b5\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3d9c488a41f43c2ad87d3d676be58cc\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\048970ee72da4decb9da455793444593\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d5e1d04bf0543838f8bda435b4d512e\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1a31a0eae304bfb851c4cd5b6037a1c\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c89d02b331741df9176d7301af0895d\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\459011b799a04267985ccb5007b02938\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b36dc846ab5e4343aacd041bfaabd740\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcb1cc41de844c78bce960407ae0988d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7d6ec17d2594615bd15d7c34bfe7e97\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c40321b9596e40f6a679939b453713fd\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e45ce907ebd4e4baf2fe694f58d873e\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eea04ec956824ac5a009b672741b4d03\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffe16643ce0d4af58a8dd54e1473b0f2\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3f0ba34f19144b599120104e0ca130f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a485e2278cd4de8857148ba4271f7a3\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3170d14fc8ab4942a9d975411bbbddfb\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfcabf43b7ee4b5aba99f12f0f0fabcc\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c27337e139e4c0f99f02622be3f8728\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2182c48e2a44babba772a3731e43253\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff2f2c2915bf4e71b1be1179317d07d4\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19ac83d936ac4a53b9e9446445bcdc75\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3c6ddf0d69242e8b491606392813321\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bffc3dd440774cbcbf342100fa8cc949\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb531849843f45dfb8c4809210c04adb\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4135701c2ba84fbca3a65e0315dda34e\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72d09107cd1c4434a9ff4544dda7d6bf\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5482edc66f74c5691faf5c4bbf180f6\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d952f76e3094261846b9e79b0c1e42d\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d7b32a9e3bc4e4a8c01f051abe5f02f\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\449fd14f9e434ca185d894dd3667c86c\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51e3d0cc88b5475584ea967bddce2332\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e51c9abb31b4010a38433b782fa5c5f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71598559f4bf4a2fb951490f962b11b9\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77cd72e70d344465a41e59ca9e2b618d\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad88181343e741dda4e474875f84dcc9\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c9c9f374f9042ba880712f94c4a457c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef177d5033544b1eb7ce6cd0fa608abe\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f9dabe86bb24ca3a7ce4879a519cb8c\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\421b37a9d54f4da5a083aec029e09617\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\521800c3428b467fb4244f0031e42972\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fd8a619562c43729c521ea4bf8da04b\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\750494cef0864cb4b4a74a42f9fcdca9\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e85329900171467fa4f8f6dfa30fbb10\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0d8fe98160c4152bc6941c91a2419f9\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ebab25f8c464054bf21b9bc36ca10a3\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b874dad701db427e99969cd4d6e95694\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b27f3909e8ae4ad48d6d5466ab262418\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbb34de92f8047e7811611f2ce774e35\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d591609711fd443f90d0741640c8a1d4\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a372b478fcb24b60b2c3701dee49e336\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8472d770c50461a8e25c1711e858464\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f317af524fb346bc82dc0c5f5911305c\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d4188a2b4f7435eab6e058ca622f566\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ab3f168dbb34854bd9c512d827f8369\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6acda7885051422080ee37afcd98b823\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbbca5b20ab445a2a86fb8fe11925d49\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bd78c24ee56472b99da99a679b07373\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2170560ed6fa4edfac03681fa40b94d3\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56b013c04f054d3a9d233b6aacb62cc7\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\283703bc3a394d589c577fd267a0b018\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df57a50c4198403cb93e6a7df00225b9\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe09e382befe4059af03f6411863283a\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8c32551f3764bb5b713a5cd5d69e849\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b3379bf638247ef8ec00884464cd3c6\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\247dfca9d5874bbc95ba90aba5affbe6\WindowsBase.dll"/>
  </ItemGroup>
</Project>