File: Microsoft.CodeAnalysis.Test.Utilities.csproj
Web Access
Project: src\src\Compilers\Test\Core\Microsoft.CodeAnalysis.Test.Utilities.csproj (Microsoft.CodeAnalysis.Test.Utilities)
<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.Test.Utilities</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_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;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="AssemblyLoadTestFixture.cs"/>
    <Compile Include="Assert\ArtifactUploadUtil.cs"/>
    <Compile Include="Assert\AssertEx.cs"/>
    <Compile Include="Assert\AssertXml.cs"/>
    <Compile Include="Assert\ClrOnlyFactAttribute.cs"/>
    <Compile Include="Assert\ConditionalFactAttribute.cs"/>
    <Compile Include="Assert\DiffUtil.cs"/>
    <Compile Include="Assert\EqualityTesting.cs"/>
    <Compile Include="Assert\EqualityUnit.cs"/>
    <Compile Include="Assert\EqualityUnit`1.cs"/>
    <Compile Include="Assert\EqualityUtil.cs"/>
    <Compile Include="Assert\EqualityUtil`1.cs"/>
    <Compile Include="Assert\TestExceptionUtilities.cs"/>
    <Compile Include="Assert\UseCultureAttribute.cs"/>
    <Compile Include="Assert\WorkItemAttribute.cs"/>
    <Compile Include="Assert\XunitTraceListener.cs"/>
    <Compile Include="BaseCompilerFeatureRequiredTests.cs"/>
    <Compile Include="CommonCompilerExtensions.cs"/>
    <Compile Include="CommonTestBase.cs"/>
    <Compile Include="CompilationVerifier.cs"/>
    <Compile Include="CompilationVerifier.EmitData.cs"/>
    <Compile Include="CompilationVerifier.EmitException.cs"/>
    <Compile Include="CompilationVerifier.EmitOutput.cs"/>
    <Compile Include="Compilation\BuildPathsUtil.cs"/>
    <Compile Include="Compilation\CompilationDifference.cs"/>
    <Compile Include="Compilation\CompilationExtensions.cs"/>
    <Compile Include="Compilation\CompilationTestDataExtensions.cs"/>
    <Compile Include="Compilation\ControlFlowGraphVerifier.cs"/>
    <Compile Include="Compilation\DiagnosticBagErrorLogger.cs"/>
    <Compile Include="Compilation\FlowAnalysis\BasicBlockReachabilityDataFlowAnalyzer.cs"/>
    <Compile Include="Compilation\IRuntimeEnvironment.cs"/>
    <Compile Include="Compilation\MetadataReferenceExtensions.cs"/>
    <Compile Include="Compilation\NullErrorLogger.cs"/>
    <Compile Include="Compilation\OperationTreeVerifier.cs"/>
    <Compile Include="Compilation\RuntimeUtilities.cs"/>
    <Compile Include="Compilation\SemanticModelExtensions.cs"/>
    <Compile Include="Compilation\TestDesktopStrongNameProvider.cs"/>
    <Compile Include="Compilation\TestOperationVisitor.cs"/>
    <Compile Include="Compilation\TestStrongNameFileSystem.cs"/>
    <Compile Include="Compilation\TestSyntaxTreeOptionsProvider.cs"/>
    <Compile Include="Compilation\ThrowingStrongNameFileSystem.cs"/>
    <Compile Include="Compilation\VersionTestHelpers.cs"/>
    <Compile Include="CompilerTraitAttribute.cs"/>
    <Compile Include="CultureContext.cs"/>
    <Compile Include="Diagnostics\BoxingOperationAnalyzer.cs"/>
    <Compile Include="Diagnostics\CommonDiagnosticAnalyzers.cs"/>
    <Compile Include="Diagnostics\CouldHaveMoreSpecificTypeAnalyzer.cs"/>
    <Compile Include="Diagnostics\DescriptorFactory.cs"/>
    <Compile Include="Diagnostics\DiagnosticDescription.cs"/>
    <Compile Include="Diagnostics\DiagnosticExtensions.cs"/>
    <Compile Include="Diagnostics\DiagnosticsHelper.cs"/>
    <Compile Include="Diagnostics\EmptyArrayAnalyzer.cs"/>
    <Compile Include="Diagnostics\FieldCouldBeReadOnlyAnalyzer.cs"/>
    <Compile Include="Diagnostics\LocalCouldBeConstAnalyzer.cs"/>
    <Compile Include="Diagnostics\OperationTestAnalyzer.cs"/>
    <Compile Include="Diagnostics\OptionsDiagnosticAnalyzer.cs"/>
    <Compile Include="Diagnostics\ReportDiagnosticExtensions.cs"/>
    <Compile Include="Diagnostics\SuppressMessageAttributeTests.cs"/>
    <Compile Include="Diagnostics\SuppressMessageAttributeTests.DiagnosticAnalyzers.cs"/>
    <Compile Include="Diagnostics\TestDiagnosticAnalyzer.cs"/>
    <Compile Include="Diagnostics\ThrowingDiagnosticAnalyzer.cs"/>
    <Compile Include="Diagnostics\TrackingDiagnosticAnalyzer.cs"/>
    <Compile Include="DotNetCoreSdk.cs"/>
    <Compile Include="EncodingTestHelpers.cs"/>
    <Compile Include="ExceptionHelper.cs"/>
    <Compile Include="Extensions\OperationExtensions.cs"/>
    <Compile Include="Extensions\SymbolExtensions.cs"/>
    <Compile Include="FX\CultureHelpers.cs"/>
    <Compile Include="FX\Delegates.cs"/>
    <Compile Include="FX\DirectoryHelper.cs"/>
    <Compile Include="FX\EncodingUtilities.cs"/>
    <Compile Include="FX\EnsureEnglishUICulture.cs"/>
    <Compile Include="FX\EnsureInvariantCulture.cs"/>
    <Compile Include="FX\EventWaiter.cs"/>
    <Compile Include="FX\ImmutableArrayTestExtensions.cs"/>
    <Compile Include="FX\MonoHelpers.cs"/>
    <Compile Include="FX\PinnedBlob.cs"/>
    <Compile Include="FX\PinnedMetadata.cs"/>
    <Compile Include="FX\ProcessResult.cs"/>
    <Compile Include="FX\ProcessUtilities.cs"/>
    <Compile Include="FX\RegexExtensions.cs"/>
    <Compile Include="FX\StringExtensions.cs"/>
    <Compile Include="ICompilationVerifier.cs"/>
    <Compile Include="InstrumentationChecker.cs"/>
    <Compile Include="LazyToString.cs"/>
    <Compile Include="MarkedSource\MarkupTestFile.cs"/>
    <Compile Include="MarkedSource\SourceWithMarkedNodes.cs"/>
    <Compile Include="MarkedSource\SourceWithMarkedNodes.MarkedSpan.cs"/>
    <Compile Include="Metadata\AggregatedMetadataReader.cs"/>
    <Compile Include="Metadata\CustomAttributeRow.cs"/>
    <Compile Include="Metadata\DynamicAnalysisDataReader.cs"/>
    <Compile Include="Metadata\EncValidation.cs"/>
    <Compile Include="Metadata\IlasmUtilities.cs"/>
    <Compile Include="Metadata\ILBuilderVisualizer.cs"/>
    <Compile Include="Metadata\ILValidation.cs"/>
    <Compile Include="Metadata\MetadataReaderUtils.cs"/>
    <Compile Include="Metadata\MetadataSignatureUnitTestHelper.cs"/>
    <Compile Include="Metadata\MetadataValidation.cs"/>
    <Compile Include="Metadata\ModuleData.cs"/>
    <Compile Include="Metadata\PEModuleTestHelpers.cs"/>
    <Compile Include="Metadata\SignatureDescription.cs"/>
    <Compile Include="Metadata\TypeAttributesMissing.cs"/>
    <Compile Include="Mocks\MoqExtensions.cs"/>
    <Compile Include="Mocks\Silverlight.cs"/>
    <Compile Include="Mocks\StdOle.cs"/>
    <Compile Include="Mocks\TestAdditionalText.cs"/>
    <Compile Include="Mocks\TestAnalyzerAssemblyLoader.cs"/>
    <Compile Include="Mocks\TestAnalyzerReference.cs"/>
    <Compile Include="Mocks\TestDocumentationCommentProvider.cs"/>
    <Compile Include="Mocks\TestEqualityComparer.cs"/>
    <Compile Include="Mocks\TestMessageProvider.cs"/>
    <Compile Include="Mocks\TestMetadataReference.cs"/>
    <Compile Include="Mocks\TestMetadataReferenceResolver.cs"/>
    <Compile Include="Mocks\TestMissingMetadataReferenceResolver.cs"/>
    <Compile Include="Mocks\TestReferences.cs"/>
    <Compile Include="Mocks\TestSourceReferenceResolver.cs"/>
    <Compile Include="Mocks\TestStream.cs"/>
    <Compile Include="Mocks\VirtualizedRelativePathResolver.cs"/>
    <Compile Include="ModuleInitializer.cs"/>
    <Compile Include="ModuleInitializerAttribute.cs"/>
    <Compile Include="ObjectReference.cs"/>
    <Compile Include="PDB\DeterministicBuildCompilationTestHelpers.cs"/>
    <Compile Include="PDB\MetadataReferenceInfo.cs"/>
    <Compile Include="PDB\TestMetadataReferenceInfo.cs"/>
    <Compile Include="Pe\BrokenStream.cs"/>
    <Compile Include="Platform\CoreClr\AssemblyLoadContextUtils.cs"/>
    <Compile Include="Platform\CoreClr\CoreCLRRuntimeEnvironment.cs"/>
    <Compile Include="Platform\CoreClr\TestExecutionLoadContext.cs"/>
    <Compile Include="Platform\Custom\MetadataSignatureHelper.cs"/>
    <Compile Include="Platform\Custom\OSVersion.cs"/>
    <Compile Include="Platform\Custom\SigningTestHelpers.cs"/>
    <Compile Include="Platform\Desktop\AppDomainAssemblyCache.cs"/>
    <Compile Include="Platform\Desktop\AppDomainTestOutputHelper.cs"/>
    <Compile Include="Platform\Desktop\AppDomainUtils.cs"/>
    <Compile Include="Platform\Desktop\CLRHelpers.cs"/>
    <Compile Include="Platform\Desktop\DesktopRuntimeEnvironment.cs"/>
    <Compile Include="Platform\Desktop\DesktopRuntimeUtil.cs"/>
    <Compile Include="Platform\Desktop\ErrorDiagnostics.cs"/>
    <Compile Include="Platform\Desktop\Exceptions.cs"/>
    <Compile Include="Platform\Desktop\Extensions.cs"/>
    <Compile Include="Platform\Desktop\RuntimeAssemblyManager.cs"/>
    <Compile Include="Platform\Desktop\RuntimeModuleData.cs"/>
    <Compile Include="Platform\Desktop\TestHelpers.cs"/>
    <Compile Include="ReflectionAssert.cs"/>
    <Compile Include="ResourceLoader.cs"/>
    <Compile Include="RunInSinglePartitionAssemblyAttribute.cs"/>
    <Compile Include="SequencePointDisplayMode.cs"/>
    <Compile Include="SharedResourceHelpers.cs"/>
    <Compile Include="SourceGeneration\LambdaComparer.cs"/>
    <Compile Include="SourceGeneration\TestGenerators.cs"/>
    <Compile Include="SourceGeneration\TestSourceGenerator.cs"/>
    <Compile Include="Syntax\ISyntaxNodeKindProvider.cs"/>
    <Compile Include="Syntax\NodeHelpers.cs"/>
    <Compile Include="Syntax\NodeInfo.cs"/>
    <Compile Include="Syntax\NodeInfo.FieldInfo.cs"/>
    <Compile Include="Syntax\SourceUtilities.cs"/>
    <Compile Include="Syntax\TokenUtilities.cs"/>
    <Compile Include="Syntax\XmlHelpers.cs"/>
    <Compile Include="TargetFrameworkUtil.cs"/>
    <Compile Include="TempFiles\DisposableDirectory.cs"/>
    <Compile Include="TempFiles\DisposableFile.cs"/>
    <Compile Include="TempFiles\TempDirectory.cs"/>
    <Compile Include="TempFiles\TempFile.cs"/>
    <Compile Include="TempFiles\TempRoot.cs"/>
    <Compile Include="TestableCompiler.cs"/>
    <Compile Include="TestableFile.cs"/>
    <Compile Include="TestableFileSystem.cs"/>
    <Compile Include="TestBase.cs"/>
    <Compile Include="TestHelpers.cs"/>
    <Compile Include="ThrowingTraceListener.cs"/>
    <Compile Include="Traits\CompilerFeature.cs"/>
    <Compile Include="Traits\CompilerTraitDiscoverer.cs"/>
    <Compile Include="Traits\Traits.cs"/>
    <Compile Include="Traits\WorkItemTraitDiscoverer.cs"/>
    <Compile Include="Win32Res.cs"/>
    <Compile Include="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ControlFlowRegionExtensions.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ControlFlowRegionExtensions.cs"/>
    <Compile Include="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs"/>
    <Compile Include="..\..\..\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\DataFlowAnalyzer.cs" Link="src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\DataFlowAnalyzer.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.TestResource.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.TestResource.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.Test.Utilities\Release\net10.0\Microsoft.CodeAnalysis.Test.Utilities.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\873b57029bed4d56bb57f787abfcdad2\Basic.Reference.Assemblies.Net20.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23b95ffa0e9b400f9b0f046d1d7f005c\Basic.Reference.Assemblies.Net40.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05405ee0f7f74fd5a4d9d69ff90e7df8\Basic.Reference.Assemblies.Net461.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd509faa76ec49e6a519b361a8b108d0\Basic.Reference.Assemblies.Net70.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea83f45d763e4c78bc4dcab141e8a045\Basic.Reference.Assemblies.NetStandard20.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9145212793c4002b424ca52362e33ac\DiffPlex.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84e788a51a2d4dae8c6707e12c8fd46d\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c903479a9ec44f4fb6be2549728b937b\ILVerification.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cd6e786de8c4db9b7727e47feb1d0a4\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fac8066127a428a8403f27ea808500c\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\621d28399227467b98cad4bd0c19200f\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7856416c7e364b75a04c41754708ecb7\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\412adc5a6a5f4498a0d14d077324e381\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33b63a32b4ea4551a13ff93400412292\Microsoft.DiaSymReader.Converter.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb234fe40b2044d982900c4ea4d41015\Microsoft.Metadata.Visualizer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b0b7295f5f7478c890543cfd2a5b6ba\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\990f5583e7a64af4a8e4fe15b918479a\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a212aab74a8b46aabdb060599b33952c\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e4f14ca22f944f9a3209437439e7d84\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc194912f89a4254a8119d3363b8afa1\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c242a471ee944289e47be1596730e55\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e38ccea45a684cc097f4a7b0b834ac1f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\beb23d0f999a4ecfb01f13c73077708a\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\552b526d56d646bea311d21339d9cdc6\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a530dc60aaa44f7a47a07e435772c02\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c7d734a249d451281689d50cd02f6f5\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3d1713312c940edbfbba72bc5f1b88a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b3bfa68c2b24817ad31a3b2decda60e\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47ac0a97a5f741d0adeea7c8a1b6b37d\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44d4435f5629477da71a846a07dbb4a2\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac0ba3999df7478983c3a4a0b0016256\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\179c24ef338e42098a9d24b462fe52a7\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcb9dbbc35d24cf29f720e1887d7971b\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a6ef1750781478285d4666d576f4d86\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2496cdbca2af418ca02a5c2597c1c00d\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ff014f3b7db4f32aafcc23fb4f70baa\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb7ac26cbf13406bb4a4a0b6e1cea765\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55d982451e804cafab87e91f3e0cb7a8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c718638e52c41d0a0e0c1a803d61e27\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\636780cbf23f4822a27045f08001d0c3\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f4fec536f0b4f6caf27053f3b8188b9\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\963320761b104fdc83cc824decf9f695\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5330eb3574224f15a9f70d1953325bcf\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7c5a6dd7c8b422eb9325d1265d5e8a2\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e5953437e1a4758b1fab7bb7bf00d65\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37565bce5fba40048d368953be61d861\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6562c697158a47e2b891ffce5680a47b\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54b7cd19144248cbb5fea5b4fdb03128\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b4da0ec88964bd1bfb8c5f07ea5d85e\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\069ff81112c14d4b9e0057517e356818\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ad46c44b7454ce5aa37ca27b86b341b\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b540185c9f64e34a231b5c56c96a4c9\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f69da045fd194e0c9089e63ee1d77171\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cb950e3b9954e9e98b335a03e93327e\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5419065dab1d436f944944910d328d32\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\906b85f1c1bc44d08f3ccc8da9884607\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d65b8524d58404c892246731e2a7e3f\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24c8c9da02944e868ab4643a6b07d65d\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4818b65051bc44bd92623edbb57ec62c\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7f1fc4f9ff142998c3c62d9f514be94\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b892296625a4f36b953d952a7d0958c\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c18cf70bce5d46e6ae42fdbf7a9aa840\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee26a2c796e942f9b0c7bf0fe1c55c4d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43e89f1cdad04dd3b893e9470fed231d\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa1bbb63bae84f72bcdb361618d004f8\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91cb0c57093d48158a2fb26bc98cca17\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\383e52c64fb843a6b84e0bf9bd7a6700\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19117fe6620b490bbca6132787adefdf\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c902a690387841be8be4937f1f3c7a56\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cebb428ca40e4863bf73817ae22ebdd2\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cf4ad253e95494b93c241202705d18d\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ed8163df602499dab9d58fe7e623e68\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55ff08117d1a41f5b329d40543223a73\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0e02e364c3f458caf5dbba74abc180f\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6db2d53e2b9e43799eb95d470660a7bb\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfff82d6d943427e9b43b6ab67cd17a9\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da0592e923444ffcb6dacd0f9e81feae\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fee696416cc2443ea802bb2f375ad82c\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\372275c759ba476da195da9dc6c60285\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8185eaca230a4d54a2142aa34ea10d30\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9ed77202d1e452ca79e0d3b9509518c\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5663df5bd3f439ca3775c2d1ed931ec\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\201e83e3338d40d59af46a4aa5164e32\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5eb9c27893e449b8f29f80a72449716\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\383f3a38f615417f8057a44c805a7f8f\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec1260b091d44970b01ee631f9d30bb4\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\954504a39ba146acb061bd1b761a5ead\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e87888613ee4b57a30d8c0e82e68f09\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50fba07bacc84dcca2a2b0600b7f57e0\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2c560f27e004979aabbd479d2db8746\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0a49ab43b3a4c889a64c9931f1b8e45\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a22471a1d4c457781c960c26bd399bc\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2dfe97544df4bbd9408085d71141fed\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cd95b98f87a4490a5eda099cfaa7ddf\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35b27cc956064f069738af9cc42b1565\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93f707b471ab4f15b33b53d56a09b716\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b36d12b6f904a7fbf6a314bc38dbc87\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36776e10cc7b4e5c8a672aa419774884\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\034a62cdff0242328be5965356eb4f33\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a142b84c43dd4eaf8640627252b574af\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\416d15b1d128465ebdce97c334acd880\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c811c2e9fe204fde9840d53bc6748ea9\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96704a1c45f14e8281ec8b3e9d3e0408\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca13ceaefa1c49f1a801a5b88ba8555e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6226748e287b46a2a60792f5bef06f31\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ffaa0309bef4b5f8c2f17eb8581e543\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6ce784a8fca4db5a34cbf6cd9b768e7\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\864c4148e2cf4d7bbf3b616daba27823\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b05d88641dcc4566b8be4fd7b7ca936b\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb5ba20e5f254d4c991b51ed6db378b3\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea7fe21b992f4c169f0273a4064d9d2f\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16ee01735d96471a8256dcd3954dbfab\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dea31b73a504343abd0a4286ca607dd\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a33870d2adb348b685f88bfe4dd55674\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f593efca7bf47698c4ab245c3d100e3\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd437f2fc0f044a69119094e91872236\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd15814f8f2b4e5da875112936f3a65c\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f812850e57f4d7ca3a6943f0b314d71\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53054a046e4b449b9bb5cae14bc0b73b\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3134616bf85f467897f34adcdab4285b\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d523fbaa04104524b64d659ebb3b3ec9\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c00682adb73e448fb42a9acc3839f9e9\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7838b7c50d754bec8b56ebd963366d93\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b14914222bac4e47aaefb89202ad711f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfc6f73c50da4cf9932c7573171c3149\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a2943aec3ea4715a5d3685af5a6f9e1\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5492b0abab694106a8649d597ae1cf72\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6669fb1c727446c3beee70e8ebefbf92\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42ee9b77937d4892975cf25278707826\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3f913cd9dcc4849b91e79ce29b83e24\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4610714c2cd1473db3c832f03b520b53\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db1d1265cc1d4bd7bc3b01d826e0b08f\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4cd914b3f1247d5b9bc022019de0970\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfd31c74492546d8a9cecc7dadb0e9cd\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68b48bce1fd644f09913a59c50c07a51\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9402edbb4da94ea6bd78e054eab66205\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d15416d060184780b54a4883c9943081\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c416c498df414feebc88a52cd0a0ff88\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06dfa8aec12a473495a5855d0f7679a9\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f56fa9fbfb145d8b1a6065e0a35e76f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\708c2f449b664e5d890041a476a09e25\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4e4e78414fb4070bc6b8609448cb57d\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ab8196c1a324898a2a4b9a45ffc4c0c\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f01f35317d7d4200b5430a06e069fd6d\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\275b295c82b94a55b7927c5105f0563b\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81e7b7932c9f4c89a2679f043c08ab53\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1df91d8c469e4670b3ce3b7a8318ab0d\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd2fa64c125b45d78c1a5b6c7c49e0c4\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31c452a7a6e547c493072137c9bf3c7e\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5b0cba7c70f4363b31710d5f932f1ae\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ae58104eb22465da75062231f55ccf6\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a67a42ef87e42a8bfd9aadb496f8436\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\339af4efc3704dcb8eb8a3c98684a38c\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7851f75df8848818f9cc5e945efd45e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7953b14316e840cdad9a36c3150e0945\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1ea8f3b97f8449aa20b5e55a37e3450\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d75c469bb484a378d1ee7454a9915a0\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a58d5d2d72c486e89e96a7c4d80b881\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cf8464383464dd990d810c53da772aa\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bd70b20630a4760b3794f7f833f4ddf\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9abe830ffceb4380ad137c8dc4fc2f79\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99cd8381066448e0848611992923abfa\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9dfd52022e741b484c87a41237387a6\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d06e613338c4f08b7820650bf96bd57\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8818c61a79644c4a9541ca6b7630e72f\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fa00a567a3c43d187661ab4780365ac\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2850c0a798eb4e56ba3f27595861cd6e\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\250f5b7d90a44e1cbacc195842e2b417\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37291c5ba4884fca872ff8b31dce0c2c\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55984899bc104640988557127e2b1466\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae66627d10ac47f49c2ec99be8180d84\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f32fd8abc1d4347a2e7a83e0adc37e0\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4844fd8e8e34bfdab58ed2b3873ec7a\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9b54b9d213c4227b8f34f274dcdb0e4\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a2469e965e34e35a8e0eadb6ba5d665\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81e4cfa349e14793988dd8406c093de7\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec676c0f59fa4f4c9c3369916abe2b63\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e40b0380cb6f45ffad831bafa04d0c1c\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9036309e5b344c1db387971119d86ad0\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1a553b758874a71876458933e843f66\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f4abaffdc2545049cba13cf0336c8cd\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92d6b6f0e453448ba04916fae45d23ce\Xunit.Combinatorial.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
  </ItemGroup>
</Project>