|
<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\ValidatePooledObjectsAttribute.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="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="..\..\Shared\ThrowingTraceListener.cs" Link="src\Compilers\Shared\ThrowingTraceListener.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\2363a9dc031d4e21aa0a5f09ea2e01e8\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4164300885e4492a1b5c4337d378080\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\919d4da2e6654557ad4ba77af5b0ad90\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8f1d90ae4c3411e9953bd0ed3bfd7e9\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c21c7fa3ba54a159f7bbfa51383272c\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\86995b73b1474599af1edd387b7c4427\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1db8aa0b5e414516b3b453b4802c8494\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54c385bfeec048c592296974271b2121\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4100ae45f434c5eb367d3f53878cc21\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95f0405f3650403f8fe7cbe9426f1838\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55babbdcdfef4818b73846f2091b53fc\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a1cd1faf08440b699bf95b2bf04d440\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18dad4df8e7f43f187eef4d04f6e5c36\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99732919fcf342ba86e216c5a2281402\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd9aefacbb8447d6a2e339a39cefa119\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00d43190cfe34eb3bbd82ee083a1ca22\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c69c68a124664c9ea32f89396579b499\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cef880395e34f5bb5252c94e4935e59\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\21aaf46479164475a364ef05219904cc\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a724d2e4f6d4240b38e9078aafdfc64\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e54babd55eef47728fbe6bb167c22045\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45da6b9a89df47ae9b7a3d2324f5c7d8\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c2bd72655a345b48be9971e9c50d008\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fde5751a193462db85ff12ae3f47907\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5895dd9b6bb40ee83dba1a8ac846cd3\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ebde16e9a345403c8f0eed20d87e57e3\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\744333d0f3fd4c74b294d7238906963c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6aedcb82e20405e975c982bca4a9d4b\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5f43c85d7984231a7967295eb7ca00d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\529ff2e9b8ff408a84844b757440bf1f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a630689badf49a5b3899d3808fe265b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfd47a0cf5dd48e392517de6a2eb9484\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50a74c5598314f29a4be41b5c50e77fa\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbf5bc591d554058834dc3f468f44531\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f848b58484e94d4f92911aae0ae14d25\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29d228e98f1744a7b20325e6fb87e85b\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\758f3202d3b3467d9cf7c522358dc407\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d92f5aefe220446d96d80c0a7e506e0a\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9b43391a9874c3db2a163c16d26127b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d4c0f39a46c496dbe85b7d661702346\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\405ccad61c9440dbb6c0834746c53e80\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8e9380494554f13b29f24b5f7dd00c8\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef674bc116a349158dce31132845236c\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\642b26b3d05d427ebff41dfaea97fd06\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47626bf55afa44c8b2d222a9d999f688\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6339c0a8d234fd88604841953b3ee85\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3dc38459a4a44516ba7277525708505e\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5572eb29cb6043d4866557c1c827694e\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\760d94d23c2d4b7db25d231913f1f206\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bba6878ed50041e3b12e8d5984d9e757\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e9fa5bb0f094d1d8297a0dee95c8614\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fddd31b228b64330b2ec3afcd4654993\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05447c08feda41c18cd4b7183374b185\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d0119d3628246b498adbea13a692714\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f7681bca7644b1384c91e87f2195cba\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b38aacb02a64e5392c850e4ed509148\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\829f39c065a4406bb33c07d76447d9b7\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\873db52c49e8443d8832b0d79e2ccc2d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f8df4a6cce241c1906e02cb8df5df56\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b052f7d2c512455ab6b7075d79d880ba\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd89a291918a42328ab4eb85c291088d\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72de2fe62302464497e5278c42f48ad1\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6305a425de94749956cc8d13dae2876\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24a63a2a0cb3493a8a2b0c3d703bbfd5\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cdc49d9379143fa941a6a86b8246925\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e595ac3ded0940669358ac05f5c9f1bd\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\355e3c39a23c49d988269088726c03cb\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e847cfcef6634a56bad76f4f5244f5be\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c1703949d21400ca8296744348fc41b\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbef6574448647529e5516a9b6354094\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7bfca518f754b889ccb5a98766402e9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c933e808cb15476f94e7ba8933f07078\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3df112f8e95540d4a81b9b1af21b780a\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46858a6896494a74992fa172cb946115\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2bd92b9e801b42c99a64b69df3858d60\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\363e5d56630c49b68281d986ee9cb487\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ff44f94f09c410ca54595bafeb5f589\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\008a55406e7344ce93ec3c01947e3825\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\114a175de06948eab250949199555890\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78ad0cff13674d7aa5673832b425467a\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\652e7a6c77264824b176e68d7dd098e8\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72e1d14271f04e8d98eea2ddbc8b9223\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\898971a1303f43f8b63d59bc0e3a6f46\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea7f2b75f8a64736a97a5764b2b3bd63\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f369ba2502c41f19bf6afb46d1e3cb7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\605edec2fe5447fda1d7dbd76bb49c31\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b4c5db6802141fbb15546bf23d1c149\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbfb73def35a40f2bfd0ef8707267c8e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\774961a2afa94b618f98c64974dea74e\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2d0139f76994f2fbcc28d03d12de542\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04438ed0edc24e40a342035bd064d038\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2326beb02fae4db3949cfc6ad74b81ae\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab80a60715954dce86396b54a35c4c52\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e36718d9162949cabdd5355289debc73\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9bb7d9f05bb41238960cbcceeb33f77\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63a15672b4644b2cbd9bfec1db352c61\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f315008d6b2647dfb5abc64b169fd54a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4aa85aa621345e8b5bd8e0dacf5db63\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c07c235b6c084b92b065f11c4aa58993\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3706385a1fcf430ba74989686854486d\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\610b0bc921474c9b9a05f37c0c78cad9\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbd7a9cc3f7d48fd8941825301d9c10d\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e7a8a3a4f2343ae90e7189974d76958\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ce5feeb56724ed5a3af02d7f4d4f7d1\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b417397a260415a9eb64b6d2ddbab50\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0abe92c85f644509179f4713b026960\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\475fc86f09ab492981ab7c94b41fe7a9\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8aa296dbcdbb45328fece16fbb931d11\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40d60474b59944138adf16628f2a99de\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a38a53bc1ac442949ad11b9dd1703118\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ba4be3f936e4d4b9cff732d35edfbd3\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f74648ce40b45d895d9b5f1d00691f1\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e334ac8bd4fc4983852d061b76edabd3\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d8fbd9a68054bccaade7e039b07f944\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f8864f2cdad465ab9b80bb606c7ad7c\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbfe6e304ed145bda64b001162d4d2df\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bbcc129278a4a0ea68b6f5c39a1e57d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\063e5511431146b8af304e34736c0708\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\999185ff72f74ff49234abfc15b93572\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\194cbf9d12054e8e9f3bbdda6e3808ff\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2aebe29f82d8458c9ecb14d5fe84eb84\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af5ea82b4957467eb501aca911d2ca43\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66f6a80f14d040e885e8c6991f831c0f\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78e23073f30a403192a19c5b12087a5a\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2eb1a638bc14862b10ee790c79ef22e\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28d66cbd3865421da052374c9b3c3677\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bbc58a7905b49b88722108ef14c7454\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23ef538c0d2f49229617f99689ebee15\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41c708f883cb47689ff59179143e706e\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddc35ebc84924af19fbff3067df9cf67\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad4e51cb2df24a1d889eb5ddde53d725\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9b496290c55451ba3510fc550a81933\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaf934b838dd4d88975c46f18a8544ae\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69bc2ffb8f214206aeaeef4fd1f31ffc\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f2d9529b4ea4f99a6bef8129c8d7b30\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d8df9a8e05d470a8d3ab2472e03984e\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3281081c2eb443559aa2ff0bf2faea29\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\147c499b981c487091c9ea3bce597599\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01c6224baa9d409a968e1c1f51340496\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e211c94df1d54ed69e0929640eb79990\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ff00b50d6244339a2adb82a0cc84338\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08688a9bdf6f4fd09f2342f894b3b54c\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4931c089df448ddaa5b671490bf6f24\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0da03d4fdf6d40fd98b39b0afbf86c0e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fcf3110b890f4d2d846b72bc8e7ddc2d\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaea44057f6942e4a6914e7822a15a22\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6cf9ac4955b4c7091d50a6f5483989b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\690120ddb5cc4ba28182c831aad6cbb0\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e4ee82e1d4b40b5a98376797bf4aa8b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4194e45d4ebd4c9d8cab5a00732e9ed8\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc8082c8dc294a93a4cd40fc7b2f1f2d\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f6f23947a1f4b98bd02f58935519158\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3c8684bae544744a7ab800e39c9de3f\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2abe38328d8f4954b78a91712cf76c39\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\787b9961028b48ee9c4e97109a3604c1\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\69bc8a1cfaca4eceb826242eee1fc6b9\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\251ce5e9a4f141d6a81fe38b34eae203\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f7554224a264aaab68da495f3307915\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46fea973659f442bb43dbe9dc676dd83\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b9a7b76c70842ec90034b9887e85200\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0d3ee25fa314002a155516ffc720d9b\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f4996a3487e4bf28c7483d0a55d1eeb\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0e1e110782f64bb29d0f5ed6d83b841e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b8de57c5ec148e2bf7160cfa0263846\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cda87f5c394a4a24ae0394894474115f\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e22389ab93f486a9d989dba3ba6ed74\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0b4296fee9a4abe9e6ba8e8ac7344bb\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7ecce2a8afb45a1a58f2df7f3afe066\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43b8bb36195f4748adb4782b9e44a58f\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06db36a185a942b48960096a9225c131\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ae603401e6949a4afaaafd5b71a9792\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>
|