File: Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.csproj
Web Access
Project: src\src\Compilers\CSharp\Test\Semantic\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.csproj (Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.CodeAnalysis.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\568ce7c049e44956a7db7ec6b43750f3\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02d7fe8f86c747c69f29de09e6d4f634\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fe09befd1277415fbaf074a19f4d4b40\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f16ac9339c24796a0121b279487bf31\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7cc240be14ec4b63b171e58e46716a88\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f5bbedb396494ca4b3a1729d22c532f2\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\867e11253bcd4315a1c3b791a597f45c\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\633a756bae61408ca96f1e823ef9b668\Microsoft.DiaSymReader.Converter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\894fdb67789c40db8f9695ee1de56065\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\b9aee0fe42984ac6bfb35f0cc44e8faf\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a80395a3c8ca42edaa652312b5155c91\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\af2998af841f495ca17bf88e354e380f\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\23f57a450e714e06a0b4ecaeca2c15a9\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a58461be8e4423b93f618aad8f787cd\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ad83c21287564a369a647da7a44a5154\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4787822f29ac44c08feeda82757f8288\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7de758d8e5f7491bb875e29e800f2efe\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f45ecffc10d4b26aa4c133411cebef0\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3ef07fcf8ea146479afec66e2b88b543\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\73847e5e6ddb43d2849f90740883e613\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\49201839697549d98efc1602f40e5864\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b374c1e2be6c45ab8aa2e5c9fbda586d\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bc9df3570fe04646a290c30aa0af86f2\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6da36085dc844af19008c9581848d681\Roslyn.Test.PdbUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4e93a9ad4a3455db8a42cef696fb19b\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\af5f7c0b12854a38ba1b2a2c1751ea96\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3a3d8c520487490cb340eeb52867e981\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c7a7d2e5200409b8e425009832b6b31\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce932b0236d44306bf0dc42b7c3102a5\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64fe783e724f46529e3ab67909afa52c\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\404fd5c61a54434c8cf423d390ed306c\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4703ba92913f47fa88f4a7128d26248b\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db8ad2e6c5fb421288c19cb3c24b1232\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e475d1ff93414f5eb8ae5891fba2662d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ae4badc59254dfc95f91687e0d17cad\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\605911a8685b4afc99f23d8681918df2\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c6eebd785efe432da64172040cb91ee6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5a7c8db6c3a748caba791a86c7b2fd71\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8690f9d3dc6f435eab725db225f92773\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\661aa8dc38d045d695c2a8adee1772c2\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6cac654660e2420baa17393e0a947b47\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\72d2d39f6f414151bf892d33f32bb624\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\98ff4f487b564922bfce50bf9a8cef9a\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f5490043129477fa9a3888229a76f4c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d9d885484d244f49998b6a5cfda36dbd\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5d99ff82802e4c7c97da18468f965c97\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62dc92f82c01430d9ff15093cc9fd6b7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a14bc7df614441b8192876749c08c76\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e32bc9be60984e1c807f8337af27fd62\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a1e41e48fb64b17a7aa86e35300b8a8\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\177b7d49bf9744fd8b884aa0f114d842\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4eebc8c54a24c678e6b5d227655f37a\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b4e651310c44745ab49a934804a2c90\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52280a0b97d84eedba03ac6681757d6b\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\af27149727594bf29f5fb08607a05b5b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b7b7b6e159c4df29f1d79d51220eafa\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e6e8154dc46f4bf1a7391baede5b6f00\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7dcc22be05a143df96e9c08cc5c55869\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b913adc5d0f492082ef66c76baa0698\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef11946fcedb4c1a9a8d36712305c8ab\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2d2b3cbaab69471691ef58de85c9a9d9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1af002fc41864a0f92d2b756119f5d56\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e9e12841c57d4076a19b3dcba3a5ec3e\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de02b4ef322b40bbbfed200d2c86b140\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\11ccd87b4f08400cb37731aff09940ef\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\83ba80d72ab14f2bade1915aa7cb2f84\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\809de61e04e142aa9c5629960576a3c7\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\49b69b97f0bc4d28904937f918359d45\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\90febb6425dd4a75a5ed657301c44c62\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cc205466ce84e3d87dfaeea6628395a\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a8859073c42c4846b0d82a1f5fc57713\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cf74ac0659734ac1925b1e7bbef56a90\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99192b22f3ae453897a949daff9ae6d4\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2caa8b98bfbb439ea03b967e319d5149\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7b99afef394144a1a3edbd144a08890b\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78a033f3ec0a4b9c87d7a78522fdf9d2\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78abc298fdd04dfe84309238d15eb7d4\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c7f5418a43a942ab995101e631eee1aa\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\73e3bff63c5a4d1a9ac4761f01a6c4b2\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e01c9d86326c4829bda06a2b3a23953a\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ea255a4bd2864aa188a67240f21f39b5\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa59ba6b2bd9402095ebad78b7ba2bff\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\596da6e1cf5c4d0ba36f7ca05a4ff06d\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\21709bf674e449618f3bacc8b43b84b9\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8710cf42bb9c46af8391db277f95bd18\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b64d4ca743e54297a20332710123b211\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2face182e0ac4cf4aabdf76200c08673\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6906dd99ef314973a1e5d8208c3497e6\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8aeefebabecb4112b00e83196ca2e6a3\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b8d49b37d56a4d4c971cc6d5fdab6b94\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e65374c7083141e59e0e4910337c56f9\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b001e72592764a0ba2c69f77e965c2ce\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71cef7a0e2fc412dad8948053ee94454\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b83f5b9f312b43d4a6470af60a4c233c\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\66602c13363c419eb92c833b7feb421a\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d7c50d77abcf4749ae56b073ceff3f76\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c398131148684da99dd49d1c36f0f5e5\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\563c791167a4420a81ff6fa989565fb6\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\707b498c2a5549e7802bf56182209a7d\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\98cf46ba5ef9491682f5ea44fe5c91ea\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4dd58113026647a9b0e4d9e8a06613e4\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\89758b46460848b09adb3bf64c8f84a4\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1931299df60e4614ba4b2a7b8fe0a8df\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca04a9664aa6492ba97a18c4eecb3cf7\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e90712720ac437aa0c03900dfa1a7b2\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dcdfe3e5590143cd9bf1bd6c077f76fd\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\05f07811da844d07b31a0fb67fa40cc9\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3c4d1a4118914af69f3a9210bb46a297\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2dcfd5f5a11746a39c9a4462b58329cc\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c142a2f8cdd041f2be763b3fc75ec2d6\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c053f247f794a79a0968e02a24274d9\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8277bd639789417c9fe3bd8c4e900103\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b209f366e6b457b90881945c3b5bd67\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\682e7d09ee7045df848e6290cf1b06d6\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c0d841ddd62460690bad0608a887956\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74053b29d1a148d399491195bf23c0ce\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\66a993c8d61444abb12b6e19fa7ec691\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\454546915ac5458b86faded45ba545d8\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\06e8222361cf412989b47bdabb3eb107\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\96575bd9dc634ea18e8237d9903c809f\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\364a16b3706b413d842458aa81af8ced\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5878d76d3b81484eafbba90b77c960fe\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\08f8ae6128b84134b280693f3f5c1dc8\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f78dbc173699489e831fe462a8839f0f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e54b0a8a7754b3cabdaaefb974ea1bb\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2b1f2314d8f34ecd87ff2d1574439add\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9fd46346278c48649cb2a05bc2da4584\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0e6f4408df86421cb2ab8b07b60232ff\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c48feb7da3604781b8657cc56654f03c\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34d24e6e44de438984e2ae69455eb550\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ab791343225f4b4eb8fe4bcd29980566\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\875464ab8dc946638279f6168a57a091\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ebedea3770134786a3ba1df3fc483aab\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f929c2373a04bd09bf19a1604179ec0\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c7e796c5b34d4f488405b62e5977b354\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c8cfd1597c34f24895d282242dfbe09\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\524f22fd10004dfaabf60c87b37d23f0\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3cb9c40771444326bce4359736a5ea8c\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f7970c7bb2f945fc8c7e9148a53e6b77\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d73159a619094bb5934c42ee10bb463d\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c83a8f63e3594756996a4036b42c8932\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7c4599cbeda34f019bd6b18805dddb42\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04d3718a6a8a4f288524602eabce97bc\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c588e78db41f46df90b60dd1e98da918\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb663773c0bc439884cdf1ab8d856d97\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1690a45149994de79b8f7ec4fb9fe509\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52363912bc3f40f1a2bef32dd9229d24\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0e5963591b264de28eeae870f6108b8f\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aaaae0551aa24e29a945fbfee9f1c36b\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9ed71cae7e6a4ddba84cd5470a15e953\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\449837fa47e84396aa078a81395295a3\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3fdf190032b942c3b68f2b1a28740176\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae9342b65f7d4b82a9da414db36c0557\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c473924632d4879b09a3262f2cce99d\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c6563b99f350409db6feee187865aff3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ff35f0399fcd4d358292279e8f704fbe\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\993d6d0e326e4754aba8e493be511344\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99f95928add64d2484ecbc7e79fafb7c\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b617fb8c40ca4b0a939cb2d8522f4677\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b96105e2f28f4e059f2625b120b9ecd9\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\24f108be37c24907b8dddf0401aa7c6c\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4a6190eafee4f94bd0798df6d171ad4\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0053d7213a3e42ba9eb2282ace8b8d03\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8982fa2554664026ad6e11d7af95ccd6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d83388a402b1411bb4862707b1057b79\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cd04a21983174566ac2c150cb2e3e4b4\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2acdc727eceb45e3b2e4f4d2f1b9191e\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a22a2faaf026489aa27cf015a7e4df48\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5865edeb197d4bf2883cdb7ba232dab0\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6160855ef7b448efb5b19bc175d94640\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\15b359e05a6141fcab6ed6e4e8d28d75\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\05cd2034a38042be8a19c2a4a6c73a01\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d52a14a879f34693b97edf14cacb1287\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db749dd71a184884b104eecdf5879d06\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1df45ecdc75949939b0322342a8a7707\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\446e07fd459b40b99dc6d80741c905f9\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\75f783c5599b4b53b41ef25b478a629c\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\109e013eb2814c65b5a178e6dc3e3438\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c89b2ffb6a044f87b5d963ef4419830d\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1d1c5320add24e50ade416d9b514a455\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f70bf0da3ad44eae8e53779c5ed457f2\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2fd491276e104ce198ddb8850b20e9bc\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45e9ae0dd644479d97bfed9008b33bed\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4bc81ca2e90742549189d622afb36e18\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b963c6eb8f294ed899f9cca5fea49793\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>
  <ItemGroup>
  </ItemGroup>
</Project>