|
<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.Symbol.UnitTests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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="BadSymbolReference.cs"/>
<Compile Include="Compilation\CompilationAPITests.cs"/>
<Compile Include="Compilation\CSharpCompilationOptionsTests.cs"/>
<Compile Include="Compilation\ForEachStatementInfoTests.cs"/>
<Compile Include="Compilation\GetImportScopesTests.cs"/>
<Compile Include="Compilation\GetSemanticInfoBrokenCodeTests.cs"/>
<Compile Include="Compilation\GetSemanticInfoTests.cs"/>
<Compile Include="Compilation\GetUnusedImportDirectivesTests.cs"/>
<Compile Include="Compilation\IndexedProperties_BindingTests.cs"/>
<Compile Include="Compilation\LoadDirectiveTests.cs"/>
<Compile Include="Compilation\QueryClauseInfoTests.cs"/>
<Compile Include="Compilation\ReferenceManagerTests.cs"/>
<Compile Include="Compilation\SemanticModelAPITests.cs"/>
<Compile Include="Compilation\SemanticModelGetDeclaredSymbolAPITests.cs"/>
<Compile Include="Compilation\SemanticModelGetSemanticInfoTests.cs"/>
<Compile Include="Compilation\SemanticModelGetSemanticInfoTests_LateBound.cs"/>
<Compile Include="Compilation\SymbolSearchTests.cs"/>
<Compile Include="Compilation\SymbolVisitorTests.cs"/>
<Compile Include="Compilation\TypeInfoTests.cs"/>
<Compile Include="Compilation\UsedAssembliesTests.cs"/>
<Compile Include="CrossLanguageTests.cs"/>
<Compile Include="DeclarationTests.cs"/>
<Compile Include="DocumentationComments\ConstructorDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\CrefTests.cs"/>
<Compile Include="DocumentationComments\DestructorDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\DocumentationCommentCompilerTests.cs"/>
<Compile Include="DocumentationComments\DocumentationCommentIDTests.cs"/>
<Compile Include="DocumentationComments\DocumentationModeTests.cs"/>
<Compile Include="DocumentationComments\EventDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\FieldDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\IncludeTests.cs"/>
<Compile Include="DocumentationComments\MethodDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\ParameterTests.cs"/>
<Compile Include="DocumentationComments\PartialTypeDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\PropertyDocumentationCommentTests.cs"/>
<Compile Include="DocumentationComments\TypeDocumentationCommentTests.cs"/>
<Compile Include="SymbolDisplay\ObjectDisplayTests.cs"/>
<Compile Include="SymbolDisplay\SymbolDisplayTests.cs"/>
<Compile Include="Symbols\AccessorOverriddenOrHiddenMembersTests.cs"/>
<Compile Include="Symbols\AnonymousTypesSemanticsTests.cs"/>
<Compile Include="Symbols\AnonymousTypesSymbolTests.cs"/>
<Compile Include="Symbols\ArrayTypeSymbolTests.cs"/>
<Compile Include="Symbols\AssemblyAndNamespaceTests.cs"/>
<Compile Include="Symbols\CheckedUserDefinedOperatorsTests.cs"/>
<Compile Include="Symbols\CompilationCreationTests.cs"/>
<Compile Include="Symbols\ConversionTests.cs"/>
<Compile Include="Symbols\CorLibrary\Choosing.cs"/>
<Compile Include="Symbols\CorLibrary\CorTypes.cs"/>
<Compile Include="Symbols\CovariantReturnTests.cs"/>
<Compile Include="Symbols\CSharpCompilerFeatureRequiredTests.cs"/>
<Compile Include="Symbols\CustomModifiersTests.cs"/>
<Compile Include="Symbols\DefaultInterfaceImplementationTests.cs"/>
<Compile Include="Symbols\DestructorTests.cs"/>
<Compile Include="Symbols\EnumTests.cs"/>
<Compile Include="Symbols\ErrorTypeSymbolTests.cs"/>
<Compile Include="Symbols\ExtendedPartialMethodsTests.cs"/>
<Compile Include="Symbols\ExtensionMethodTests.cs"/>
<Compile Include="Symbols\FunctionPointerTypeSymbolTests.cs"/>
<Compile Include="Symbols\GenericConstraintConversionTests.cs"/>
<Compile Include="Symbols\GenericConstraintTests.cs"/>
<Compile Include="Symbols\ImplicitClassTests.cs"/>
<Compile Include="Symbols\IndexedPropertyTests.cs"/>
<Compile Include="Symbols\IndexerTests.cs"/>
<Compile Include="Symbols\InterfaceImplementationTests.cs"/>
<Compile Include="Symbols\InterfaceOverriddenOrHiddenMembersTests.cs"/>
<Compile Include="Symbols\LocalFunctionTests.cs"/>
<Compile Include="Symbols\LookupSymbolsInfoTests.cs"/>
<Compile Include="Symbols\Metadata\MetadataMemberTests.cs"/>
<Compile Include="Symbols\Metadata\MetadataTypeTests.cs"/>
<Compile Include="Symbols\Metadata\PE\BaseTypeResolution.cs"/>
<Compile Include="Symbols\Metadata\PE\DynamicTransformsTests.cs"/>
<Compile Include="Symbols\Metadata\PE\HasUnsupportedMetadata.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadCustomModifiers.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadInAttributeModifier.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingAttributes.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingEvents.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingFields.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingGenericTypeParameters.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingIndexers.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingMetadataTokens.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingMethods.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingNamespacesAndTypes.cs"/>
<Compile Include="Symbols\Metadata\PE\LoadingProperties.cs"/>
<Compile Include="Symbols\Metadata\PE\MissingTypeReferences.cs"/>
<Compile Include="Symbols\Metadata\PE\NoPia.cs"/>
<Compile Include="Symbols\Metadata\PE\NoPiaInstantiationOfGenericClassAndStruct.cs"/>
<Compile Include="Symbols\Metadata\PE\NoPiaLocalHideAndTypeSubstitutionTests.cs"/>
<Compile Include="Symbols\Metadata\PE\TypeAccessibility.cs"/>
<Compile Include="Symbols\Metadata\PE\TypeForwarders.cs"/>
<Compile Include="Symbols\Metadata\PE\TypeKindTests.cs"/>
<Compile Include="Symbols\MethodEqualityTests.cs"/>
<Compile Include="Symbols\MethodImplementationFlagsTests.cs"/>
<Compile Include="Symbols\MissingSpecialMember.cs"/>
<Compile Include="Symbols\MockAssemblySymbol.cs"/>
<Compile Include="Symbols\MockNamedTypeSymbol.cs"/>
<Compile Include="Symbols\MockNamespaceSymbol.cs"/>
<Compile Include="Symbols\MockSymbolTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\AccessibilityTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\GenericsTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\IgnoredTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\ModuleInitializersTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\SignatureTests.cs"/>
<Compile Include="Symbols\ModuleInitializers\TargetsTests.cs"/>
<Compile Include="Symbols\NamespaceExtentTests.cs"/>
<Compile Include="Symbols\OverriddenOrHiddenMembersTests.cs"/>
<Compile Include="Symbols\PartialPropertiesTests.cs"/>
<Compile Include="Symbols\PEParameterSymbolTests.cs"/>
<Compile Include="Symbols\RelaxedShiftOperatorTests.cs"/>
<Compile Include="Symbols\RequiredMembersTests.cs"/>
<Compile Include="Symbols\Retargeting\NoPia.cs"/>
<Compile Include="Symbols\Retargeting\RetargetCustomAttributes.cs"/>
<Compile Include="Symbols\Retargeting\RetargetCustomModifiers.cs"/>
<Compile Include="Symbols\Retargeting\RetargetExplicitInterfaceImplementation.cs"/>
<Compile Include="Symbols\Retargeting\RetargetingTests.cs"/>
<Compile Include="Symbols\Source\AccessTests.cs"/>
<Compile Include="Symbols\Source\BaseClassTests.cs"/>
<Compile Include="Symbols\Source\ClsComplianceTests.cs"/>
<Compile Include="Symbols\Source\CompletionTests.cs"/>
<Compile Include="Symbols\Source\CustomModifierCopyTests.cs"/>
<Compile Include="Symbols\Source\DeclaringSyntaxNodeTests.cs"/>
<Compile Include="Symbols\Source\DelegateTests.cs"/>
<Compile Include="Symbols\Source\EnumTests.cs"/>
<Compile Include="Symbols\Source\EventTests.cs"/>
<Compile Include="Symbols\Source\ExpressionBodiedMethodTests.cs"/>
<Compile Include="Symbols\Source\ExpressionBodiedPropertyTests.cs"/>
<Compile Include="Symbols\Source\ExternAliasTests.cs"/>
<Compile Include="Symbols\Source\FieldTests.cs"/>
<Compile Include="Symbols\Source\FileModifierTests.cs"/>
<Compile Include="Symbols\Source\IndexedTypeParameterTests.cs"/>
<Compile Include="Symbols\Source\LocalTests.cs"/>
<Compile Include="Symbols\Source\LocationTests.cs"/>
<Compile Include="Symbols\Source\MethodTests.cs"/>
<Compile Include="Symbols\Source\ModifierTests.cs"/>
<Compile Include="Symbols\Source\NamedTypeTests.cs"/>
<Compile Include="Symbols\Source\NullablePublicAPITests.cs"/>
<Compile Include="Symbols\Source\PropertyTests.cs"/>
<Compile Include="Symbols\Source\RecordTests.cs"/>
<Compile Include="Symbols\Source\SourcePlusMetadataTests.cs"/>
<Compile Include="Symbols\Source\TypeMapTests.cs"/>
<Compile Include="Symbols\Source\UpdatedContainingSymbolAndNullableAnntotationTests.cs"/>
<Compile Include="Symbols\Source\UsingAliasTests.cs"/>
<Compile Include="Symbols\StaticAbstractMembersInInterfacesTests.cs"/>
<Compile Include="Symbols\SymbolDistinguisherTests.cs"/>
<Compile Include="Symbols\SymbolEqualityTests.cs"/>
<Compile Include="Symbols\SymbolErrorTests.cs"/>
<Compile Include="Symbols\SymbolExtensionTests.cs"/>
<Compile Include="Symbols\TypedConstantTests.cs"/>
<Compile Include="Symbols\TypeResolutionTests.cs"/>
<Compile Include="Symbols\TypeTests.cs"/>
<Compile Include="Symbols\TypeUnificationTests.cs"/>
<Compile Include="Symbols\UnsignedRightShiftTests.cs"/>
<Compile Include="Symbols\UserDefinedOperatorErrorTests.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.Symbol.UnitTests\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests\Release\net9.0\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests\Release\net9.0\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests.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\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\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\24b8311e19c5427cbe945d812c5af04c\Microsoft.Build.Locator.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5405b6acf19b44e5bab8f16a653f717c\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e96ff9347c8b43cfb4b257bcb53c18d6\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1673c7572e1d42d8afae9d9cc91e7557\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa34a825cbb1499da52949016e5ac424\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44e6300970e04e04a2f0664ae8455fa0\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0118d67a6bc453abe5811a2933138e9\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\159181c1ff544b3d8bce5c5b3431a97d\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\0d578cfb374449059a307695ce4f7c30\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\71e760f1680e4e8bb60583da0359eaf3\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ec9202c116341049cfe5fe84d6af4a2\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\2e1a5a6251564903b15f886a525d5aa5\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5640037e5834cf0bb547ff44c302cb7\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\77008c5c10f540bab6aca6467d6299c9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4f2eb19dce934e90afa3209bf8f649eb\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3fea4769407244bd88a7401e680db9f2\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\096e3e16a32f4dfca4a80be6c1aaaa8a\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\99215c3f6f614372a2bd510b422ec4c4\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2efeb561ab0f44dd94d6672e51b8cc13\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1cb0ee423e6b413691aee222686aa63e\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0fab08d8485d46b796c96e70a84513a7\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8fd9d20c9ae4b2591d4f58c1f6f1736\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7e1146a7ad44b3ab1ab3f9571ef9e3a\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39357449c96743a1b69d8518641b5d96\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0dd3f44ea844e7a9cfca5c84e8b800e\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cafed6b428e34ba68178990425029774\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c380d8068fe84f51ae26a13d3087f0bd\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aebba2e4285b4b29888308240b1be870\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0747fc22eec7497faa9b1929016391f4\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a500e35f1f974fa3884ae7dcbd8148b8\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0f9d96589b84190aae550d1f7bbf81d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be4cd0e28be540f4b9a10790db3b05ae\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f9b5103f081f4ce5aa1909d6c7e1a993\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\597074482fef4c8aa02b57232ee7e69a\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5ca9145a4f94e039abf2ba02e0e6d7e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7f59b65e0185424d9e7f9ca4fc3aff3c\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\436fb393b01945d5b1fedcbfab0b66b2\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab4601baba11449eb46148e3513f934f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2e74a0746e3b413599d483fa3956da42\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1537e19ccf15406d9936d97f331bc6a4\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3fcac56ebf264fbba7cceda393b61195\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43f02d5dd9e443b6a38112fa947be7b3\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f16217a684de4726b0e827e6ad9f6c49\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4e7b36520444965b61cb50749653d0b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6aab9c4e663d44c4ad826ac6d39af85c\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\98ea47f757634e72a2fe95cb9e528fc7\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f7be533bc96b4855b3b5428e4846c23f\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\098cebab6d284ffdb59a116f1920f5ad\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f86b3d713c3446e7ab160228abbd5e08\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\93953e83b4f94a6f884ede60c6b0ef38\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c57bcdffb6f644da825fde4809958d1d\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\96b71330aece448d86486d34930f9cde\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1fbc45799c7345a6a57a9af680d6d0a5\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b1dd0ffc34ae4ae898673fedd828fff5\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ac8d3ba0f0440b6acb4deae12b0df54\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\03ab27eb55754f1da7352fbaea0b39f7\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f49422bfccf04aa38e420398621441cc\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\caf5f83e758d4909b65c9697ffe7fbae\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\67a478bb5bd24badb08631c4c07328ff\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b91cfe821b14775a33b85c95c9b3969\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cd5c483bfaab441191cc69501d6415f0\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\71adaaa97a7744db8e985c5e4ffb194d\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7a483e38092c4e6c9f7111b762bcb2aa\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31a5ebeb8668487092be10adeb68607b\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76c6bd46ba264293a17bbe7dfac238ed\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a187403acf44f9c8e1bc857b0539f4c\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\658423f30a48421993dd36d1e2513b24\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ec9c06878214e3f8ac01ee05d19eb9d\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\96704165f1ff417e8b46497fb9d364a2\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2ae3cbf3f984ef88698c140697a3a8f\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3c0e4590769b4d71896bde7ad2b4a5a9\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\93cb04adbc3c474384e768490e81cbe7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fc7575398dea444093674783bcd870f5\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fb2f2d9cd77749a1bfe6b51820ab1972\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d3845c69652343c6879e31919f7ff7c3\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a3a38f8006e4462854c9b98996a2e01\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0576380589bb4a2cba99607d1dccaf17\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7acd7adff3cb411aa09aac705b139ee7\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6e6b8c440ab2478cad1bd5d2646e44e4\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf373bbae42d413494091537a483900c\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\97c89e0298494e8185f8b42387c8723d\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1776aa8152b4b8fb70659d16d5a85ec\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\479c7aeabe7f41babad41975913280ef\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f124c54d6f94fbaaede2cf61299bdb2\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cfbdf20f44514a6680adb0dabb71c355\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37be02a1b03f4f6f9c8dab1814abf093\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92fa457d64744352918adb656d750ea1\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea6049aa051e41d49cd6391116512cc8\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1fa72439b37d41d48e741e0f344a7bf1\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\327839a736b94ebaba4bb471e4b74881\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3551c4ebbd44aa3a4205d5f8613004e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16a9c9cd1a214c23bc2842bd630933a9\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23bc7c9475b549ef8ae2d6a0c411fe1c\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ac5070b34b141029efe9ab38b3ae4bd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a08e0c83de404187953de6b402aaa093\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2e5d1c00f6f94fcea4b0367a6dffdacb\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e3ab2a8b43f408bb150cfbb8bc80288\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d8cd258ae72d48daafdfe2bbbb23c1ae\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\757e84bbfd4c45e69abd04f247f73f2d\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3e1dc7af900493b9dca00a9d7a6910f\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a3c17a3bf7974f8eba75c060cdcf40f9\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4750fb7d3454538b2273fecc64c0e6b\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\339b8ffca3ff47a2afc097725affda27\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b77f11cd39e14a20882538cdad661dd7\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5656a60f78804450b9fc0742fd07f75a\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b2dadea98a14622b724bd5b6cf2df67\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\70ec51dca86d4a7fa8c9d3711e6803c0\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9baab1e722f1456fb87bab31e190c489\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0697f26ab8294cd785363630e4a834cb\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27872caedf9742fabe246ac35319036d\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f872e34638f34fc9abf37570b7cbe3a4\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8843df8275b47f6ab9d5268c9191dde\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\66bc1543444d484583a2ec983e668e47\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\66383dab5e6e4f298889ec74e0ae1c4b\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\156e313968dc48b189c4a760e57a8fae\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53f98d029d4645889d623431da4a10d3\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a81cdd15f9d040788aa7072d21f0433d\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9288cd4bac394e9696b8abd16abbd12e\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6a9e1126bda48ee91560e930daf37a5\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ed0f3c89d3743ef9af8e7654e6119cc\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa787aa1904b41c184656168f48f450d\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\daf24f9144c54f0e80b1dcda90f86328\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fbc82d35efad4f36b31e4360137a36c0\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e9bead82d9c54f019e26e359e0d0ba80\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\896552af48e04ff89ff0b64f2dcd01a0\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\420938d22ac84799a5958fa59b639ca8\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\83ad8be72d524eada2b2d410ee8a2b2c\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\979064148f78446c8f2a10334c402809\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6dfb4087843b4597910f4c027150a936\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a3b178ea72c44757820481d07410dbab\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\28e610e977224e9abd3370f0b10408bd\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\947d936d75ef40e48cf7243fa0e9e641\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\57fbb1c4e0b2429886a66b602afdc190\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4936da232a5443529de94d28a140148d\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8991b3fe519b45e8ab76e57e7e077f46\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4ee72e4983f4ee5bdac933c681412e5\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c30507aeaad456facdab62600bd3586\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5ed377c87c88435d840c10b050ff106c\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4427462b215e476390e1232d799b061e\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6be5213567444ff491eda89daa84b2fa\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9db354da9ad4c9ba5e28c7866d3a3cc\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd8ab657ff3b4cb4830fdf0da4232fc4\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9fb67da494504243b7f0d95bcf8288cd\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e7a92c9fc5d4d5589ed6d5169b3ec28\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8f86a30411948a4beeb3b06dbe4f997\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e25944c4da464d93a2df2ff4b0dbdd5a\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\14e74c8ab1bf45f98a3f4439d6401d25\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f405c3709da488292dba4ba45f748b1\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d04eb23357254a90a815812dda8114e4\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dee0977cdc464d44ba3c358c868a6446\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\057df757feb649da97ebcf61d4fb943d\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4448275112c14e199a4e151b036af1ec\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\028a491ba5a04f4bab23df264a3ab194\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\61e5dbed5e2442d09a6571a11580c933\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a557d9c5732a4798a822753a32ada329\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\918ae03eab754b55abf27e4f5bee0444\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f87017ab7c0c4d43b875b8962d68acf3\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3334e631c4a4424fb8bcabd2b9dc9670\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\67266048d9da4840a74ae883ad54b9a5\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\17ca8825d0594a549f7fe388f67275dc\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\72f218a4051648cfa421dfeb0108b779\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8915cb3659a427b960b247ef9f4054a\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a45b672f6a67482f8ec352e0241fc3e7\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9263cdd1c8d4c7e8a46e1a60a25cc04\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3efb780aa3e94b208a959d0eef5be06f\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6db408c503c241029e1396df4c461ca2\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\354380f49da9400386c028236c23bed7\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36ec81d98ca24499953bcae924e50ced\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1f643ec730c4ee497c05033f52b3a49\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6312f74229c64d868b7c93af6d5c6128\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6fa11e3b5f6a4be591a3a30ba011b1d1\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aff26de3310f4991bf44d44f1a2b166d\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4bc81ca2e90742549189d622afb36e18\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3f20e3e9f17748e3b69bf77a4f418ed5\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>
|