File: Infrastructure.Tests.csproj
Web Access
Project: src\tests\Infrastructure.Tests\Infrastructure.Tests.csproj (Infrastructure.Tests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Infrastructure.Tests</AssemblyName>
    <KeyOriginatorFile>..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26472.2\tools\snk\Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_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="BuildWarningPolicyTests.cs"/>
    <Compile Include="CITimeline\GenerateCITimelineTests.cs"/>
    <Compile Include="CreateFailingTestIssue\CreateFailingTestIssueFixture.cs"/>
    <Compile Include="CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs"/>
    <Compile Include="CreateFailingTestIssue\GitHubCliArgumentTests.cs"/>
    <Compile Include="CreateLayout\CreateLayoutTests.cs"/>
    <Compile Include="DownloadFailingJobLogs\DownloadFailingJobLogsFixture.cs"/>
    <Compile Include="DownloadFailingJobLogs\DownloadFailingJobLogsToolTests.cs"/>
    <Compile Include="ExtractTestPartitions\ExtractTestPartitionsFixture.cs"/>
    <Compile Include="ExtractTestPartitions\ExtractTestPartitionsTests.cs"/>
    <Compile Include="ExtractTestPartitions\MockAssemblyBuilder.cs"/>
    <Compile Include="GenerateTestSummary\GenerateTestSummaryFixture.cs"/>
    <Compile Include="GenerateTestSummary\GenerateTestSummaryToolTests.cs"/>
    <Compile Include="Hex1bNativePublishingTests.cs"/>
    <Compile Include="MicrosoftTestingPlatformTests.cs"/>
    <Compile Include="NuGetConfigTests.cs"/>
    <Compile Include="Pipelines\ExtensionE2eRecorderStepTests.cs"/>
    <Compile Include="Pipelines\ExtensionE2eWorkflow.cs"/>
    <Compile Include="Pipelines\ExtensionE2eWorkflowTests.cs"/>
    <Compile Include="Pipelines\NixCliPackageTests.cs"/>
    <Compile Include="Pipelines\NpmCliPackageTests.cs"/>
    <Compile Include="Pipelines\ReleasePublishNugetPipelineTests.cs"/>
    <Compile Include="PowerShellScripts\AspireSkillsBundleHashTests.cs"/>
    <Compile Include="PowerShellScripts\BuildTestMatrixTests.cs"/>
    <Compile Include="PowerShellScripts\DownloadNativeArchivesTests.cs"/>
    <Compile Include="PowerShellScripts\ExpandTestMatrixGitHubTests.cs"/>
    <Compile Include="PowerShellScripts\PowerShellCommand.cs"/>
    <Compile Include="PowerShellScripts\ScanTestPartitionsFromSourceGuardTests.cs"/>
    <Compile Include="PowerShellScripts\SplitTestMatrixByDepsTests.cs"/>
    <Compile Include="PowerShellScripts\SplitTestProjectsTests.cs"/>
    <Compile Include="PowerShellScripts\StageNativeCliToolPackagesTests.cs"/>
    <Compile Include="PowerShellScripts\ValidateNpmPackageSignaturesTests.cs"/>
    <Compile Include="PowerShellScripts\ValidateNpmReleaseAliasesTests.cs"/>
    <Compile Include="PowerShellScripts\WriteClassModeTestPropsTests.cs"/>
    <Compile Include="Shared\GitCli.cs"/>
    <Compile Include="Shared\ProcessRunner.cs"/>
    <Compile Include="Shared\ProcessRunnerTests.cs"/>
    <Compile Include="Shared\RepoRoot.cs"/>
    <Compile Include="Shared\TestDataBuilder.cs"/>
    <Compile Include="Shared\TestTrxBuilder.cs"/>
    <Compile Include="TestTriggerMap\GraphAffectedProjectsTests.cs"/>
    <Compile Include="TestTriggerMap\SelectTestsAcceptanceTests.cs"/>
    <Compile Include="TestTriggerMap\SelectTestsCliTests.cs"/>
    <Compile Include="TestTriggerMap\SelectTestsLayer1IntegrationTests.cs"/>
    <Compile Include="TestTriggerMap\SelectTestsWorkflowTests.cs"/>
    <Compile Include="TestTriggerMap\TestTriggerMapModel.cs"/>
    <Compile Include="TestTriggerMap\TestTriggerMapTests.cs"/>
    <Compile Include="TypeScriptApiCompat\TypeScriptApiCompatTests.cs"/>
    <Compile Include="WorkflowScripts\AgenticWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\AnalyzeCiFailureWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\AutoRerunTransientCiFailuresTests.cs"/>
    <Compile Include="WorkflowScripts\CiWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\CreateFailingTestIssueWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\DashboardTerminalScriptTests.cs"/>
    <Compile Include="WorkflowScripts\DeploymentTestCommandTests.cs"/>
    <Compile Include="WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\ExtensionReleaseWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\ExtensionWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\MonitorScheduledWorkflowsIntegrationTests.cs"/>
    <Compile Include="WorkflowScripts\MonitorScheduledWorkflowsTests.cs"/>
    <Compile Include="WorkflowScripts\NodeCommand.cs"/>
    <Compile Include="WorkflowScripts\OrganizationFundedCopilotReviewsTests.cs"/>
    <Compile Include="WorkflowScripts\PrDocsCheckWorkflowTests.cs"/>
    <Compile Include="WorkflowScripts\ReportCiFailureIntegrationTests.cs"/>
    <Compile Include="WorkflowScripts\ReportCiFailureTests.cs"/>
    <Compile Include="WorkflowScripts\ReportPipelineFailureIntegrationTests.cs"/>
    <Compile Include="WorkflowScripts\ReportPipelineFailureTests.cs"/>
    <Compile Include="WorkflowScripts\ReportSpecializedTestFailuresTests.cs"/>
    <Compile Include="WorkflowScripts\SelectTestsCommentScriptTests.cs"/>
    <Compile Include="WorkflowScripts\SpecializedTestFailureRunnerTests.cs"/>
    <Compile Include="WorkflowScripts\SyncMainToRelease14Tests.cs"/>
    <Compile Include="WorkflowScripts\TrackingIssueTests.cs"/>
    <Compile Include="WorkflowScripts\ValidateAgenticWorkflowsTests.cs"/>
    <Compile Include="WorkflowScripts\VerifyTelemetryHookChangesWorkflowTests.cs"/>
    <Compile Include="..\Shared\TemporaryWorkspace.cs" Link="tests\Shared\TemporaryWorkspace.cs"/>
    <Compile Include="..\..\src\Shared\PathLookupHelper.cs" Link="src\Shared\PathLookupHelper.cs"/>
    <Compile Include="..\..\tools\GenerateCITimeline\GitHubApi.cs" Link="tools\GenerateCITimeline\GitHubApi.cs"/>
    <Compile Include="..\..\tools\GenerateCITimeline\TimelineRenderer.cs" Link="tools\GenerateCITimeline\TimelineRenderer.cs"/>
    <Compile Include="..\..\artifacts\obj\Infrastructure.Tests\Debug\net11.0\Infrastructure.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Infrastructure.Tests\Debug\net11.0\Infrastructure.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\artifacts\obj\Infrastructure.Tests\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Infrastructure.Tests\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\artifacts\obj\Infrastructure.Tests\Debug\net11.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\Infrastructure.Tests\Debug\net11.0\SelfRegisteredExtensions.cs"/>
    <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs"/>
    <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs"/>
    <Compile Include="..\..\artifacts\obj\Infrastructure.Tests\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\Infrastructure.Tests\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs"/>
    <Compile Include="..\..\artifacts\obj\Infrastructure.Tests\Debug\net11.0\Infrastructure.Tests.AssemblyInfo.cs" Link="artifacts\obj\Infrastructure.Tests\Debug\net11.0\Infrastructure.Tests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\ref\867708f0ec784e40b5cfcb1043d72e1c\Aspire.TestTools.dll"/>
    <ReferencePath Include="..\..\..\ref\bfd902d9a9614bd58a48c9c8cc4efaa7\Aspire.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\ref\c1a8163538844b8eb504373af087d4fa\CreateLayout.dll"/>
    <ReferencePath Include="..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
    <ReferencePath Include="..\..\..\ref\1bf9b063301b4d17819657c8bc5b7b96\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\ref\b44f3d554f66429ba5da498fdc0dcda8\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\ref\3f86418882d640489620bd191026cda4\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\ref\50259a449a144d718864ab156364a913\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\ref\9d28c907337b44f2874685bb8e79479b\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\ref\18f48fb4647e46f0926c0b9899c65396\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\ref\bd2877d18cc34c3a9edef7722fe15205\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\ref\fbf8b1ef20f645a29611fe62ea43457b\Microsoft.Diagnostics.NETCore.Client.dll"/>
    <ReferencePath Include="..\..\..\ref\e7741134645846468d6a27fd2d32da2e\Microsoft.DotNet.XUnitV3Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\8aa799b879cd4124a76c45d3fa0e5af8\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\12d203e5685e4a80ba7bf7ac2f7d3d49\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\74b667481ba4499fa64ce065d5b28055\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\ref\f443d06d373a44b0b2ec923b2b5009b0\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\bf217dd828bf4b40aeb8e0e918de457e\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\ref\1600fb9700864dd19924240ef46fb673\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\4164b415b8944f528a2c6b725c41df5d\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\ref\5364c44c89c6495a903c944ebe3769f9\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\eaa573d3b7714d92a90cb218bda45d6e\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\e41805d20dad4226a48720ea3e99ed21\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\ref\6ee1eb22bbee46d7bf95dc2b302cf711\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\14ddd83ca3f842cabc30e23597c018c1\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\207fcbbcd13f417a8094e097a5eb43e2\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\a82d550a366349c7a24f7ba949e32a7c\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\ref\710cba45ddc3451c883b24c93596c373\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\5acee0cad02c4df7834479f12a634c18\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\ref\9570054ade9542f7b858e08890c695ae\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\001d6f7c24864769975da8804f217857\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\ref\a4dc153a704a4f8e9045e9073fb07e68\Microsoft.Testing.Extensions.CrashDump.dll"/>
    <ReferencePath Include="..\..\..\ref\1b51be07320d4fd9be0613cb961a7729\Microsoft.Testing.Extensions.HangDump.dll"/>
    <ReferencePath Include="..\..\..\ref\81c46eede6f1492eb98416b4e544818f\Microsoft.Testing.Extensions.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\ref\f622a7304360433399d20a84d6ce420e\Microsoft.Testing.Extensions.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\ref\11a58519f5174337a16ee39ed4c60fe0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\a3920deec1164a0395bbb24ef71f028b\Microsoft.Testing.Extensions.TrxReport.dll"/>
    <ReferencePath Include="..\..\..\ref\1e28c8ac13d54e459f3d28026c596ed9\Microsoft.Testing.Platform.dll"/>
    <ReferencePath Include="..\..\..\ref\3be3e395166f4705aee888173c9d1ad8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\df413d80a49d401986726f5cd767e585\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\ref\d50f1e079f144a3f8fff2a97ad2efb00\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\419d9bc6c8624532b4f9b3689f2b60f3\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\ref\72220f7eadec4182a3ca203a3cd1b5e5\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\ref\7971a8c57ef245bba2902691fba9122d\netstandard.dll"/>
    <ReferencePath Include="..\..\..\ref\ebefe2f0634c4d5b862cde55c22b5320\OpenTelemetry.Api.dll"/>
    <ReferencePath Include="..\..\..\ref\75274ce65ef14ab3bb3ab7fcfb412af5\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\3ec13a8ce26d4acca4ae4c2d5688eec7\OpenTelemetry.dll"/>
    <ReferencePath Include="..\..\..\ref\9a5e5941c06d41bfafe752a724a6b011\OpenTelemetry.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\ref\b69d95741072491aa677719cc3c45031\SelectTests.dll"/>
    <ReferencePath Include="..\..\..\ref\d52767886c824515867468214d909932\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\ref\a3fc26e0cc5f4461816717148ecbdc44\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\ref\836d3a3154e74785b2c7039a472182f5\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\ref\a28c2ab19e2b41e1a2f3d259e123078d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\ref\3d319bed797644309f8f432ed90cc750\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\ref\e5be07c68c9d44f99a6bcb6761b81ffc\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\ref\5e52abce8a5240b69ad2968f55c089c3\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\ref\c3dd90af5c044fa581650768bcd69b0d\System.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\ref\568aa439073543278d4163479c88f2d0\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\ref\dbf6f270c19548c0b6ae7f5a697025ee\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\ref\5dafc9ff93bb4e2a8db4657e70af785e\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\ref\550d392093d241c292d78487dd02e733\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\ref\ce7074f2da2f4c1b8772b15c1b7a735b\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\e589e2b6e8394d6882fb964014283d55\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\ref\7aca23f6a9ab4fac83d703efda53dc8a\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\ref\da33067765924aa3b6f125173f55643b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\1f9cd88391df4aaaa50ad73416ad9a22\System.Console.dll"/>
    <ReferencePath Include="..\..\..\ref\46a97dfd03e64c13a7740fac8b5cfeb1\System.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\55f3ef0db84e44c59eaed12e2a9e968e\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\7b9e55f2f7dd4140a3252f6fb09f304e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\a5ebbf62b9f04e20884a43289f27eff1\System.Data.dll"/>
    <ReferencePath Include="..\..\..\ref\928860b42011420e81726c0e5ecebd68\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\ref\a6b826edd1d44d36b55eeb90c3b50b96\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\ref\b19aea2f405c462c868df212b4fb6548\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\ref\61f5084afb8140079d8468bc9fdee8ad\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\ref\57f5033938654a5489536603cabf2af7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\ref\1e986e30c7b04970a94c3eaa8a34b867\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\ref\ff165a5363cf4a8382306f1c6c61e554\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\ref\76e797f6a51b41ada3bbe99947779ca5\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\ref\5a57a053be5d43cba0cb8cf32d3b2f4c\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\ref\720192577c204b34852b87adf561487d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\ref\e55f0d2511934e5298990d595c9a1e67\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\ref\4f613b80bee54485a0df64768478c60e\System.dll"/>
    <ReferencePath Include="..\..\..\ref\4f897ddb887c4e2ea971512fd74917d9\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\ref\ad3516649e1b46bf8c3c83b3cbf8ebf1\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\c6c920b2242b4c329a63c57feb97033d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\ref\551a20900c5649e1af0cf8f6b083923a\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\ref\f3a06fa84ad744449650101e68c4160b\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\ref\9eb3229925b34d1a985c388b141433d9\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\ref\f2ff34dcc5d3400eb29c3b3c2ceb81ca\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\ref\da713cde84014e8b889f2ae9139b5190\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\1f9ee6196ea94c20b172ddd480cd39cd\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\ref\90ad6ba40ba34b9ea9bd4a4500e28b3a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\ref\84ad6187277b428c91f8dba7d7ab0d69\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\ref\cfffa84fa20b4461ab29940b2e4e4ba4\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\ref\4bd9816cd9674dcdb5075df2f831f1d1\System.IO.dll"/>
    <ReferencePath Include="..\..\..\ref\d57e9f6ae39f40f28ce39d6a3b564d8c\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\c87b4a80bba44aaa8ad7e0f33307acbe\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\ref\9d10b1941ba44250a4a926d8cb0dd0be\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\ref\60590fafc7df443da54f2712dd9613c1\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\74b1e4b93a254be88b07874294505d95\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\ref\a65fc46780f1425fb3de00c00fb47098\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\ref\14bd346260614294bca7a315bc7a5c46\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\ref\29d22b13c3de4d11af8a40d57678bf2b\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\ref\e29194689e2a4e51b03e20e1efe59f0c\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\4996d54ec0eb48298627c0ffa21c2408\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\ref\f9239b47b9ff41de8aff399ffcf356ee\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\ref\f2edd26dab36430e957ac303113ae3ca\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\ref\22e49dd9d993441198df4e215170d00e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\ref\e432ecad111e45078f9a0f53beeb9f54\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\ref\8a19b4a5abf64b0e888de4c44fbfadfc\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\ref\209ac7a889d64560bc0d1e232cf71186\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\ref\8ad9b6ac0f9f439f929d8573fae6e923\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\ref\1151a40a4d97435d9d98ebc923113a3f\System.Net.dll"/>
    <ReferencePath Include="..\..\..\ref\29c7ebd06a804f50b587ba715d818b09\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\ref\e1dd3f46dd7345f091e23417439c8ecd\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\8cf59f974c6d4006a45f6a83b60a14ee\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\ref\0225de9a66b641008cc6d91f3636d8c5\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\ref\bcb936e4760c4e2e98f5848fc18da10a\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\ref\41ed38c5ae0949b4a0196516c7d3bfff\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\ref\5b40a2be14de42a5a8a05a8c759f089d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\ref\4fa7793c9fd34a51a86e9c91673d3ed5\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\418dfd7452bd4cfe8996132b0007ab97\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\ref\5a488e992df44f59981a2d1f31b73aa2\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\ref\fb92535abb3e449e85c036d8e6840127\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\ref\6708a00584f24b50b8e80599c0f620b3\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\ref\2986dd7cbd034415b397f43738cb1966\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\ref\de0a56d8c0f14a539b572831e9404c6c\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\ref\5d2d8e875a254da0bc5f16615a5c8936\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\ref\2ae1cd235b954a6eb35919c17c51cc42\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\ref\ef7ac85ba7a74780ba340f5e70b8f4ab\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\ref\aaa101e469f6495ea8f2a61612e1189d\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\ref\d5fd02e6bca54c4e94823f5b338e22c4\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\ref\e8bac0deefb44610b9f3a3d9a3f6bd30\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\ref\d34a0895c5524288b598080ae1878955\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\ref\afbf5470107247bfa854effd95b8c906\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\ref\2bbccab246d0442c95c3dcd8239451a0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\ref\fcb44c12042f4a49956721bd4817654f\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\ref\a4fdc01e3730456fac13e13e65f1c423\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\ref\4c52995ca6724409b0ea8aac7a7ddb29\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\ref\20d60a1ece994953a1acbd3763564f3d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\ref\b51e888751d04f17a556d0180b585367\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\dff2e6fd1e134b59954da2dfab6a4fe5\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\ref\cc8cd43dec4d493d8c78ac1815944d84\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\ref\e1ab345a12ba4838b778a87f885ba55d\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\c036da33c5024869ad3c0b7e274c0257\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\49badc9e9d924ebf8c1a0724b327d9bd\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\ref\ab87360271c848cf810fa3efd5cd9574\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\ref\42d1f9235fcb47e09e05b924facd2696\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\ref\e79c16831ac14f2cb19001ad8b7be065\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\ref\a9674c7f28714b09a00d8f9c0fed05ea\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\ref\47627d3196ea4210b31d9d3a8be96eea\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\ref\8223798b4a2e4f2e87910a9455def7fe\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\e2e168c79fc647bba113878854689fe0\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\ref\af925dcf456c434894d22273defaa98c\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\ref\6afa0e5177d84feda2694a6d19530dd7\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\ref\15fe22562d65490f9f90baafafb81edf\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\ref\71e185883e084a519aad2bf5a4684240\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\ref\1cf8391d7995428cb74fd62e1f4b1348\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\ref\7166401213ef47b4841e9f7d0ee09c3e\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\ref\b0ebdca5b479447da2dc5b7649e3cf62\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\ref\24f6f59851534632bf89798f93f976fd\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\ref\c7cc99644c6d46a79505b23e0a30ebd2\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\d40777c0a87f406b9494d02599a31adc\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\0e42578413634757ba6696bf83df944d\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\21f790fd351c4af8af5cbb80a0e1db49\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\5f694d22565246408ee0adb287cb38fb\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\ref\8aa4378d3ced49d0897022e47da3620a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\ref\3714e3b617314208aed937686bcaa7a4\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\ref\9bb73e24d8734cabb8976eabe67ab21f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\ref\a635818d179749e1a832cbf19b0c16f4\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\ref\0c652ca1894c427bb8c42e2a1ec6b1ce\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\ref\bd802e48b38645d89db3426367d48a11\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\ref\2556d803be14411da82ac42c818ff93d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\997b9cba3c424e14aea0793ff5a14c51\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\ref\22bf537ebc7c4d71894d3d0f6ea497a5\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\ref\643e0a63b3574cd693930458a936903f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\ref\41de7a6cf1a24307996dc7ab2ca68962\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\ref\69d01d90f43149b793029cfbbbd7b89a\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\ref\bc033389884a4763a5ebef048c2cae43\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\ref\39eee526c0a1409fa8e9982133064872\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\d27ed1e65be24c648c262775335e09c7\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\ref\78f4de8e735947e6924bc054a2a2ba6d\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\ref\f79d7ca862ba469091b68fb5a1f080a3\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\ref\d28c7aca65da4750a49482b988b3ef41\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\cd0c6870c44d40dcb9f78fea3bd190df\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\0f368033cbf34b27952f7ff06047bbad\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\453d5b422c4049a990b4753aaca15433\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\ref\ea72380e0a9c4a648efd5a2dd11b7058\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\100db04a5f3f4405af68641df8550c73\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\ref\72b9aad4791247b8a17e813f18d8a8f5\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\ref\44883eb69c184fdeb3f3d20b052f1472\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\ref\d0e46ef59be74a6e94a8c12e5ea3fe34\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\ref\f18e967376f6413aadee72ee0a20689e\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\ref\364e4ca2cd054c36ac631f84e5df93f1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\1941d8a7848e45159ccffe8ae2f67b2b\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\ref\470fd57a530847db8fa11a2bd850cdf8\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\ref\82eaf614c77a490997a0147722251b32\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\ref\60291630d0a54824a3c8366e97bd2728\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\ref\a5124eae6d774b4abd80bf5172a17bac\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\ref\d94cbdc609e74b498b07b3037a494f3b\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\ref\8637edec55c94d4fbf386a1afdabffab\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\ref\6a5cd2376c344a3588a822a08c15b727\System.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\79fbef7f112a40c79081ecaff244b909\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\ref\ee8c5b57834b41a1b70f3a5d497251cf\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\ref\92e811fdf58c4eedaa259a69e07c7342\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\311f102c84d149069bfa0ae986fa3e60\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\ref\b43b15be2e404fc0abb0b486c4c21adf\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\ref\cfc6839972734dd3a7a73cd7b84c4d3a\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\ref\76850f4ca4884a8ba4b8de1eee9e3011\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\e054a2098482487f919c778223980c20\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\1f51142f4de94b98abad03d203888dc1\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\ref\e43968b0acfe4dbc81cd892a568e791c\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\ref\6fdcca570cde41eb963ef9ba6ef3f9cd\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\34093c6bce894fc18a0c5cce277b106c\TypeScriptApiCompat.dll"/>
    <ReferencePath Include="..\..\..\ref\f53a60d7f9a149b791c43f1d4a212494\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\ref\44e73958596d4f7690b99a2145c53947\xunit.v3.assert.dll"/>
    <ReferencePath Include="..\..\..\ref\f53ea817a4ce4944aec45f6be913c916\xunit.v3.common.dll"/>
    <ReferencePath Include="..\..\..\ref\d1b59472d2ee409195db3d22f71609b2\xunit.v3.core.dll"/>
    <ReferencePath Include="..\..\..\ref\855914ee375340f8a451ead1b1c9d8ee\xunit.v3.mtp-v2.dll"/>
    <ReferencePath Include="..\..\..\ref\fe89f68e78bf4fa6a61b8ecb3127c652\xunit.v3.runner.common.dll"/>
    <ReferencePath Include="..\..\..\ref\b28de091437e463f8f3f29f6c6db07b9\xunit.v3.runner.inproc.console.dll"/>
    <ReferencePath Include="..\..\..\ref\50e15ad4d202445fbbe327f7c8ff288f\YamlDotNet.dll"/>
  </ItemGroup>
</Project>