|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.CodeAnalysis.Remote.ServiceHub</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
<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\ProcessExtensions.cs"/>
<Compile Include="Host\RemoteAnalyzerAssemblyLoaderService.cs"/>
<Compile Include="Host\RemoteAnalyzerPathResolver.cs"/>
<Compile Include="Host\RemoteDocumentDifferenceService.cs"/>
<Compile Include="Host\RemoteExportProviderBuilder.cs"/>
<Compile Include="Host\RemoteHostTestData.cs"/>
<Compile Include="Host\RemoteServiceBrokerProvider.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\Copilot\RemoteCopilotChangeAnalysisService.cs"/>
<Compile Include="Services\Copilot\RemoteCopilotProposalAdjusterService.cs"/>
<Compile Include="Services\DependentTypeFinder\RemoteDependentTypeFinderService.cs"/>
<Compile Include="Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs"/>
<Compile Include="Services\DiagnosticAnalyzer\PerformanceQueue.cs"/>
<Compile Include="Services\DiagnosticAnalyzer\PerformanceTrackerService.cs"/>
<Compile Include="Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs"/>
<Compile Include="Services\DiagnosticAnalyzer\SerializableDiagnosticAnalysisResultMap.cs"/>
<Compile Include="Services\DocumentHighlights\RemoteDocumentHighlightsService.cs"/>
<Compile Include="Services\EditAndContinue\EditAndContinueLogReporter.cs"/>
<Compile Include="Services\EditAndContinue\HotReloadLoggerProxy.cs"/>
<Compile Include="Services\EditAndContinue\RemoteEditAndContinueService.cs"/>
<Compile Include="Services\EncapsulateField\RemoteEncapsulateFieldService.cs"/>
<Compile Include="Services\ExtensionMessageHandler\RemoteExtensionMessageHandlerService.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\Initialization\RemoteInitializationService.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\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\SourceGeneration\RemoteWorkspaceSourceGeneratorCollectorTelemetryService.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\84e788a51a2d4dae8c6707e12c8fd46d\ICSharpCode.Decompiler.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b702dcfff43947f88e796fdab6c8607d\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\994dae8ef4f142da86717453c61fe030\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f0171048af54e95adc0d7ff1f08458e\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8200fe79d2243938984fedf61649181\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\336de0aca7be4246b8e706c975b5792a\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\230c3a88344241609997fe615ca75b9f\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc953365629b4fa99e3f2f4dffe5587f\Microsoft.CodeAnalysis.ExternalAccess.Copilot.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e05b18635843450b8ef7f11a035f4c10\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f4af1d275944eb9ac71bb2a796ccbaa\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4fcd00eac354ef08f32c2f39054d0d2\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2dbe9e0e9194b98ae20c044c5ff4f3c\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c57e5d1d5af1484cb62dbb6705e2f75d\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d6e17f9b43c40ceae3e5cc71cbf498b\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ecd7f6d387e4b66a586fa399995aae8\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cfa7b01e4ad5420bac6a012ed993dcf4\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\776b60dc1d294e31a66bc26505af684d\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f11b464b069642c985a6fe3ef0125e74\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad1d0de44ac546e4b0526ffba3378284\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d54c4e9a5cb041b689dee5c7ca687ed3\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae1b76d23fcf49e9877c5193eae90cb0\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95f193c70a304260bdbb38ade592850b\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56093c1cd8654ec99951be400e634f66\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae4339e837784f528a6c3957a6fee3e2\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70504417696544b0a77cf74f0d5abd9a\Microsoft.VisualStudio.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\728d8ae89ccd4234bff75a3de947dfdc\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\159a83cda48649fe8fba83e2178c5b85\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40d5518aeca04d34a6c9950d2e0b33e5\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\113918dc481749f4b2a6d66f41848fe5\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63130f46bedf45deb8f8bb2f3f4d80fe\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73f4e72cbb54460b941163baf00455cc\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a66688e8d7094e3d986d89794dee3e9f\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f06f5d32c4c94f2b9a74fdfd8349efe9\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\462b8ebe1a624be5ba1fe817b7493522\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fff2deb88459479481f0c8d834df91f5\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1a28d330f884b7b86f7bdac23bc6b2f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4270f3cb07044226b7889ff5917a1655\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ab10879e87b467190b7b97ccbd87141\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2c5f0b6562c4d2ea1c0e2809b70f9ea\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\448f8e3483ee479791c4ee41eb01e10c\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddb71753ca314e68814397a438035464\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d5dd7726f4b498898311bedc20c4b9c\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3c98b5c16ee45f1b8b36aa054fb4224\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8208160aeaa447ebee1ccdbee995e16\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50894b39bddd4fc38c428f0dbc8eb2a7\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f3562672e134b5083bc4c4d0689d597\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e4f2b186a71467fa69c00c2c1e042d2\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b3cee2cb1da46638834920ee684c5d3\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8564826220475ebcbe198538b2fcb0\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1df46e4b4e7a41f0abed2e344fcb05b1\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6642af002664c92affa5e4eea89621a\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c018f0dfead14de7ab3527edf3fe1e3f\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4394f01773d6451eae3bb9d22fdbc30f\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8da9f54bcc44f53ab4ad277d08f9344\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7279cb399e84fa28a58d04c175955fd\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd391c16bc6b4dc19af7d5f3d6c6cffb\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8719f07e5cd403caa0f7fab3cec2e73\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e742e49869f4862b2900e4e2560acad\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd47115b0e584d379f47b8e67a55760b\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de5f264b3db8458db13d732e298ae159\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0598776a07f4402a80a394a9de546b0\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d5b805d366b4ffdaf202e67255ba9e3\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3eca5e8045442d8acb318aed3b8e2a3\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0246620f1db416b878689f8c90e74e2\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86429ac14a44456bb7535e8f687b8f0b\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e85d054b2dc498d83e84e5661e723bc\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\068e4cf6348942b7a54f930ef84fddb8\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c42f6bc273b4d94b1a1759560023d33\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b754204f8e6145dea2421615d9f4111f\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8f6cfdcab174fad97e8f1ea0f7467e3\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e597b956e8f4e5997d0b6a6efdf1311\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1418853f05854607963804930b07cac5\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fb7251af6164a03bbd024b117d42625\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a72d867fae7f45dfbed58ea1a4e8f73a\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db56c72dd4a048049bece9bb99bb555a\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbbb36ead8724f82b50946a6b650db95\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8aa365f9767c45c3b8801aa27d4a635b\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ea1f4bb4b004ea6a2bf2245c55c1bb2\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1142560404e04571b768bc96c5f33c75\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95777027b8564f30b5567edb6777b7c5\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ad53f641a2d4e55a273abd18c645bd6\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\288f094fcfbd4fa889c040e52affb176\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\784670328fcd4b5faf652ae93cd0a20a\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f1c0aa6ceb94e178c3ff6b29d2ce7d9\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2953f459287441cb2d63ef3790f183a\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e8b23e30f494530af872eb8566a810f\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e092195864ea4baea9e1630c4d0b9bce\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55db12a42f70409bb32a54b6e3cb7265\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e78bfd0ddf34989b9aac5e9f64d6bf5\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cdb264e08784d0e939599bc2b927001\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e79e9966395423495448e592df440ce\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c27e08430fe421ab31c69660554ce2b\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\415645adca98420392e155ffbd3d1c27\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cfea5bd94fd46d7b0a8d64fe07faa2b\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df5c3ea512c24a178413bfd22fc70896\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51115cb756e143f7ab774d27c3244648\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c384c7d3bce42afaee9ea2b46d64b5d\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58cbffddb79a4e8cae4a1d88ef9cc7b7\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06171de51fca4e2c80b44642df8281cb\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58c9e6ffec134acb807b06c59b43e112\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\638fbe89e14a49daa3178b732fc8ac5c\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa2c13a27e5847259af698adacfb7ef4\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf95cbb8ea8b4546afcd9b0752bacc13\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7a2dbb3044a42f39e7327de6c0c96ee\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b67f8370ef549d39b2f619df757e194\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01b292b726c9437080e19d33f495b08e\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\baf19ac78b9641c681e65e9a427fe33d\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfc415bdd96f47e38780d7bed0ea882f\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\651fa4fc079841329c61eb4a39244fde\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26e86bfb8755493eb11a3c10488fc418\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83b733f1deef4fe18a21ddac37ac9f21\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38b1fabebabb4186af8f56ef34dec1da\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3aa354fff6394a0a931a72bc4218cb7c\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ef33d156165408994ac2e20469fe8fd\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b56ebab8de5441269d3941de1587eb10\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a6ab04e9c8a4af6970edf59822043d2\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76bc49533ff041a6a2cb00946bbf7155\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\403ab2dc70d44f04a795f995fdc56d09\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dfb5103929934ebfb881ad5c6615858f\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4bf317acf09e4c50902c6202658f318c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2add9ee34fc74a789ee16e526045a2b8\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a81ea1a9c7ec4f2c95de6da6893bf89b\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4f69738ece44db2becb45f79bf68d29\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bb16b6f09d3481c905f37148314856a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3a8c4418aef4686b662e432160e4cb5\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc8603a9c6d74aa8906ef75246db1af3\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd338d7f33724ad88c1a94a97406a3b2\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8442674c33354a2e86a65937a918475e\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22fb5078afbb44a7b1b38084b5469ad5\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\decc2ef5fc52409f9fb7dd8f53c7f9e0\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22be2415a4294346af329d29274a51a8\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b435e51c87974c52ae4b747e64654efe\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbc8505dc26340478de4a15c67f0cc15\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8244f8c1120a4baeb1f17017d554b149\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\94e5a9ba04d74002870fbeeec71ff78c\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62d2b7d3133c46b781e290540c14ffe4\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\313d5a1f99814c2989bb06937c74e9f5\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54fd0e69a94748d7bf7b2af45b8428db\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82d74f6d69fa407b94f5785eebabcde1\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1050c019aa454fc69724a60a9e2f762a\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca4f4ec82739418eaa45fd56850afe29\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68f59ee63e4f4aa9a5984f547130d50b\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5225c009c0ac445daf9a9612a6d6930c\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\222d2cf89da2439d9344b05502c8784c\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2da59a3a623348f88df23899883ce2e6\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6ab80a3d0914c099dc41c9566607548\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ecf0a0582f0494eb19698154e3f28f9\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13bf6e6be93747ee8f02e1af3417f178\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ae0329353d24d7aab5c56e5dec29e18\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d99aae3be0ef48a79305345119beb7b3\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad33c8d2efbc4ffe9bebc5db87eedcba\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d6856e3fd48454a9bd5e42c873f0610\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c10f6a4a50ff49cc9eb53d8a3bb6797e\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3c4f6117f254be6b029c9aaf7f75932\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c089dd2fc63240f7be02561ca0109180\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4887e87de961483fb60ddd4bcf2069d7\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cb03d854d514f69b50c1ac1dc39b873\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbb4500c1eff4c81842962f63575f4e1\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2d6b41a3d1e44fbbf514d7b9b5f0593\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11c5142862b54637a11928cca13ad752\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1f15aacff0a4ae8b0855cc321b75474\System.Security.Permissions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7903d21323dd4afd9c672e518c4721c8\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\752847cfe1f941428b9ac9edac78c634\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec345910c14349ed91b80ca210e7c15b\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34c0ea6e9b164ec58c8a416aa8e9ff0a\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\171721502bcc41949c0da76d12a44439\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6eccf8cd2a8e4351a70064715eb42e16\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd184818e7444c44a48f0a792efe06f9\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f8750eb16eb494aac841809ab8bfccc\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f79fb3ea66c44c8b07019e8247c465f\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75a76254ade040e6b214efd3e93b3014\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f7f48a743954236b42a35fb2bc1b708\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9097d74dacf74378be5ffa858dfa8e3c\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3b94b473a31487ea12226f17780f422\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0cb590ab869d4abd917ab98e65523158\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce1524411ff943dd9878481c77f793b5\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0aa2e733b9f24267a22cd6a5afe7305f\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03c998d18f5040eb89deecf9ee272b41\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c05614863d34fbba61fbf4e1d9ddf97\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46e90ca85df846be8279532a02343229\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0bef3ea308642d7a710c2b59346ca46\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc67429b6daf4eb7b462d86a6caf8827\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a17f6a4cf5943e38a6edf6fa15c0073\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a08451c6054b4f09b95ec4524a8c663a\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a419bd7d206e495395cfce6d75e7e9eb\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08052f467749469bb706ec8cab8e7894\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7408c19e0a504554ad830a950d6451d0\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b902cfce04a4675b8044d768158f485\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\066250bb7fc74f8e8e0e0e09ba71a793\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b90d861a6d394b27a9c20d5898628af4\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43e3a5ea707a461b9fca78b18f436473\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86f8aaa57f4449ed8797fe65c35a65aa\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\502175d94a8444278ed26038f5a7a077\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fd2f9fcc1b54785a30fcec36ab94f9c\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c48ffa08bdb64638a88dfc3f4951e3d5\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5de05fb224564bf19fa4985568029786\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ab65bc08827449ea08217eb2450fdf6\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea773b076da044cf9c3be6d58cf0d624\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc16549a6fa948fb88a93dc432c8f211\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|