File: Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.csproj
Web Access
Project: src\src\EditorFeatures\CSharpTest2\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.csproj (Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests)
<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>
    <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\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\1\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\72072184a4a6422289128d8db920ec6c\Basic.Reference.Assemblies.Net20.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f5fc2f600f8240d2b382e1139d8bf517\Basic.Reference.Assemblies.Net40.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6e8c90abb8914733af38a5b59d52d9b2\Basic.Reference.Assemblies.Net461.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ded99894024a407d9313e13e83db4ca3\Basic.Reference.Assemblies.Net70.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bd5f42dfc52b4dc4b3d2a9b8c3836354\Basic.Reference.Assemblies.NetStandard20.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a9145212793c4002b424ca52362e33ac\DiffPlex.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf1c21fb23e4f21bfdf386d019c443e\ICSharpCode.Decompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9f3576c971c4494a94170478326f36e9\ILVerification.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bad1bd984fe456780e7fbc1c04299f3\MessagePack.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1923d9d472524fa98cbb21cbc908a76a\MessagePack.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b702dcfff43947f88e796fdab6c8607d\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5dec4598e7494a83a6d238dd55092309\Microsoft.Build.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eee727ea3b3d4651a23360c55f8387e7\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71afe9d888b049b1b688075cdc8d5bb3\Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6ef01aba784d484ca6ec58e1a68919f3\Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4238dc9cd2264d03925796de5bd1e184\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a887d28b4534c69b6122659cd988d51\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ead551871d2d47dca76ae58ea20e3768\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0826f72e7e8a48efb129d3d8eeed0f65\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\6dca01933dca4f91959e12f3e444f787\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1f73ac711bcc4a27b6ecf28162a2749a\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a057817ac61349c188fd31080ebc5a23\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0c94bc5adf9446579ea4f9c97d531599\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8bfb9905fa66495cb65ad44d7cc31f37\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86755f9277d242b28df97fbd9c681f17\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c72b3e3c9274c9594e0502e1ea5b25c\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b262e4133434c0e8655fe952dc0765a\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6dda2e87f5fd441c95cabff17406e6aa\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aac637afeccb41e28e4a2346c8a9f556\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\232bf55b117d493f925ed3f382497c41\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\92e340f976b04424b946be1ec2f30b38\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86d371c8a57e4df69777b0ce53bd4fed\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
    <ReferencePath Include="..\..\..\..\ref\27f50de27be448fb9d809bedb8270b66\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9791196c249d461d9a99e2eeb352fbcd\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18b8a00c73624722b0706e7a24edfc44\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\8ebe9d3fa214467fb823359da96d60b9\Microsoft.CodeAnalysis.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a057064e1fbf4f639c590026bb5a513e\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ab32c744f394496487b60bc50dae98b0\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9e95a6cd86b04fb896d9f18b9132a060\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\451aaf0e731c4823bb28a9010ade14ad\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99ab27a76653490c949776e9fc1d75e9\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\ref\72ddc506ae894086996978c46d420868\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b359583424e84543bcd924e23697aeb0\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\a8ceca48b7b645dd875a40ee6d287254\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\838402d166304061809e45e127735cb9\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b0d8419ba554e1287327f06a64825b0\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1aa8e84761ad45ac9c8835645339482f\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1cf35561099f49d6ad6bdb7700bcbe30\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94284f175f054271bc367cb4b19eea49\Microsoft.Metadata.Visualizer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83c7683e69d64055af329c40bc376406\Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\074def3546634283893efc1f99890d4f\Microsoft.ServiceHub.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b59969c984d414b8d2c014ad605d826\Microsoft.ServiceHub.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bfc7432405e4bdf80e8a022a594b955\Microsoft.ServiceHub.Resources.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1dd416f496e3485f9b9d01562dc96df7\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ad9104edc994aac8359817cacb425d4\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c350d68207c84838b6f366c794ba9ad4\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b40b52044a5444cab19cf41f50d3f64\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfcaa3b90cb44463b47979985dadf00d\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe3d3a65671449b68347ff4158e7ff3d\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2df038f81224bbb8c95bcd16288b8a4\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\30fb2fe1e77748d2b6cd46429065817d\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b037499bf8141c28b2b3ba29b12ff6a\Microsoft.VisualStudio.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\74a7820851d4473c812af31a79c630db\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78aa2bcbfad84ab1a9e5577cd2267fc3\Microsoft.VisualStudio.RemoteControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\662746508041472b8ff7edb341b2e048\Microsoft.VisualStudio.RpcContracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\89d26e6a4f304080bbc899587e09fc51\Microsoft.VisualStudio.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bac6372743654d22b52ede86ecaf876f\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\503ecc9f55b1406195554b444d3f5d0d\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4bf436ff9c842f8b4ed6e2af3b9c911\Microsoft.VisualStudio.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d68eb89c75344ce5a1f6690044b56f49\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57805ba33b04476195399247f35a2040\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c7a17bb5ddc410cbaab2223c5ba5ff0\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e77c3c4056643c78b8ed7ce7c406031\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a19160615c2435493726a275fb38895\Nerdbank.Streams.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2458efa6c05749929b0d0275932ad559\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a475bac66d44f63ae1f61034a72fa3b\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e80d01dbefa0407c92a15070b6ce2caf\Roslyn.Test.PdbUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b875a5ca76b449a59a28086a7fdb4af6\StreamJsonRpc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e52c2fdc4d8043de996c06f08e870a15\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2fb3a08d0cea45d4b7a087d9a3977453\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71b11c9353f542d792b630bd28846ff4\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6bfa876b99e2439a87e1d66179f56e5f\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2df3e72e940c4b5d9add81b53fee8f89\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ee968ac2df140fa8e43cfa787ecab04\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c7ef16cf06604dacbaf6ecdaba2d09e8\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f117acb5a404f419ac286cb092da676\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d3df9e2bebd470dafe38a684d44acb0\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\ref\820bbc3d26504b0789d466b45230bf05\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\513dc6b0dadc435483c53c87974457a2\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\383231cbe22f44638d82ddd3af22c496\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ffc6a43918574488998d96dfbf682d57\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\55912c6f04fb44449ae547c3afcb0b20\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\f7b0453b05634502942dd7bff1607d58\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c09006334db8477fa0a1b86127d6bcd8\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e245c8598924825a846792d1cd4ee1b\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d722b0633d9f44999d8f490fa15eede7\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a9920315ce74d17be022440d8f290eb\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e4c1c0fb6a64d4d852ea165b0f934a3\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd7ffe92df294e6ea294dda467d7ad3b\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\886eb68e660f417e8432392c5d84c9e5\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad9935f006614d849130b732b9ef1ad6\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1ace1c2c9ca1496787e4f5be8591ae8c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf775ec43a0467d80888a4a65646b1a\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e09453c9ecc418ca3d72ceb754bd94b\System.Diagnostics.PerformanceCounter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0622d02d197a4a6b957fe39140942a23\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c148eec0fc794aa2bf1b98e672f153d9\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\680df1830c9f464d9d6ec22336fbd63e\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e5599641639143f7b8211c151c4f22b2\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb054455a5f74bdda14f2cd3eef9a850\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\813fc7f5d8c643228c16cfcb79f1f21f\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\435ac49f8cfb495e9850e4ae0c34a393\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc0f6d527d124d7985725eb76f19462b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e65cf3a4d5fc486393e03dd005816f02\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d8c648778a104ff882deb96174d56f24\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3921c87a7c664a8280e27586af2d0e8c\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc117348436f41019556ea9f68cd5fd7\System.Formats.Nrbf.dll"/>
    <ReferencePath Include="..\..\..\..\ref\619e084ba2c24dfba7e7ffb7d4f1f033\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f6ab25ac7b21457e8d9ab678bd9a10e6\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f41dc12fef0249e9861a5d922268d2b3\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ead445fd2304466d99cd194386bc921d\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc42283af91846108f32ed609fa0843a\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4c0bb750f2114d52a8117e562ed21389\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e2abe009bc1241758402e1651470477c\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8394b9c37024cc6b1d8c2d3759b365b\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7bf314490ddf422d97dd8c0030f52300\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e87db2bbaec743cd90cbbd1d56eb5a8e\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b39f869682554b9fa95714c791307e51\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e26eae31620e479f9f59632f7be69a10\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\39230ea7bd164551bc0baaeb50ff95c9\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe0388e4368c4f518cba631762b957e1\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\848cfcc871e24573a88c69ffd00252d1\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d714b69e78649f99db31a2a52edd495\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\51dcf85efc9744c3ab82bda136ef8fc5\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ee7c7f672f3e45bfbaa0975f9cfda781\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c9ea69c867574c6b9b362261a08f6326\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7644ccd46c8d423d8b4de149aa2a7084\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2122fc1e04a14315821b89f6f0bcc7b2\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\89e3c6b357714eb391100db0f66d1894\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\16991bc704a1424e80a3811e3c30b8ef\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b1bce2de16e453db73677774a187925\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4f760b52595147e3bdb200d6f77b4557\System.Management.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7a48cc125e69408c994bdab8b8e6e490\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9be6623c1a7b49e995b2203e818b9f36\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8a623c84ade84336adf268c405c41f1f\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eccd7a0f6b8f4ac38a5feaf8658bbf71\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d8fdc1668c84d03b1a6ca0c0ea367de\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\647548d921534abfa3617e28e092f75f\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8bf084298be243c09b0356988bfea2e0\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3113e3797c144619a8afb0777cd6d621\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad6bad52bba348eab93563bf944cf65a\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1cb7024b0d6d4f0689fdf215aa144c4f\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0538fbdfd102405684f466047ab217d8\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\83d1c025b8a24716b1a2466c3ec11331\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd8b028ea39342b89b5be384f5b28b3e\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\247fa3ab9e4e45069354ddb4ff8f6d11\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9518192301e4c7487d0c1dd6ef64feb\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38a28ebf0fb54e62b9bd30f6970253e1\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0393c6885e754849b76b6e4ed09040e5\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a7845d716efb4f62825f47653babffc1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\596935252c804d908df6e3867bade515\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4a784406950b41a89262bbae414eb85e\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18de6c113e7341eea4e38a3b1ad03cd4\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6de34bfa0eed438c99b2dd48366267a1\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e8f008363e5421885dfa69f600ff952\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\365651826e2c4c42a7bf6f0b3fb0566d\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73066c7f91b04006880949e0ebf3f406\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\009493b98c844470959740136e9e2ede\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c7848ce8382c4a778145253a1d949414\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\784eb1ac94bc474d81d62daff9a36e12\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6134fb7326f04923bd5283ebdbab9958\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\10047829cd4f4e0fa99c34aa29fc2d3c\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\729b1a8b16a14d9082640f4621a5d092\System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\648932cd444549b29259a5627c485e88\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\593727488e404cc4a31604998f51bec3\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\88e99f3645db47d6bb7e0a5e6982a715\System.Resources.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ea7c08787ec48d69e689430a498c199\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\242e4f7317c6474ead6e7734c71de4e3\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7f01facad0654f29b597d14dccfc4c44\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a343e1a0ff9c42d09f99cf8c7cceeb31\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\620f196f68f348d392ccf1f099cc2d16\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c56d6e227298457db39d2b3ffc8ac027\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b7ba6ea2dc8430f82e7d1b158f87771\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5565ee0433a4c548d88790fcd397442\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\105dc8a99e464e3d9c248f31b8577b34\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\463ef9e578c143059865ddb4b9058512\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86ba5a712d904dcc994cbf8f8653405e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2e6bd6e8e8e2449388c329da98184b45\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3222c981da15443ba6d75f2a783ff504\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5be27545433c4bc7bdf7517b6020b3a2\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08f4c91d83ef46fc876323092b538e36\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07855f3d86294548a7ffbc4b90730e8d\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7f38ba27558b4784b881a5bf9c608cba\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4d4357e446414520baaa7913c6c23cfc\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82fa5d0b67684eaea2e5045727e6ec1a\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78b8d930f7984ed98d7daf1b219b0341\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da61c04d33134c7a91d3135db5f3d609\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69853e448a164263ad8ff1b2c30f74f6\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5b5d8e2859c046bc940519f5cc7a7421\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fef39c275baa44779ee603b2de8e8636\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03d1ff5e285b41c8bee3599b03972b4a\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65bdf6b7f1274f82a41b856994dc33d8\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7fa4e66993ea47688855fba20b8127bb\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1af0e167861c4a718510d5cc5aaadec6\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4095cd40625d49cbbeb2b02aded137c2\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6fc506c8a7e48f392cb61c7cb684ba3\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d04b3b753f9c45308a83a1bc6fb41894\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86506d788afd4382abdaad86ac0a9adf\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6fba54da9302478dab7b4fd620556f6f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22678318f827469b857563225ffa2d78\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9a7a1c29019045338f2e608319472c61\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\57871ee79f9644b9bf923308bf36e46d\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1704208bd8a0453b88b286ee6e214960\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c9a311b2ae048fca52d8d47f6dd9a40\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ab7e4c65c3947e3bf83a358126414ed\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d849c2780624c479129f57cb75160f6\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5ac2413ef8c84661958851a5255d2d1b\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4ceb654a2564f7aae768e219ffb1fc9\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\17cacecc1a8b4f4899dec64d918cfaf2\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\68a54fdf5d4844d8b809e867c6b0e1ee\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19662fd3cb374d009748c50c3220dd4a\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b8553d8cffbd4c8e87a16f5db9aa999a\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fae68494e00b45efbeba7ed914b3f8a2\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\05f02b9c256c4a40af7460b723bc5711\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\38fc606064dd4e7a9a8d052ff139f2f6\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\89d36735c01540bd90eb71cd54e94b6c\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69b178e258ad4e1f91271fb7249e21f8\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f0aeeb89829940aeb3d98e02fc8fda3f\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\86b2dc6464ef472ba2ea0af5f2e15df7\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f40ba3abe412434ea8f9ac49b6daf93e\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e22aab485cc748eea35e7ec3e5b99fbe\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8d696dfb55da422699e2ef5fa5331684\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\750f7b2b038b41219a96d255b12b292c\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cab74f79e53a4379b221056d558c9a38\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5d76193b8004e7c8a956ad2eec07bda\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4584d9d02e3f46889e12a2e2cf4998b7\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\50f6cfe2a3e749b987908bd20db56377\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b32740a53dc4936a274242ae65e2d20\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9e186f7839834f389ebcb08330f02d68\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59ab8581035e4ae2a6fe08e314445ecd\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\05f8ea9c881c4e87bd9f2fe0c0f1925e\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e6f530531e3a489c93bb953b35b5d305\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a81e8298c5634bb4a5ca420d3abd17d8\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3430fe544b0b459ca12e2a6d3ca47a82\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d60166e7ec65482e8b8432415fe79cda\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c5980a202aaa4ef9b83d9606243f8770\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\ref\544c250d93514decafee07740903ca6b\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>