|
<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.CSharp.Semantic.UnitTests</AssemblyName>
<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="Semantics\AccessCheckTests.cs"/>
<Compile Include="Semantics\AccessibilityTests.cs"/>
<Compile Include="Semantics\AmbiguousOverrideTests.cs"/>
<Compile Include="Semantics\AnonymousFunctionTests.cs"/>
<Compile Include="Semantics\ArglistTests.cs"/>
<Compile Include="Semantics\AwaitExpressionTests.cs"/>
<Compile Include="Semantics\BetterCandidates.cs"/>
<Compile Include="Semantics\BindingAsyncTasklikeMoreTests.cs"/>
<Compile Include="Semantics\BindingAsyncTasklikeTests.cs"/>
<Compile Include="Semantics\BindingAsyncTests.cs"/>
<Compile Include="Semantics\BindingAwaitTests.cs"/>
<Compile Include="Semantics\BindingTests.cs"/>
<Compile Include="Semantics\ColorColorTests.cs"/>
<Compile Include="Semantics\ConditionalOperatorTests.cs"/>
<Compile Include="Semantics\ConstantTests.cs"/>
<Compile Include="Semantics\DeconstructionTests.cs"/>
<Compile Include="Semantics\DelegateTypeTests.cs"/>
<Compile Include="Semantics\DynamicTests.cs"/>
<Compile Include="Semantics\ExpressionBodiedMemberTests.cs"/>
<Compile Include="Semantics\FieldInitializerBindingTests.cs"/>
<Compile Include="Semantics\ForEachTests.cs"/>
<Compile Include="Semantics\ForLoopErrorTests.cs"/>
<Compile Include="Semantics\FunctionPointerTests.cs"/>
<Compile Include="Semantics\FuzzTests.cs"/>
<Compile Include="Semantics\GenericConstraintsTests.cs"/>
<Compile Include="Semantics\GlobalUsingDirectiveTests.cs"/>
<Compile Include="Semantics\HideByNameTests.cs"/>
<Compile Include="Semantics\ImplicitlyTypeArraysTests.cs"/>
<Compile Include="Semantics\ImplicitlyTypedLocalsTests.cs"/>
<Compile Include="Semantics\ImplicitObjectCreationTests.cs"/>
<Compile Include="Semantics\ImportsTests.cs"/>
<Compile Include="Semantics\IndexAndRangeTests.cs"/>
<Compile Include="Semantics\InheritanceBindingTests.cs"/>
<Compile Include="Semantics\InitOnlyMemberTests.cs"/>
<Compile Include="Semantics\InteractiveSemanticModelTests.cs"/>
<Compile Include="Semantics\InteractiveUsingTests.cs"/>
<Compile Include="Semantics\InterceptorsTests.cs"/>
<Compile Include="Semantics\InterpolationTests.cs"/>
<Compile Include="Semantics\IteratorTests.cs"/>
<Compile Include="Semantics\LambdaDiscardParametersTests.cs"/>
<Compile Include="Semantics\LambdaTests.cs"/>
<Compile Include="Semantics\LocalFunctionTests.cs"/>
<Compile Include="Semantics\LockTests.cs"/>
<Compile Include="Semantics\LookupPositionTests.cs"/>
<Compile Include="Semantics\LookupTests.cs"/>
<Compile Include="Semantics\MemberResolutionResultTests.cs"/>
<Compile Include="Semantics\MethodBodyModelTests.cs"/>
<Compile Include="Semantics\MethodTypeInferenceTests.cs"/>
<Compile Include="Semantics\MultiDimensionalArrayTests.cs"/>
<Compile Include="Semantics\NameCollisionTests.cs"/>
<Compile Include="Semantics\NamedAndOptionalTests.cs"/>
<Compile Include="Semantics\NameLengthTests.cs"/>
<Compile Include="Semantics\NameOfTests.cs"/>
<Compile Include="Semantics\NativeIntegerTests.cs"/>
<Compile Include="Semantics\NonTrailingNamedArgumentsTests.cs"/>
<Compile Include="Semantics\NullableContextTests.cs"/>
<Compile Include="Semantics\NullableConversionTests.cs"/>
<Compile Include="Semantics\NullableReferenceTypesTests.cs"/>
<Compile Include="Semantics\NullableReferenceTypesVsPatterns.cs"/>
<Compile Include="Semantics\NullableTests.cs"/>
<Compile Include="Semantics\NullCoalesceAssignmentTests.cs"/>
<Compile Include="Semantics\NullConditionalAssignmentTests.cs"/>
<Compile Include="Semantics\ObjectAndCollectionInitializerTests.cs"/>
<Compile Include="Semantics\OperatorTests.cs"/>
<Compile Include="Semantics\OverloadResolutionPerfTests.cs"/>
<Compile Include="Semantics\OverloadResolutionTestBase.cs"/>
<Compile Include="Semantics\OverloadResolutionTests.cs"/>
<Compile Include="Semantics\PropertyAccessTests.cs"/>
<Compile Include="Semantics\QueryTests.cs"/>
<Compile Include="Semantics\RawInterpolationTests.cs"/>
<Compile Include="Semantics\RawInterpolationTests_Handler.cs"/>
<Compile Include="Semantics\ReadOnlyStructsTests.cs"/>
<Compile Include="Semantics\RecordStructTests.cs"/>
<Compile Include="Semantics\RefEscapingTests.cs"/>
<Compile Include="Semantics\RefExtensionMethodsTests.cs"/>
<Compile Include="Semantics\RefFieldTests.cs"/>
<Compile Include="Semantics\RefLocalsAndReturnsTests.cs"/>
<Compile Include="Semantics\ScriptSemanticsTests.cs"/>
<Compile Include="Semantics\ScriptTestFixtures.cs"/>
<Compile Include="Semantics\SemanticAnalyzerTests.cs"/>
<Compile Include="Semantics\SemanticErrorTests.cs"/>
<Compile Include="Semantics\SimpleLambdaParametersWithModifiersTests.cs"/>
<Compile Include="Semantics\SpanStackSafetyTests.cs"/>
<Compile Include="Semantics\StackAllocInitializerTests.cs"/>
<Compile Include="Semantics\StackAllocSpanExpressionsTests.cs"/>
<Compile Include="Semantics\StructConstructorTests.cs"/>
<Compile Include="Semantics\StructsTests.cs"/>
<Compile Include="Semantics\SuppressAccessibilityChecksTests.cs"/>
<Compile Include="Semantics\SwitchTests.cs"/>
<Compile Include="Semantics\SyntaxTreeRootTests.cs"/>
<Compile Include="Semantics\SynthesizedStaticConstructorTests.cs"/>
<Compile Include="Semantics\TargetTypedConditionalOperatorTests.cs"/>
<Compile Include="Semantics\TargetTypedDefaultTests.cs"/>
<Compile Include="Semantics\TargetTypedSwitchExpressionTests.cs"/>
<Compile Include="Semantics\TopLevelStatementsTests.cs"/>
<Compile Include="Semantics\TryCatchTests.cs"/>
<Compile Include="Semantics\TypeOfTests.cs"/>
<Compile Include="Semantics\UninitializedNonNullableFieldTests.cs"/>
<Compile Include="Semantics\UnsafeTests.cs"/>
<Compile Include="Semantics\UserDefinedConversionTests.cs"/>
<Compile Include="Semantics\UseSiteErrorTests.cs"/>
<Compile Include="Semantics\UsingDeclarationTests.cs"/>
<Compile Include="Semantics\UsingStatementTests.cs"/>
<Compile Include="Semantics\Utf8StringsLiteralsTests.cs"/>
<Compile Include="Semantics\ValueTupleTests.cs"/>
<Compile Include="Semantics\VarianceTests.cs"/>
<Compile Include="Semantics\WarningVersionTests.cs"/>
<Compile Include="SourceGeneration\AdditionalSourcesCollectionTests.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverFuzzTests.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverTests.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverTests_Attributes_FullyQualifiedName.cs"/>
<Compile Include="SourceGeneration\GeneratorDriverTests_Attributes_SimpleName.cs"/>
<Compile Include="SourceGeneration\StateTableTests.cs"/>
<Compile Include="SourceGeneration\SyntaxAwareGeneratorTests.cs"/>
<Compile Include="Utilities\ValueSetTests.cs"/>
<Compile Include="..\..\..\..\..\eng\config\test\Core\InstallTraceListener.cs" Link="eng\config\test\Core\InstallTraceListener.cs"/>
<Compile Include="..\..\..\..\..\..\_external\2\Microsoft.NET.Test.Sdk.Program.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests\Release\net10.0\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests\Release\net10.0\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\b7356b0e92b04a8aa171d6d9520d1e77\Basic.Reference.Assemblies.Net100.dll"/>
<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\1c87d2b3d0b2449b8ed9b8e4a5889486\Basic.Reference.Assemblies.Net50.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc519c6c29764b86beabd9c30f0af613\Basic.Reference.Assemblies.Net60.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd509faa76ec49e6a519b361a8b108d0\Basic.Reference.Assemblies.Net70.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\691a377c71594ea18e2081326bafdffc\Basic.Reference.Assemblies.Net90.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\3d1e88b5045548818580189e901b8666\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ed3bacba225c46368a16e5f5ced7be49\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21238f0da9354d86b5e3ae84ea5e59ed\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\34daed32e6f44d4e9eb19a5fcfc76a69\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7856416c7e364b75a04c41754708ecb7\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cadfdad4818455dafd04c86cad5f200\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0980cedafff343239cfcbcbbf1bd692e\Microsoft.DiaSymReader.Converter.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\da2b39132af5475689bc0ec99a90c8df\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4868396bc2984256bccc886dcf3d40f4\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dcdcb98578c94db19ebcd00d51a9e363\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b3dd17f7bcc74912b437e976c137fffa\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\224ede22e62146a09d1613c21f0bce71\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b19ccfb391642a1885d30bb80b8d5e6\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\77bf9657147d43ffbd18d9d1a378bb7b\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92fcc80cb6ea4a2e8304df26022009a1\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3559e1592644d84a184aa3e5122217b\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\668d92f0a2d64ddba3c8841dccebf3ca\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74612c209524436c9e5891cb46e2eb91\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\20a9812f819d472997a697d26a9a215d\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\66d20c93807f408486dfe2d1a80af70d\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0ed0987f7669427c83d017a8db1fd6f6\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a4cea26efa443e39763187da9c90113\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\498fb7627e124e4a9beb20115ed0cb98\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\500ffe6ea05e41d0937dc848b56320ed\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\47b893f0d97f4b88bd7807cba005840d\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85447a78aa834f59a329b2eb791827bf\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab00a8a8764745c4a853a903b3d91fa3\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b7c2c28a1a6f4f65b5bc122d3b229a07\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\407495f6c74e43ae93489360b7540f21\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b21c4067cf7417f86c2ca6975cb0115\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\89c781e0daca491d94b7e153b8206bdb\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\724be5940cc64409acba93532fd51897\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d3fc007d9e474042ae707b187b857862\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aaa1f40dbc344ad096d23d9c256e3909\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db7620865ad14f9d842d5ed121c76aae\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\482f80e3dbf44789bc29ea331c2e8fd5\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\606ef646b1d64ef18cecf4698bb79829\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\62a4eec925374e27a2ece1db511bb448\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\08051c3e26cc4730ae762fac5d9369f5\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4becea8331604dc4a0841124b9699f7e\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\999a277422964a8ea0c6b1e1a40a7ef6\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\214647ad2ca34f4694ae8a58f347f422\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca035a66afb44e4da0442772ced67c87\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9bc3fcbe501b496d9d072400ccd10637\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd6007863f26432db123af58b5d1f836\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\78aa04f9a2bd44baa6304a24bae66d38\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d7b881dbe9594736b09f6ac1d616ae3c\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d2dbcde20e74e598b2046225ad8b1aa\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6c3dd292dc9479296cb44b33f4d4553\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\96fc07cd2c6c49e38d2b580c01753dab\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1a777d30bb854a1897dcd623b593e8bd\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\14276c2404754bfe97e2508eb3642b59\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37088c854ef3498cbd41f4f679f07289\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50cb192a6b884ddbbfed831e8656733a\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b88dec63a4d44d7fb6c81c722f5b5bde\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd5eb9cda5a04eba82c4f820e1745c92\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fc5b4d4626f4b3ea7040a945cfce73a\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f1b6117e15c542fca277890fddaa1e52\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f00c8bc9df424dd7b9aa7ee4b94e65dd\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f5562518c1345199cd93891c4c827b4\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a34afa72887347baa49a044f3307f128\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\976d68fd0ea24fb6b857b13d1bab083f\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e559355507664b70ab52ceceea07433e\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5522888a6bcd4081887a4ba067c3c012\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\59fddca0f31c4c72a53703e7c40f4a0d\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2339a59d32d44da9a63c0c82b96033f8\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\817cbf11cd424a8d81900847815b9482\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7bd949c31ec245d4ab5c33e36de929da\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8da1420f0a8f4a09b58cbc480a381a9e\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\436038170de245ec801bd0c72831a787\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e14c9f1620c4806a96cec9f40c5ea8b\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc69495e45b5479d91fdb0983691e9d8\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d06ade5042642bebe3dd998fd8edc8d\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\806b273909544680a44c058786639139\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b23ee1008d7746e4996029bb738599cd\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\420ff4cce2624c18aa4df3bc7dd596fe\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8996215cded4778b0cb894afd1f51d9\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12cd1149fa5b46b4966644e6a7414dbd\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ca2c5d019f04aad9d14d7e0ab9a4fcc\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54f489282f9742f1a9bee525a4ae61b4\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c603e9e9c92d45f5bdb8cf0fe5f23723\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da03a0b85ebe4b1a8314cf3152487bf6\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3b69ae15fbe74d90ada3c67c1602e7ea\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b659b9be77e4047947f17d6df624c19\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8d2b663175384a59ac15646fc6bc2110\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\04c3bfa79b974357bac79f21e6a56cc8\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1a2bbcf2162544b1b6eaf1e62e20dedb\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d29bc2fbff874e0090aef2130f85d96f\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88aad537b7db4a4d819d9a53afd649ca\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e64b796ede9146f39ee88d233656e8d6\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\618e1986dcf64c6b846b07e0cb081fec\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82a2253afdd34b2c95b740c83af4227d\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6eec10b88d3546d5b5d78b62b291a446\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da0285f032f14823964bbdc6c6dc34bd\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd4819a3a4664864809027e8b129f005\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37683c5c19b14e73a29d18cc6c380da4\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b4e4a953e9e48588bd2c2d6537861c3\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\daa0814388ce4d9a8bef0a5b71efbd34\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf391f172f474654b90c912f638a3920\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\448a6ad35e754d2f960e826fb7b6a934\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6d78e5d75ac1424f9c20ab3ffacd2ac1\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d24f9d990d4c47aca9cbf23a10fb5c71\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ba7b60eb49bc44079746455225997716\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ab10ecf9a3f425885e58aaea4efc6c8\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aedd696b86d6436088604d69189ac8d5\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e72ff53919146c2b9ccc0c3672404bc\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27597b62de4b41eda254f5d5085cb4bb\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5d2c810ed0e4785b8f60fb9796cfec6\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6623b31fc75a4753bbea049bf6242400\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c2138e97fbb4542b399e3710c9b804b\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc7c1326b9b845818b5f58d0c6b4743f\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5365e8406094ecb8c2c69f18c8bc088\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88c1c9be2a6a4e7c8faa17aaff8217eb\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f01805a250144d84aa76deaa5062a0a0\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fab8c2e32074b56be81f747d9e6bef4\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\189509e5659440b78dc8c6c39685bd86\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a0d4d0610ff4b33afff372d22fad2aa\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b61e47fc1b646fe83c1127c0c16877e\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86ebe34460ce44f8aedf3696810e4067\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\edd6b518fc4a4b53816d3b486c54c198\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\32f25463ca634e29bc668f1d6605461e\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79135589b2ca41e6ba1abf325f8036f4\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e2dd02417934f099d401291517f54ff\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe63168825834399a14a8d44e7e020f2\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31ec3c4e942d4cbd9a8dccfcb5355e19\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa5e27d9196447b0835a541ec29a5324\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6b2859801b1d4054953d30ce1581e782\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\201a19034ce347b397c8038f9fe9d50e\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\87e4e03289d94631861777485cc82b79\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e4ff710179174e7a9f9266f4e3ab4ce9\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e2b59f210a2d42c481fc98d1810d1718\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c9a696e1e8424b5b9442b2315a32599e\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff1d199b084b479691263adcdb3904d5\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc7ec9ac14af4dca99a32cfec247851d\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e4259288604e4093a6dbf912d65b7716\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4632385fb6b40d98550045448570c86\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\60976932f4504bc4b3aa34ea120977a1\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b90e7dc0577496784d2c5cd1d5325f0\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e084e37afb8543e6a7fd36721275bbb1\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d7b175506f040128c72d697e1a45e5c\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a384830be02d4493b78b38d6052d9cb0\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18f4592352c742fca8f6062b2e4e6b9a\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9bbf219b07304e5893be04e6f1758a08\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d4a765ca0614d98b84b28c569219b55\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b363cbfbd94484f89f1a396947bfd3a\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\56415fbf6c924d0994842d4fc8a38e3e\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\696647e40350450d949027d658f564bd\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6d35aeefac04459bb7a25de33b925b44\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84442937daeb41d39308970f7d93ebfe\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1fd19c3d1144c5eb51a17c51ba2c940\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c464cda22a9c43cca20cc135238de8b1\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b9ce5141ba1a417bb1c7b9971e6da7d4\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac62252d6353423b98bb8ae8d03c3493\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\759cf6c385d746e9a3e69ee9f15e324e\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c99fae3b7024ca0a023efaf93c6bc5e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9379530bcfe047fe96d8bb3e8c483b2f\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4006841075f4ccba1d2d3e58e30e41b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8473643390c2459ba1400cebd62fdf76\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\89906d21a76f478592411db7c7c4e5ea\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cce69aee37c64bb8b83b9c70b584797d\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\383f56d9e42f4b0e9b6e0a0957833e1c\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31ac727215134dc9acb8dfdb0261156a\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\902e280f5dfd425a9041173e93ec04a4\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9766a5d09044024962677a568526b22\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4bd3a80619af49c78aba3ce6e17174cc\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\134f20b2874e48baa8972fef4ca1487f\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dee47e92728d426ead25c0f632d41c94\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b9606e409dd2485d85ea2142ac8cebb2\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c83a1a04e6a43a08b19f3504274eea6\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1cce74768a8a44cea9fb66c8c8331f4e\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9b078c64aae240f1bd4983d7e00e13be\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\192d1593fed84cd5b7f53b677921c0f1\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1569e408e3c94e02a1c43e94f18a13f1\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0529268e85e049009303985c7a69e0f2\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b601e1084ae949048b5958ae5466d288\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd90dc10be0c4cfb92dfe6df96804406\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e8a7413299d4456b2c099f48b46805c\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad16149d95c847688b255c86c60387fe\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73937b0948d84adbae3b86304255a3cd\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\867534baf2fe460fa82cc3b039acac60\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e8023ec8168440cbffd4f0a6ef11cb9\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\99d75a2705fd44dba175120461a00edd\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\075ec546c23c44febe9dbe67e4f36d60\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"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
</Project>
|