|
<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>System.Xaml.Tests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26229.113\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET11_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;NET11_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="Common\CustomAssembly.cs"/>
<Compile Include="Common\CustomConstructorInfo.cs"/>
<Compile Include="Common\CustomMethodInfo.cs"/>
<Compile Include="Common\CustomType.cs"/>
<Compile Include="Common\CustomXamlType.cs"/>
<Compile Include="Common\Optional.cs"/>
<Compile Include="Common\SubXamlReader.cs"/>
<Compile Include="Common\SubXamlType.cs"/>
<Compile Include="System\Windows\Markup\AcceptedMarkupExtensionExpressionTypeAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\ArrayExtensionTests.cs"/>
<Compile Include="System\Windows\Markup\ConstructorArgumentAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\ContentPropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\ContentWrapperAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\DateTimeValueSerializerTests.cs"/>
<Compile Include="System\Windows\Markup\DependsOnAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\MarkupExtensionBracketCharactersAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\MarkupExtensionReturnTypeAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\NameReferenceConverterTests.cs"/>
<Compile Include="System\Windows\Markup\NameScopePropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\NullExtensionTests.cs"/>
<Compile Include="System\Windows\Markup\PropertyDefinitionTests.cs"/>
<Compile Include="System\Windows\Markup\ReferenceTests.cs"/>
<Compile Include="System\Windows\Markup\RootNamespaceAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\RuntimeNamePropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\StaticExtensionTests.cs"/>
<Compile Include="System\Windows\Markup\StringValueSerializerTests.cs"/>
<Compile Include="System\Windows\Markup\TrimSurroundingWhitespaceAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\TypeExtensionTests.cs"/>
<Compile Include="System\Windows\Markup\UidPropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\UsableDuringInitializationAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\ValueSerializerTests.cs"/>
<Compile Include="System\Windows\Markup\WhitespaceSignificantCollectionAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XamlDeferLoadAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XamlSetMarkupExtensionAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XamlSetMarkupExtensionEventArgsTests.cs"/>
<Compile Include="System\Windows\Markup\XamlSetTypeConverterAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs"/>
<Compile Include="System\Windows\Markup\XamlSetValueEventArgsTests.cs"/>
<Compile Include="System\Windows\Markup\XDataTests.cs"/>
<Compile Include="System\Windows\Markup\XmlLangPropertyAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XmlnsCompatibleWithAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XmlnsDefinitionAttributeTests.cs"/>
<Compile Include="System\Windows\Markup\XmlnsPrefixAttributeTests.cs"/>
<Compile Include="System\Xaml\AmbientPropertyValueTests.cs"/>
<Compile Include="System\Xaml\AttachableMemberIdentifierTests.cs"/>
<Compile Include="System\Xaml\NamespaceDeclarationTests.cs"/>
<Compile Include="System\Xaml\Replacements\DateTimeConverter2Tests.cs"/>
<Compile Include="System\Xaml\Replacements\DateTimeOffsetConverter2Tests.cs"/>
<Compile Include="System\Xaml\Replacements\EventConverterTests.cs"/>
<Compile Include="System\Xaml\Replacements\TypeListConverterTests.cs"/>
<Compile Include="System\Xaml\Replacements\TypeTypeConverterTests.cs"/>
<Compile Include="System\Xaml\Replacements\TypeUriConverterTests.cs"/>
<Compile Include="System\Xaml\Schema\XamlMemberInvokerTests.cs"/>
<Compile Include="System\Xaml\Schema\XamlTypeInvokerTests.cs"/>
<Compile Include="System\Xaml\Schema\XamlTypeNameTests.cs"/>
<Compile Include="System\Xaml\Schema\XamlTypeTypeConverterTests.cs"/>
<Compile Include="System\Xaml\Schema\XamlValueConverterTests.cs"/>
<Compile Include="System\Xaml\XamlBackgroundReaderTests.cs"/>
<Compile Include="System\Xaml\XamlDirectiveTests.cs"/>
<Compile Include="System\Xaml\XamlDuplicateMemberExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlInternalExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlLanguageTests.cs"/>
<Compile Include="System\Xaml\XamlMemberTests.cs"/>
<Compile Include="System\Xaml\XamlMemberTests.Mocks.cs"/>
<Compile Include="System\Xaml\XamlNodeListTests.cs"/>
<Compile Include="System\Xaml\XamlNodeQueueTests.cs"/>
<Compile Include="System\Xaml\XamlObjectEventArgsTests.cs"/>
<Compile Include="System\Xaml\XamlObjectReaderExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlObjectReaderSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlObjectWriterExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlObjectWriterSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlParseExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlReaderSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlReaderTests.cs"/>
<Compile Include="System\Xaml\XamlSchemaContextSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlSchemaContextTests.cs"/>
<Compile Include="System\Xaml\XamlSchemaExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlServicesTests.cs"/>
<Compile Include="System\Xaml\XamlTypeTests.cs"/>
<Compile Include="System\Xaml\XamlWriterSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlWriterTests.cs"/>
<Compile Include="System\Xaml\XamlXmlReaderSettingsTests.cs"/>
<Compile Include="System\Xaml\XamlXmlWriterExceptionTests.cs"/>
<Compile Include="System\Xaml\XamlXmlWriterSettingsTests.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\SelfRegisteredExtensions.cs"/>
<Compile Include="..\..\..\..\..\.packages\xunit.v3.core.mtp-v1\3.2.2\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core.mtp-v1\3.2.2\_content\DefaultRunnerReporters.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\System.Xaml.Tests.AssemblyInfo.cs" Link="artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\System.Xaml.Tests.AssemblyInfo.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\System.Xaml.Tests.AssemblyInfo.Extended.cs" Link="artifacts\obj\System.Xaml.Tests\x86\Debug\net11.0\System.Xaml.Tests.AssemblyInfo.Extended.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\34e54cf52b4a4c2b82645ccc3a46837e\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4dbbc8601af7417596ac62df8c0ce7fa\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f7be4935d16047e4ae6aec66a0ac484e\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fbf8b1ef20f645a29611fe62ea43457b\Microsoft.Diagnostics.NETCore.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\852fb643af63494ba438d29665ec7750\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3ad7944b1d542e6a007be34831fa9da\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ed653b964c914333871a36cd47e9a357\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7afc08ce1f8e472fb1dadcf70c58f72e\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\635915ef21a4416c812864585dd9e837\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0651692247e64f60be46b927753c5ec7\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\378473b83dba4845868d9f8c457bf795\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\138dca724e4442df873422258749dbcf\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca34436fe8f4414196bf7e2a1f2f1032\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5c4cf5f778cc461a963cf63e4870aa8e\Microsoft.Testing.Extensions.CrashDump.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c58211b4fd174f1c855528d4b937aa2e\Microsoft.Testing.Extensions.HangDump.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5708886b292a473da6ff471bd6ec8d98\Microsoft.Testing.Extensions.MSBuild.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6ed60576c9e4bbfab950ac3c5767764\Microsoft.Testing.Extensions.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f1bd563a63ac481ca0f06c7cbfb05aa2\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\55c5886b67314238a3cfe1a79514e25c\Microsoft.Testing.Extensions.TrxReport.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\010ac65c1d6a447896fd4c5f65f698f4\Microsoft.Testing.Platform.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3419c8ddb5ae43aebc184d2ebcc28a8e\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c19e70bfad74c54adb0c5471153291a\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff8c47c817704775b38b70f729f82abd\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0577f6d377f84bd08a19ed0768de9fac\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf0163c7d5904934997f126f0253c7cf\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd837aa03a6844e798a461c8aa4be77e\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b164be2070ea4c08965ad5b118b3ffe3\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2739ee11ae974fd08158c829ce920850\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\69da6497c787482daa50eca794e9f03e\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\556555114048401cba920c874254d500\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\69a698b9418a4e3eae6b3e7de3e2eabf\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5353f6f9bfa54ee9afea5d3bcc49159c\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36630aaba219448b98a922e4ca5a0c6a\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a3463bc98bc4161a299a39e29696201\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7ca42c79a8124b83966871df94eb2562\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\721378be55d94cc887d7fd5def66b19a\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8cd348b43a3846219805442107627a04\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be50a3580eaa4e90861c716da64c81d2\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18827a3e7ab7477eb290b5df376abee2\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca2ae932b4a14498a905378cec63c9d2\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca127f3f91054dd38d8797709b0958c7\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1dcc9d40259f43528823890bf7575054\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e5f6721e7c64123881362c082457381\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\485b348b53ea47e1aebd8a3476c22948\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a43507fc66ca43bb95e55a8bad38304d\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\845c049dba76490a9743e4f2610975d0\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\20ce8368ac2c4caa9c636c703af15444\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22c106e945eb404c98b3fcd2c7be92c2\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a94726dee1764a8c9778c8dd4fdedd58\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a79bfb818fa49b3861027713477470a\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9dbf127fcf8c487b9444168065124703\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d5b7906820f941869fa599700104b379\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b51469361b434fca9b428361c4b9cab1\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f645d0dac43f4a54af6da2b44b2db4ff\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22cfb34da658408f9ed8b8e26c557381\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\748b3cfd51af488687c289038a2bc8f9\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18dbc5d5b2db4a899becacd55623fd68\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0541c45db0f34d249882c85d5d441b60\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\627e43eb04fd4bac8a1935df56c02042\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b5681f7b7af04dbcb2f1492588907f09\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0452eba616534cdda15686c92cf394cd\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd2f89446dfb48909009af7b317fd334\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2c1d2780c4494872ada8c3c996c261fa\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9641781b673e40a382360b1df69caf87\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aed88134f317470082de1c3729441923\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35e08fc5bac24e8dbeb88b1fe9f9e074\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2cb26983c0034a9a914f45e52ff332b8\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a660eb4a14304e328afcce3b1039ad7f\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5388d77f72c427dbc3adda7462f7ebb\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\45d85af2ca814b1db93e8980dee23c32\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dae830d2b00b4cda94ce07a8111d8092\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8204791afc2a4800880343708b86e686\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\beb47f0f1fd548929a56ac3ee27dc545\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9329f6712e7b426a8004af749ce132d3\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ff0b8fec6d542cd8b6dd954eb54d4f2\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c9c2a991ccc4e78907776e75f066b28\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e7ba8b99b52416da85c35cc1637219e\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\40b33e954e324351b349ed8d045a6c7b\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\954d58dbd17c4f96b109acf3c0a60724\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94c87d961d5a4adab123d9b81ff7a518\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27af58a009fb4a3eb9bf5c0e63b15548\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e06e85f1b4f4effad6b9b1eb3dee8fc\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e50a0cb235a04338a16a06d3594130bd\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0833006fe7a44de48152a535fcf3f042\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc4e2d5924364f94bf422d97a7e84b04\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\59df65b26b704818b978d7ce4a16ddfa\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1f284f47ded6444e9e2f6a992667e2be\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4ff85343b8d4eefba42997d020234c4\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cb1a0c27adc645e7aeb38fba3fbf61ad\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86a3de59fb8e490f844bafdda2544e04\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\24d93d04341b4672abc88880d43bb527\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e81b83b29c0040fa93bd69cedbd51adc\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\827595f7228c47daa158f725a784c5a7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02561aa57f444895970f9357276973b2\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff4378bd55824a5aa8eb2bc3050e926a\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\188656024d434de1ae9d7806705ae8bf\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f032ff1fd9c04d60933a0539ce3ce145\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5ec2c9cb45d947bf958ad51dee188ca7\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3af46f102b0e4f5ba7177dfd701cbe19\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\312045977be44b61b65602a441034f73\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3322986030c3435da225b442df403fa2\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\28d2540ac0f8422ab300f75cc3ee4c66\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\65d3f74590b640bfa98e3926cab8fa61\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\17a73eae6329443491f116b2e5bbf8f4\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9481503b11da4525a9074f6ec9d67497\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\497372b186634ead9183c592c1fc4159\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aab79964d2ee4b009ef031d2551d3a8b\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52794be2093d4078a185c92f3498a784\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\69a5785971ad497c8e0e0a3acd9442da\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\facab04fb3cb47e9a2f7788c2aa194d6\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8b234ab134746569fd43e384a201df7\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0bcfa3566b7e484a9efc2d9097a9304e\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d397ffdea4a46729c89db4f684d019b\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f009bb695ce942ac8ed9bfa2d4fbd2c1\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\59750fd976eb42ef91dbcb5ae8f8e332\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa9677c3f480426db805bcc61f751759\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f2dee83e07544a0baf8fc9218db7b7ae\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\69971f1c6d254dc087e9871632b359d3\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\de8a85a65595438a9a1a643ffb360536\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12fd14d6e33c43aa8d9ed05e5ff682c0\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa5305c071164b10a3f9fe69e6c278da\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\289a148c03c649a8a1c9f9424089dff4\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f08ddd2c568b40e2a8be6c80c5d64c05\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac480fee8320412ba4fd230ffeb4d0a5\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c4891ba8f6614c3a85b8ae61c3f0f8fd\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\803fec4ee8f4435ca16dec653bdedb59\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e94ea0dcbdc452fa6dd7e5eacbb3785\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36d38a1fbb1c4c369671d18752ca2c44\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\81db86d69e70433aadced00bd57bb2c7\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\de24f77071f64c92b18f0cc82aa6315c\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d0fad928c55848598bd17ba51829f822\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7c01d78c3b2e4585adfde91e3595da34\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fdd65fc66b6c480f926d998ff00f563f\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8d34a95208f4e9f87afb9aeab3af231\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\362712bab4c6467594060bfffbb9d88a\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31918b01fd24472b875662326ad20305\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e573df916dd74f74bef6bd7b5a7bdbba\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\030006f3d38447e682f4d1c00bdc0e9d\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\510c0e88be7548b4a9d3ae9aefd60122\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c178c973e524148b15869f3dfa9fd81\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3319646b14fe406babd01a42cdaa0b0f\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b621a53c79a47e0bdc413c3d072fb81\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e471c148130f45b6b5244682cdee5180\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\acd163c4dec84cf6b7deb4b9234eddb0\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\284717eb5e394e379ab22aa80b85a5db\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3e841f547a8f43a280cb62ed0f7f0cf3\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bbd77b0fd38246dda2b008bf53088bdb\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8451d5df4bc040c8ae002e0d3c93a25c\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a6ffcfbd3f64921ac845e60b0ee24ce\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\435d2da005aa484a8c5b1606e148a569\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7a708c6c03d4cf18e168b5c0527589c\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b6af3f05a254b8ca9c455404ea4e38e\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\180e85ccddf543e0a6e5c0b063a70c25\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0449d47f205429e8f9cccbd4c342b8e\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b08bb9de0fe4b8685ad16cdd16ab566\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cfb6c2046184a0a8edae0ec4fa1caeb\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b35cb77399634132888994b1c61f558c\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bccc0e0e96dc472badbdd5a70011953d\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\574b255dc99b45cca3495a61f8111b35\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8162c0dac53d4ef281bb28ce466d6ba7\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\478a66c82cf54aa896b80f6197d67852\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e2e8e0772d64703a40b6538a68023ea\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21126d105be744b7a5ed545a5f7d4aa2\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92888368095146ea93e469de17ef7cff\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a0f78b4c8c80444296e0bd08aff56bab\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1f76dc38d5974ebba687847e640e99bd\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4858c9253054a9b8262953a1b48d6ba\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\951e945388e74cb48e395171982bf6fa\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2323fde3faf14df69e22a29442b716df\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1d1bfe2d8ba4462bafc97c3e8049be5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ce7023783d444e74aa31fe695be3174a\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dab0667f222c424fb7153ed3a5708a5a\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9f08027fd154c47b6a17316acaf3b9d\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0dc011b8a8449f89e36f8332e2f3da0\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ea9dbb1557d459dad414fec367192b9\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f655285837cb412c8dacfd230fad59cb\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fade79a44b1f44c28d5889b19a1b7faa\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cdf98ec5bd3948a2b75f526e2da064c1\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab0d055f8635479e8851738580240a3e\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36da1a9a4c044f14a9c9be52ee362713\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\639fb81b7a724d66a9501c7247f2affa\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\472bff9f2c6646b69b8464290876df55\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0c08111bf5f462e952aca8cc731aaca\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1db184a2ccf542b0a146c797f695ff6f\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abd223858ec4431b92672799e42493b5\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a58836859f04a99b976c6ae9cd18d1e\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dbb3b961b9534a45ab8f4ebfdfd380cd\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a17873454b6c403db2ea74ff09a00c3a\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c3ecbd335c9541d1aa32b7bd2d19a36e\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\68b597a49ad54401804a6866bc50c69b\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe689a184a3144f5bf9a4253a03394c2\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\09a3c38647a6472ea25960ddbb35615d\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94916fe3983f4a3bb9c8b409ae2740c4\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23305095db0240f7ae3a78c17156b040\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\301bfb4a26da4c99aed341b4c0a767ae\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b21e5e6f432c493a98ccf8c069881b6b\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4cdbc9024c7e426d81fb6ae7219936a3\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\069dbcee4215480cac1e85bbdbfe9207\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2badc17627b421ab59b94b6d5bd17cd\xunit.v3.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84f96bacca4f453393fc005d43438761\xunit.v3.common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c02161aa90946ac87e5a1bd432021a4\xunit.v3.core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b708e09ffc174e02af877b3a30fe2a15\xunit.v3.mtp-v1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\417700b10b604f0b971b18ef6bcd0c59\xunit.v3.runner.common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\80868991dbfa4fdaaedeb939b1316807\xunit.v3.runner.inproc.console.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|