|
<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\c9a092fd7368474796c1394f731071f6\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\d26f5f5a2ebf490987e953a500948505\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bdd2120ba1047c3b3811dd874a7c20d\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\80a1a4f45c874e4e9109d5b4c1491a18\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\79dd99e818ed49bd8b439487bf8a4e1b\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\825472ab11a649eb9819bc3626949ee2\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd07ac7fde7841f68e93bc64ec38332e\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\e35bc48fb1f94ed9a290c1b1b118e585\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\0330c41e645343ea95429f52d33b10fc\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ca7c535b33e459a83909fac1a8e8803\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c480ea43f12487faf66967482537b9a\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
<ReferencePath Include="..\..\..\..\ref\f672ac8524e646e3b11e4cc115f6f10c\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\a76b5748870548479b1c6feef772f11a\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\b59db350119440f1a815141617754981\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a76ed9e47884d65ae191228a76b6999\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\ae0c876cd7704f4f8417e80fb6c4cefb\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\77fed7cf139f473aaaaf5c6d2b881993\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\9099171300d34ada87a0b47c7fb98cc5\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc2201f6e38d4fc8b7f7b43ed0cb416e\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d8dfb41e3a542e2973315c2c8dc16ee\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\81d16cc4cb404463a348f838b472435b\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\b73fd5e649fb46d7b67355385fd0e8b1\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\bbc002268bed4140b2589da99599f8b7\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\8568727ba9e242f1b16b6a676575d869\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\41a31b1bbd3d4021aceab4e0e4216b28\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d72fe0cb55342d09fcb3b84e5c461f8\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\251aa7036eee43d89efeee9fad2ffde3\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\99958891c2ca4361ab441299163e8268\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ac29b89b639420391627818aa258b99\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\853b0d1f1e7a405694f7d1079a04624e\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\504869faaa3e40c8a2b951963f238d5d\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b60e75be3f942b298ed4e6e09e844b7\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d1f22169e8d48f4af4d81038ee18f11\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2b0a38e897749318b9466053a0042b9\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d0120c2cbb34814b1583d078c42084b\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\ed6465c0c6f6416c8d50ead598b713d9\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\19102cb8217f4d72ad9bdf6eb1cdbc99\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d17a3a7a00841b6a702934c5cdce3a2\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\586d18a2d25b499ab3ce797d402700f7\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2dd8e3ec2dc426396d38a5c7f88be66\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4b90452d7c746558fba06dd9c48c285\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\338c30fef56241449aeb57d738600940\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\6740a9e1d7514f5ea776dd45c9245e40\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac4d449e32c84c5f95143ddedd74e296\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e1761038dde41a090cae6c021b0801c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a61d8b4dafb49c8a898221f4e928a4f\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\994f0e07682a43769332180cdbe91f43\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\fc313532fb5443509ff2cba5d10833cc\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3babb18f4844bcba32545b6a47174e0\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\5bf4877c140543619afc01220c587f19\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\98b5a3969c5f4385bdf09c92806cd85d\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\f1926eafefb347f49f5ffaed9558b8be\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\55aa110b7c0e4d7fa102b2cb7bd7eb12\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\e90fb240fda041acaac78c4249ea6ff7\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\a87c9d86cac345068dc4fa22f6d6c52c\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\2aeee328c3164300ac35cde6fd63533c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\668c70414d3846b38b16d0520039c562\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\909e3ca1dd4d409f99f57e4dcd188256\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e01b35d855749c49b98fae6f1fb0b2f\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\01ac839bee4f4b9fadfd0196b665fdac\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\d4897a77b66147368956db466e31aba3\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\fde1ff56fd0f4f4787debb94cd178913\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\30d1219231f84f518c5c46d1739ecb30\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0104732e15043eb86ff1300eb940bee\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\43a7d5ee451449b18b3eb64b89adf8cc\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ff1652283a5496cad1e05483a3a1558\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\ff2c455154e64e4bae461083b671fc16\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\623c3dc8754d4af5965f70fbb09af6de\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea07d2e1d78b4229865a252450a4d674\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\59a48ee2d74146778625de02bf6945e7\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\eee1e7e09948439388cfc00aaacd94ac\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5d245e7fd604dce853887823dd5c0a4\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\6401f65c11e44e678b10e0a0c2d22e86\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\cd1c13fe71a449dbba43c165c13cf47f\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\e01ba73273fb4d9c978ddaf9ca4ad2fe\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\86914bb501dc47b792697e2d8ea22cba\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\31e114cd87c64f18a5f78b70b263ca61\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a309ec1baa44acbb89079c74a0cb86a\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\ref\458e511c10534adf97c72f6ff18ce779\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\72bcb7aa318b4fa88471dc409f0183de\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\27349fad2c3d4053b8653b55618f97dc\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\cd63c2ea1b284214b30754f529797b2c\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\3513830cfe354cb890788b29c5d830e6\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\cac889092fb04b96bed41ed75c4788b1\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a85a80f9eec40989ab5aba5b805e3bb\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\f98a2c88e1f84558b780030dd8791501\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\fdb2cfe982554352afc3f55294063ec7\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b1bb9ce836544beb512f255d89bf64c\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\a949e091cea4404fa70893f68dfd30fa\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\c95c57856e8142f79ad9569866a747c8\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\2dc17c6102e74152a1c21e326959ab7b\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\7adf23a287c74f52b907e3f1b40993dd\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e1fe4ceee9d4359b036f47fe40967cc\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea40cd2f7c70455e9bc6280f95f9447f\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f989d1164154228848a93f886cca9aa\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d9bcd5b9d564f1b94be48c5be77e21c\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\8cd49567bd434acc92bdd621dca305b6\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\b17513a0c3404641b878b91943db1b7a\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\d94409e0e1c248da9d1a9f6ea0edce80\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\99e044e444ea48dc8c741f2cdbdbbf88\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\8895fa99aefc415491da738db40a0634\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\af25985011934ca4bf896177f8ab8ac2\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\04af8393b44e43a4a3cc2295960d6a20\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\03143edb08734facb58fe0fdf44e5899\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c2f624361f04c07a9ea3922b7556f24\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\e8a4a83ed02b48b4a6d7cfde01c556ef\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\31861a98567b45be853964701a165d4c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\f9fd13d092824eefad7b5c88d877d4d4\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ad97a6d6b834feb8407df0e106e9ca1\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\2aebd8456ab54d7cb5890ce84d7b34c4\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\fa54fdfcb6164603ae4977eafefa90ec\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ec18a477cca44e1a67d30870d12bbb5\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\035c1dc79b5c49ccbcc056ca522f62d6\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\428726dee7a248fbaae9d748974d454c\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e7acd8b1bf04acd858763bf03001b93\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e5b35aad9e449f19732c4e46711cf7a\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa73204b22eb4b208de9f1c3b4e14203\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\58beb3a60daf44ed961994e57f407521\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\e35e7a0c5e094504b81fdedc9fd80420\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2d0f035fc354380abe666dc73a381ea\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6985fc99d8c4cbb920d30137512bdca\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5d5a341eaa143de945957d5f23387ad\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\89327f98360c4b73964592d3870960c9\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\68c57546863a4678b9faa0449fa9ddf6\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\55b7954491fd4087a46fc6d0610a1cbd\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\84fad2d6ecee49178305bbef5b78ff2c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\2768e4447cef430f9454b93751a083a5\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\459a339d540248fb8d0fbf2d321443cd\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4d725fd31ba48369c95549ff6eddf53\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c16775e319a4e298fcdb0fa5355fe7e\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c962e5d61224d01b5525edfea0b6179\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b1c6dd6e7594d5e88cf79ece026cd82\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\5587ec6c0c074b24878ef914808485c8\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\2520d9734ffb4a049c2eb46118fb99f1\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d4bb305f64643149f40679166061801\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\cd5a554c60154aa8be2a1bd0cf800feb\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\66648c313e5849b99965eda606fc8357\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b0d64df7c4e4f27b1b90ae1d40f414a\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\710c75474f494e5bb1161a06dfd7bb68\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\ab9fc11b1bc348b28eebc8cf3cd7133e\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\3294707a08a4416e9e218738956a16e9\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\1871a641e98643dcb848f2db2a4f0b1c\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\79a2ba6a2a0443f39e29122bf7fbf7ff\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\31af339dde1543168a8eb104c0a5ac44\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\70df216a5d874a4aa3fb16b94d34f898\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd5bcb8f22dd41e78177ba2121906abf\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0b457f3a4f64fb48cac4804d6f4737a\System.Security.Permissions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4aeae3d63f74883a38585516c2fdd16\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\5604a2764b5c42749ccb3c499b6afffa\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\0cf0688a8fc84750a18e53a5009bdee3\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\248828486c8a492ea19fd506e77faf58\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\c7ddd28704fc4441aa13b7a56109977e\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\5a5f22c8d8a448fbb9b43425d12287d8\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\45ca12b35e6347399240d110a8627173\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e20d1a172af49edb45b8f440188bb5f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c519252eefe4aabae53b374224b5b24\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\236071d464ed4cdb80da0406d959bfd7\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\b35fd82735c44352a30c1e7457fdd37e\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\11e0d8dbcd184a50988338953a51951d\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\a684c93134144d72a20a3aaffc946425\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c40412bcc9d4f7e8cc4d9c5c3668dc6\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\775852f276fb4befb9582d2bf2266422\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\65972229017649288bc70965ea8c78c4\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\3324f1f1cd144ee0abfd3cefc7a36cef\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\35ab728d78b24b2ca7ae376d8d8609a6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9332b08edb4d4b38a7cae882ab077902\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d9c8b6880af4879bafd196db55c877c\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\a4045e39b9f647a1a00be6512356cf6c\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\76494a872c2646769933ac90dddd0d49\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\9f2ac6ffd8094128bf215ac514f163c3\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa372b3927174ae780fe0ba2afee1c56\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\5ecf78e3c60f4ae0a7d855ec54ca3436\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f65fbbd51fe4690aa4eae5b9d514fbc\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\55c36477b19b46ccbf7bd305deb57619\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\9be32f06b2124a56aabcb4526dfd270c\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2a150a021f04096bea114f36ffa3eca\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5673b8994ddb4fd0a659790c16fa4e69\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd253bca9d6044bca3559bf997d745f4\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\940c20d6e0094231ba8ae829b5beca44\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb8724ba115646a8b69554f7760b5dae\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\491b2bbf5d2248028f3ff8235ea01a92\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\18bc2ba59b674ca395c19d5a06feeab6\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\891ffdd104aa4fb5b956924e66a35d45\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\3813276ad757463aafa32d32cf83fb3d\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\b335ffe77d6b4d6f9d94f3f396c4d88c\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\99d75a2705fd44dba175120461a00edd\testhost.dll"/>
<ReferencePath Include="..\..\..\..\ref\04c6b0cdb6b44ed384609674acac71ca\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>
|