|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests</AssemblyName>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="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\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\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.0\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Release\net9.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\b702dcfff43947f88e796fdab6c8607d\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4f3ac27a54c47beb08db39d7144e2a1\Microsoft.Build.Locator.dll"/>
<ReferencePath Include="..\..\..\..\ref\4238dc9cd2264d03925796de5bd1e184\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\5a887d28b4534c69b6122659cd988d51\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\ead551871d2d47dca76ae58ea20e3768\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\568ce7c049e44956a7db7ec6b43750f3\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
<ReferencePath Include="..\..\..\..\ref\0cd387c371c94292ad94acf68ba1a781\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f7b8dbaa5764f1e957213a6d5f9ceea\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec76801535664229aa7753f724b33f2b\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\931f31bee1bd40df94dea61130a49146\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\7952436e0a9a46808d852ced761ffb65\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\fecb9f0b6d7745c88a53a0dc652c2e16\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\66750b28993b41f3ba92cf4d6bc7bfc5\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\ce58b3abc38249e0b3d02acc26530c60\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\d45bb4de629b4edcb4a19f0d034ab9dc\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\5cf6707fd9d245b9b859adcb77c598f3\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\06429178fa604ab9847bc19ead3c115a\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\a22496f2df8e4119bdd2a2262c5d1ef5\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\7625db66bc97442480774419251d683b\Microsoft.CodeAnalysis.ExternalAccess.Copilot.dll"/>
<ReferencePath Include="..\..\..\..\ref\e05b18635843450b8ef7f11a035f4c10\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\a55aa856038c449eaa0e746d9706bf10\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a7dc7696bcf4fa2b5688e13865ee45b\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\df0221a7799e4d829109d02c6e83e120\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\85c52c29b33f43f99b4e7ddc8df377e8\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c5f362c0f52414d9a39f89e8a1b16ca\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\f54e15bb8bee4dd2b849a044e79ccc11\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
<ReferencePath Include="..\..\..\..\ref\99c0212decbe4e9b8d2a372b71aadf3f\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\55f9825969ea4481bd860f6b3197d3f5\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c934b6a3c454006b8b84a3cf751792b\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2eb59c956c241dbbee84d012882f43c\Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd85c53c0a02456093d1f2f1b7dfd9cf\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\486e70c00b6041ca854ccc1234b1c68a\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\581d675e3d084b40bb7140cd631224b2\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cf80e14dc4a4538b186cde0d8c462f5\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\73b494097d7b4385a71c1a6065e98ad7\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\93bdd5946b4642e0a12d772d59902af1\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b2d252a5d59492e96ab33da9ebd4afc\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\ff51877720c549a59fb3266b05a8194e\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\36f62b76a7074cbf816b302dcd2265f1\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\a90c1b7d7bb343868339a4aec5930bc1\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\902f9d301f144520bef29895d913e456\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac646792ab91458abf3924318ffe14ed\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\943a821cfdf447f7af0d91d2fbdc6880\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\633a756bae61408ca96f1e823ef9b668\Microsoft.DiaSymReader.Converter.dll"/>
<ReferencePath Include="..\..\..\..\ref\894fdb67789c40db8f9695ee1de56065\Microsoft.DiaSymReader.Converter.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f1fdec7cbfe4433a7ec3a6d1bd0e542\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\838402d166304061809e45e127735cb9\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d578cfb374449059a307695ce4f7c30\Microsoft.Metadata.Visualizer.dll"/>
<ReferencePath Include="..\..\..\..\ref\f11b464b069642c985a6fe3ef0125e74\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a5f7be7dfe84a72914d5cbb3fe3b431\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\b9aee0fe42984ac6bfb35f0cc44e8faf\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\a80395a3c8ca42edaa652312b5155c91\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\af2998af841f495ca17bf88e354e380f\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\ref\23f57a450e714e06a0b4ecaeca2c15a9\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a58461be8e4423b93f618aad8f787cd\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\5770a2baa5304262a09723437cb5dc94\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\d20d7374989e4ac0aef90dc6d884eb00\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\7de758d8e5f7491bb875e29e800f2efe\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\0f45ecffc10d4b26aa4c133411cebef0\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ef07fcf8ea146479afec66e2b88b543\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\618792a7726b404a8b653d673ed30b22\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a558cc71acf4712a962816156cbe86f\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a1bb87a33b74e73b6789b654b96f9ad\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
<ReferencePath Include="..\..\..\..\ref\6aa9ed1fbf8444658f1a19f33bb0dc8e\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\70bf943eff2d42399a7dc6c605e1ff24\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\44cf06b5f8554e40ae32918692503283\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\745ff9f54ea34efdbc366236e6b75afb\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f19894e5e90462b8fa3dd4778d73f8e\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\b7d8a9b77e9b42febb840820edc58b6b\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\4121e30e3a2a4ffe92621639ef78d294\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\16227fefc7024ef6bd64d4804436db67\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\0662759350114a3c9ff171bace81d66c\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\0172ff95e4a146e29d2713ee436c5a51\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\7605f606f1974c3ba694e250e4a114b1\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\bbf3d5d2aae24495873cae4600e8024c\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d3df9e2bebd470dafe38a684d44acb0\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\a20a06510fdc42d8b6e022d35c038d8b\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\80bdc233e85942e0bb4e85fa71d8a1eb\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b3fe74a541d4f17af9211158e80737e\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\e94625bf448349fe80715310978747e5\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\85a3b2461e83415a9f02731ad160c652\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\c52d040f6c444071a14a7363fff8d410\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\65dbd21af01340a3908ec519b86ac8f3\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c1713ff033d42c9ab4357c6354f8375\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\2dfd640ef10a44aeae8fb2fe9ade5b7e\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\8011bc4c30d84c84827eb7db26a16069\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\ref\30e137ee3f0e46e28ceb025cfafc94ec\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad1a8c0b84a14ebabf6ece66a2194e80\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\562636d9422843329ab378b698833467\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ec97217f6ff454f9528c396ea56a536\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\e9fc510f0a0b49328f1f083b22836a22\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\6157af0a7f4b4b8a901d488d9abac792\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\d326e7a91c164aecaa8af06548bce8e1\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\292842daefad4613a8ce53e7a087650f\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\f551bbd9690f417e8bb493e854da9086\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c05f0df7ef0465cacbaaf43e8cbec00\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ace1c2c9ca1496787e4f5be8591ae8c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\925de66006ee42b5a0bd2495ffe1eb24\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c80e238483a4f0880686dc4c9c4ab3d\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\db265248fdf041a18a78e2b107b74e98\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\38f3333a3f764dc5abe44590af8ad573\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b8009ebb99a42b9a34ff04515838d3f\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\02dfc98d98414ad799fab2c24ec7525f\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f5ff050f7024183bed99abdc0a1ecf1\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc945a1dc60743f6bf79e8ff78cd3420\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\faf5f9c341d14435ae6fd45dea0b33f9\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\5057a58291e84ac2b1e41209452cc980\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a39b5bea7d64fad9214d6a8573e9930\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\246132072dfa4a6c85ec89171090a6e8\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\d83f203509d54b79b524d475e5850c2a\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\e53d5ce916504ac3be095b506ebd0933\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e86c3e0683d47399c3c4d6f7a085ec6\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\00abc48651af48eb8e77a5b74334b7a2\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\edbfe527a5c84e1a9c34cfd8a7e342c8\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\010bf5077bd64923b1755394ee92482d\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\70db790811214cc1a9b2e81f665d8c89\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\dae2bfe6bb5444059fb571fe174c717f\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\cef99580d92d4b52b3bb9616f0e46ec0\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3de721daacd45f6bc3cee916b0b47d8\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\d890db7161fd4a65b964d6454ab622fb\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\a366588be1ce487a9c3bdda3f0cfce88\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef2046c6133c4601a0ed3f5d2814655d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f8443f45f834c28adf6f08c6ff70d8f\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\aef50c14ad3447da88bd57e964543037\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ca456c3389f440c8181fe5dfeb01cd8\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\bf509c4eb4874043a040d6423f01d2e3\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d9e024a4e8f4ea7a534061d1388fe3e\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac3cbf586b7d4ed3acfa0c5766af67d2\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d1c2d5baf234533930f94a8332dc4cd\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\eee5d77e096c4c6b85eed780fd75280d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\1dfe681325254b7688be825385239638\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8603999527f84e848ecbc47eafff622f\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\10e773c0deab47a4934487b29af94db3\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\af452bcc9afa46a0a6a909859f5b9164\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\be6f4723e02f40c3944ec688858560c3\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\e7474e06ba414c319f4837b77ddddcfb\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\3948e575339c4e18b48fd251d5f6ebb0\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\ba0c6d551b264c829ebb905d00ae6f71\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\619dc950dde24cd98d8ceb692f93d8d9\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac187ab3485549a0ab8e67cad88b728c\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\355f50f5fb0a4c53b989cf1715665223\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2b56b7d6eff45fc96898629ccbf63cd\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\d90d282e7ff240ea9c9195bcdd974d5e\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\9177521aeb1b4f9daf2c9097de5c40af\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\642d107386eb4224bf95ecbcb7a79f12\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\3fee2bd3ebad4af180178607d7b7ab64\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\fc4c30b52c0b497e8288ac48ebfe89fb\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\6250908fde9b413d86946987bbb31f8c\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\d2dcab402fd343cfbb774938da2c5fa3\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\d359f61f4e694b738116da9551f5b19e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\96ee315f199c4d80b2322ad1ed4fc97c\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\e294e7c04d164dffa0e712910511aa86\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2d98fe130264df8a7a57f2a6e7743a4\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\42240751301e4b1b8b4cae551f3e2102\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\f34168b6cef04f818dd5163568932b3c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d6d898d3d4545b2be554b2f49388667\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b74992e713940fabc68ff683cfa7651\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\85dbd1f9b6214fd89a61f33eef0c427f\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\80dd3a4a3e354436accb58eacdb625be\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\4269ebcab9d34bc0825945c4b3154d56\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\41ba4ec526cd49378122cfc2c6e79b10\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\72065384f66a49a59bc7a6b80c4c4ce2\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e28c25bd9227420cbaabd4728fc7533f\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\df1d4da440d64ba3852b17f8e7a3bfac\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f409026fbf544ea8dd2dfc39786e073\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b3471954d1c433c918a32241706f6ca\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee1a99daac154bc68ee25d751c4dd569\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\2018ecc1428646e796cc1fbf3a94c107\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\baf9ca9c01094212965d8d968653da84\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a9292d6d0034e08a475bd4839074100\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\0db06c86da4d42158a497de456bcc8da\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\030d9ef306374d98bb0e9b74cbe4b130\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\448c627af2d940779bb1457d4f0bf6db\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\0eecccefe52a46bb934bd3b566f698c9\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f48997ef1d4436e99c35ec2e411722f\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\94ac1fa8882b44bab194019d376d0a9e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\495bd5b97cf14d24bf1bc5ba8ce2fa39\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b596d2bbd9b44688cf8d15871a96541\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\13437f3830dc43ccb59a18cfa223ca72\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\5780de5fcf7244c28d9e84a7737abb05\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\65aa89cda3a945b283a755af66329810\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\296b3ac7b7994f1b86975114d93dd327\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\23426c2204094be2856ad8f000efd86e\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\99a476f272a04578940b7051052e37c9\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\52c7a0822bd64c6ab6f8735246b06dc1\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3c5a5be498c4a138f8e8c2210dbafb4\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4f2fd8a07c64d26b881cb7062a80caf\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\f759436bdc5343f195edada233aedb6e\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\550cd148cf6043d4a84a80bc5145b503\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4fe04ceb4dc4a8783a1c268a21d663b\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\4552f1b250a641d3b7f27d1039328480\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\1bb57007c4774d9982ece50b93d7c588\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0f52e40e80745b8a5717969f2a70047\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c6fc506c8a7e48f392cb61c7cb684ba3\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\c0cef8e4c42a4971bfb647c37c68a1e5\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a0f891bac1d41a092abf6e15469b7d6\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\ae710de7314f4c2491e222b2eb5d9d53\System.Security.Permissions.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe2c6057c9e7461eb8dd4e4c763ba347\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5e2fff42200448481240a66733b41f5\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\01bcc640fdd44358afb4584aa16f8e1b\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a5f1e4884e14ab5929037fc9d0971d2\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\529b9730817442fc808e673cab149a1a\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ac2c526e2b446de81ab246ba562dfd8\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\94a1952255c048a780cb7ffb453bfbf3\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\e3a0247c55b447a0a7fa8a0daee8c02b\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\897cc8c7a03a4dd88f01b01702aa54b9\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\dcf53529e731430a93914ecbf26de73e\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\01dece87485142a2a45869cfa046e671\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b28dc35cbdda44728705954b74220cb2\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8131bfed00849b194fefaec9c63e47e\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6455261efb64fafbbb71137b1e0e30b\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\1be3f88f0075464ba3c3f166d86966fe\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\96460f6a357042148d5a143d2e9a0acf\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\500b4cc714f14b579f1333c0e2ee1bf6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c46aab353ef4008abe87878d6f0a019\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\139d796f3f0b445cb86fcebb422a4eff\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ee3f96df1c042e18e92893106886c19\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\e8026700e48a49df864b55c1d5ccc842\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\edd09cf7abba475481dc164d78e9eb40\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\51f55637b89941ee8728c0850cd8f8b5\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef654a61bf794e7f81f6e729ce2988a3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\56a0338363004064b23d4aa6f9a8303d\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad448bc744b747eebe16639efc657607\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\80276817c4a8486593386da98767e3bf\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\c305ee0876e34991b60666ecd2c9cf5d\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\822cecc54b0945d391b86ed480e0a476\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\c501a9c59cb142f493afcf4b72620abe\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\c6446b77d6ee494c9a8c39275d27bc05\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\7605b4500b7346a2b23a19347bd1d03d\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\c4476eaa481a472e9ec36c5834000f90\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\03b93e250dfc4b379d6e32de3fef292f\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\44781fb19826493985913c4afa7f5485\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d2f5a41ffff429592b22aded6256e31\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\82a258057e9e498c8b7d128d2f763948\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\4bc81ca2e90742549189d622afb36e18\testhost.dll"/>
<ReferencePath Include="..\..\..\..\ref\030977c9a3b247049364d39305b5bb68\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\ref\92d6b6f0e453448ba04916fae45d23ce\Xunit.Combinatorial.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|