|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.CodeAnalysis.CSharp.EditorFeatures2.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="EmbeddedLanguages\Json\CSharpJsonParserTests.cs"/>
<Compile Include="EmbeddedLanguages\Json\CSharpJsonParserTests_BasicTests.cs"/>
<Compile Include="EmbeddedLanguages\Json\CSharpJsonParserTests_NstTests.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_BasicTests.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_DotnetNegativeTests.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_RealWorld.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_ReferenceTests.cs"/>
<Compile Include="EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests_TestGeneration.cs"/>
<Compile Include="Recommendations\AbstractKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AddKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AliasKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AllowsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AndKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AnnotationsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AscendingKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AssemblyKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\AsyncKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\BaseKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\BoolKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\BreakKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ByKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ByteKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\CaseKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\CatchKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\CharKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\CheckedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ChecksumKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ClassKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ConstKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ContinueKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DecimalKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DefaultKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DefineKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DelegateKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DescendingKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DisableKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DoKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DoubleKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\DynamicKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ElifKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ElseKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EnableKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EndIfKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EndRegionKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EnumKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EqualsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ErrorKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\EventKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ExplicitKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ExtensionKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ExternKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FalseKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FieldKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FileKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FinallyKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FixedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FloatKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ForEachKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ForKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\FromKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\GetKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\GlobalKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\GotoKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\GroupKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\HiddenKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\IfKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ImplicitKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\InitKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\InKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\InterfaceKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\InternalKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\IntKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\IntoKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\IsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\JoinKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\KeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\LetKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\LineKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\LockKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\LongKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ManagedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\MethodKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ModuleKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NameOfKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NamespaceKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NativeIntegerKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NewKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NintKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NotKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NotnullKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NuintKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NullableKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\NullKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ObjectKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OnKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OperatorKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OrderByKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OrKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OutKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\OverrideKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ParamKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ParamsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\PartialKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\PragmaKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\PrivateKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\PropertyKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ProtectedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\PublicKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ReadOnlyKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\RecommenderTests.cs"/>
<Compile Include="Recommendations\RecordKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ReferenceKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\RefKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\RegionKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\RemoveKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\RestoreKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ReturnKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SByteKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ScopedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SealedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SelectKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SetKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ShortKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SizeOfKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\StackAllocKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\StaticKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\StringKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\StructKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\SwitchKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TheoryDataKeywordsIndicatingLocalFunction.cs"/>
<Compile Include="Recommendations\ThisKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ThrowKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TrueKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TryKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TypeKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TypeOfKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\TypeVarKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UIntKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\ULongKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UncheckedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UndefKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UnionKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UnmanagedKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UnsafeKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UShortKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\UsingKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\VarKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\VirtualKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\VoidKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\VolatileKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WarningKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WarningsKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WhenKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WhereKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WhileKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\WithKeywordRecommenderTests.cs"/>
<Compile Include="Recommendations\YieldKeywordRecommenderTests.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.EditorFeatures2.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net10.0\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net10.0\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.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\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\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\ref\5fee92fb4c734710b5585a7d40783300\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
<ReferencePath Include="..\..\..\..\ref\2081f62857b7444fa30d631eef6a7ec7\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\2698a89b027f416e946f853e5b7b8a8a\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\3dbbd58e8fb9416ebecbde06541495ca\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\2363a9dc031d4e21aa0a5f09ea2e01e8\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
<ReferencePath Include="..\..\..\..\ref\4605ee2c2a4a43d48ec482b4798e2d0c\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\2076f6e8be5c4b0d83d04f118418c428\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\543ba37f79a941d38b47fa564d7a0824\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\575670c1449846009c947464cbd6ad12\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\93fac515f49746178177997997e2910d\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bdd2120ba1047c3b3811dd874a7c20d\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\49af155a993f4609ad0a616b349219f5\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\27a2a378197e4d3b81170d7816977780\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\7af705a05a704cd39d0f7a5f17abcbe3\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\842738a80f0a4a8cb7d644ba6ca9dba5\Microsoft.CodeAnalysis.ExternalAccess.Copilot.dll"/>
<ReferencePath Include="..\..\..\..\ref\23f1a8e4848449ba8ec90735b0e27035\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb5dc8e5851a4f4680802a80d49c250d\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd07ac7fde7841f68e93bc64ec38332e\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\f69e3399a26f41b6bd18323ee0fd6ded\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa3da647eb3d48af8a82e947638dc76b\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\120fb21dc30e4afda4adfd5fe5dee88a\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b4409c471dc43dbb6e39c2d2bbf6d0c\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
<ReferencePath Include="..\..\..\..\ref\d52930b60923495893b606c297a86a08\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3559410fa3d406c8f3766ba7f2d7559\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\e1febbeef6d343a196c990c5f3bcc85d\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a3dc3063b6a4683ac29fd93457cb320\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\3794659ad9c84fb7b623ea1a39b7955f\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\117180ef09a34e90b4786b7024a3257d\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\eced4a0da11a4627be4bd6410c552700\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2040c15806d4633bb41dc8b56e371ce\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e6ac2eb943542eba13b2e04521966d9\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d4331e87a82482285acedd981d00b00\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\e8e2004995ab461d9e21ab955b651822\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\b59db350119440f1a815141617754981\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c21c7fa3ba54a159f7bbfa51383272c\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\0980cedafff343239cfcbcbbf1bd692e\Microsoft.DiaSymReader.Converter.dll"/>
<ReferencePath Include="..\..\..\..\ref\33b63a32b4ea4551a13ff93400412292\Microsoft.DiaSymReader.Converter.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b317881d02c44aa9b4af84a50df65d1\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\894a605bc4f947efa57e0439f0970778\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb234fe40b2044d982900c4ea4d41015\Microsoft.Metadata.Visualizer.dll"/>
<ReferencePath Include="..\..\..\..\ref\f11b464b069642c985a6fe3ef0125e74\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad1d0de44ac546e4b0526ffba3378284\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\da2b39132af5475689bc0ec99a90c8df\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\4868396bc2984256bccc886dcf3d40f4\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\dcdcb98578c94db19ebcd00d51a9e363\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\ref\b3dd17f7bcc74912b437e976c137fffa\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\224ede22e62146a09d1613c21f0bce71\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\86995b73b1474599af1edd387b7c4427\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\1db8aa0b5e414516b3b453b4802c8494\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\92fcc80cb6ea4a2e8304df26022009a1\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\ref\95f193c70a304260bdbb38ade592850b\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\56093c1cd8654ec99951be400e634f66\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\ae4339e837784f528a6c3957a6fee3e2\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\70504417696544b0a77cf74f0d5abd9a\Microsoft.VisualStudio.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3559e1592644d84a184aa3e5122217b\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\668d92f0a2d64ddba3c8841dccebf3ca\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\728d8ae89ccd4234bff75a3de947dfdc\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\ref\54c385bfeec048c592296974271b2121\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4100ae45f434c5eb367d3f53878cc21\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\ref\95f0405f3650403f8fe7cbe9426f1838\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\55babbdcdfef4818b73846f2091b53fc\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\ab809c078856431fa7dd2142be0102dc\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\73f4e72cbb54460b941163baf00455cc\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a1cd1faf08440b699bf95b2bf04d440\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\18dad4df8e7f43f187eef4d04f6e5c36\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\99732919fcf342ba86e216c5a2281402\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\fd9aefacbb8447d6a2e339a39cefa119\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\00d43190cfe34eb3bbd82ee083a1ca22\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\c69c68a124664c9ea32f89396579b499\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cef880395e34f5bb5252c94e4935e59\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\21aaf46479164475a364ef05219904cc\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\853b0d1f1e7a405694f7d1079a04624e\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a724d2e4f6d4240b38e9078aafdfc64\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\e54babd55eef47728fbe6bb167c22045\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\45da6b9a89df47ae9b7a3d2324f5c7d8\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c2bd72655a345b48be9971e9c50d008\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fde5751a193462db85ff12ae3f47907\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e3e437ad340444ab936a1f198aaf23b\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\02128770d736488fae0498fd6a461dad\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5698287e3c340f5b08d26ade675875c\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb410fb97c1544b8bb6b064ca9271643\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\0cf6a5e4b69c4bb49be1a1bb6486be8b\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\ref\1873c078f1ea43c4be091a37f7b3f1c7\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\f5895dd9b6bb40ee83dba1a8ac846cd3\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\ebde16e9a345403c8f0eed20d87e57e3\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\744333d0f3fd4c74b294d7238906963c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6aedcb82e20405e975c982bca4a9d4b\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5f43c85d7984231a7967295eb7ca00d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\529ff2e9b8ff408a84844b757440bf1f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a630689badf49a5b3899d3808fe265b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfd47a0cf5dd48e392517de6a2eb9484\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\50a74c5598314f29a4be41b5c50e77fa\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e1761038dde41a090cae6c021b0801c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbf5bc591d554058834dc3f468f44531\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\f848b58484e94d4f92911aae0ae14d25\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\29d228e98f1744a7b20325e6fb87e85b\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\758f3202d3b3467d9cf7c522358dc407\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\d92f5aefe220446d96d80c0a7e506e0a\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\c9b43391a9874c3db2a163c16d26127b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d4c0f39a46c496dbe85b7d661702346\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\405ccad61c9440dbb6c0834746c53e80\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8e9380494554f13b29f24b5f7dd00c8\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef674bc116a349158dce31132845236c\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\642b26b3d05d427ebff41dfaea97fd06\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\47626bf55afa44c8b2d222a9d999f688\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\a6339c0a8d234fd88604841953b3ee85\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\3dc38459a4a44516ba7277525708505e\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\5572eb29cb6043d4866557c1c827694e\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\760d94d23c2d4b7db25d231913f1f206\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\bba6878ed50041e3b12e8d5984d9e757\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e9fa5bb0f094d1d8297a0dee95c8614\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\fddd31b228b64330b2ec3afcd4654993\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\05447c08feda41c18cd4b7183374b185\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d0119d3628246b498adbea13a692714\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f7681bca7644b1384c91e87f2195cba\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b38aacb02a64e5392c850e4ed509148\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\829f39c065a4406bb33c07d76447d9b7\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\873db52c49e8443d8832b0d79e2ccc2d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f8df4a6cce241c1906e02cb8df5df56\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\b052f7d2c512455ab6b7075d79d880ba\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\fd89a291918a42328ab4eb85c291088d\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\72de2fe62302464497e5278c42f48ad1\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6305a425de94749956cc8d13dae2876\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\24a63a2a0cb3493a8a2b0c3d703bbfd5\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\8cdc49d9379143fa941a6a86b8246925\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\e595ac3ded0940669358ac05f5c9f1bd\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\ref\355e3c39a23c49d988269088726c03cb\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\e847cfcef6634a56bad76f4f5244f5be\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c1703949d21400ca8296744348fc41b\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbef6574448647529e5516a9b6354094\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\a7bfca518f754b889ccb5a98766402e9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\c933e808cb15476f94e7ba8933f07078\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\3df112f8e95540d4a81b9b1af21b780a\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\46858a6896494a74992fa172cb946115\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\2bd92b9e801b42c99a64b69df3858d60\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\363e5d56630c49b68281d986ee9cb487\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ff44f94f09c410ca54595bafeb5f589\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\008a55406e7344ce93ec3c01947e3825\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\114a175de06948eab250949199555890\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\78ad0cff13674d7aa5673832b425467a\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\652e7a6c77264824b176e68d7dd098e8\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\72e1d14271f04e8d98eea2ddbc8b9223\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\898971a1303f43f8b63d59bc0e3a6f46\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea7f2b75f8a64736a97a5764b2b3bd63\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f369ba2502c41f19bf6afb46d1e3cb7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\605edec2fe5447fda1d7dbd76bb49c31\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b4c5db6802141fbb15546bf23d1c149\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbfb73def35a40f2bfd0ef8707267c8e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\774961a2afa94b618f98c64974dea74e\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2d0139f76994f2fbcc28d03d12de542\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\04438ed0edc24e40a342035bd064d038\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\2326beb02fae4db3949cfc6ad74b81ae\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\ab80a60715954dce86396b54a35c4c52\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\e36718d9162949cabdd5355289debc73\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\a9bb7d9f05bb41238960cbcceeb33f77\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\63a15672b4644b2cbd9bfec1db352c61\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\f315008d6b2647dfb5abc64b169fd54a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\c4aa85aa621345e8b5bd8e0dacf5db63\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\c07c235b6c084b92b065f11c4aa58993\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\3706385a1fcf430ba74989686854486d\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\610b0bc921474c9b9a05f37c0c78cad9\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbd7a9cc3f7d48fd8941825301d9c10d\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e7a8a3a4f2343ae90e7189974d76958\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ce5feeb56724ed5a3af02d7f4d4f7d1\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b417397a260415a9eb64b6d2ddbab50\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\c0abe92c85f644509179f4713b026960\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\475fc86f09ab492981ab7c94b41fe7a9\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\8aa296dbcdbb45328fece16fbb931d11\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\40d60474b59944138adf16628f2a99de\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\a38a53bc1ac442949ad11b9dd1703118\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ba4be3f936e4d4b9cff732d35edfbd3\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f74648ce40b45d895d9b5f1d00691f1\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\e334ac8bd4fc4983852d061b76edabd3\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d8fbd9a68054bccaade7e039b07f944\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\2f8864f2cdad465ab9b80bb606c7ad7c\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbfe6e304ed145bda64b001162d4d2df\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bbcc129278a4a0ea68b6f5c39a1e57d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\063e5511431146b8af304e34736c0708\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\999185ff72f74ff49234abfc15b93572\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\194cbf9d12054e8e9f3bbdda6e3808ff\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\2aebe29f82d8458c9ecb14d5fe84eb84\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\af5ea82b4957467eb501aca911d2ca43\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\66f6a80f14d040e885e8c6991f831c0f\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\78e23073f30a403192a19c5b12087a5a\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2eb1a638bc14862b10ee790c79ef22e\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\28d66cbd3865421da052374c9b3c3677\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\8bbc58a7905b49b88722108ef14c7454\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\23ef538c0d2f49229617f99689ebee15\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\41c708f883cb47689ff59179143e706e\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddc35ebc84924af19fbff3067df9cf67\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad4e51cb2df24a1d889eb5ddde53d725\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\31af339dde1543168a8eb104c0a5ac44\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\e9b496290c55451ba3510fc550a81933\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\eaf934b838dd4d88975c46f18a8544ae\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0b457f3a4f64fb48cac4804d6f4737a\System.Security.Permissions.dll"/>
<ReferencePath Include="..\..\..\..\ref\69bc2ffb8f214206aeaeef4fd1f31ffc\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f2d9529b4ea4f99a6bef8129c8d7b30\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d8df9a8e05d470a8d3ab2472e03984e\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\3281081c2eb443559aa2ff0bf2faea29\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\147c499b981c487091c9ea3bce597599\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\01c6224baa9d409a968e1c1f51340496\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\e211c94df1d54ed69e0929640eb79990\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ff00b50d6244339a2adb82a0cc84338\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\08688a9bdf6f4fd09f2342f894b3b54c\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4931c089df448ddaa5b671490bf6f24\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\0da03d4fdf6d40fd98b39b0afbf86c0e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\fcf3110b890f4d2d846b72bc8e7ddc2d\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\eaea44057f6942e4a6914e7822a15a22\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6cf9ac4955b4c7091d50a6f5483989b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\690120ddb5cc4ba28182c831aad6cbb0\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e4ee82e1d4b40b5a98376797bf4aa8b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\4194e45d4ebd4c9d8cab5a00732e9ed8\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\fc8082c8dc294a93a4cd40fc7b2f1f2d\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f6f23947a1f4b98bd02f58935519158\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3c8684bae544744a7ab800e39c9de3f\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\2abe38328d8f4954b78a91712cf76c39\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\787b9961028b48ee9c4e97109a3604c1\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\69bc8a1cfaca4eceb826242eee1fc6b9\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\251ce5e9a4f141d6a81fe38b34eae203\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f7554224a264aaab68da495f3307915\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\46fea973659f442bb43dbe9dc676dd83\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b9a7b76c70842ec90034b9887e85200\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\c0d3ee25fa314002a155516ffc720d9b\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2a150a021f04096bea114f36ffa3eca\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f4996a3487e4bf28c7483d0a55d1eeb\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e1e110782f64bb29d0f5ed6d83b841e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b8de57c5ec148e2bf7160cfa0263846\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\cda87f5c394a4a24ae0394894474115f\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e22389ab93f486a9d989dba3ba6ed74\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0b4296fee9a4abe9e6ba8e8ac7344bb\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\c7ecce2a8afb45a1a58f2df7f3afe066\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\43b8bb36195f4748adb4782b9e44a58f\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\06db36a185a942b48960096a9225c131\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\99d75a2705fd44dba175120461a00edd\testhost.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ae603401e6949a4afaaafd5b71a9792\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\ref\92d6b6f0e453448ba04916fae45d23ce\Xunit.Combinatorial.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
</Project>
|