|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName></AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Include="Classification\ClassificationTests.vb"/>
<Compile Include="Classification\SyntacticChangeRangeComputerTests.vb"/>
<Compile Include="CodeDefinitionWindow\AbstractCodeDefinitionWindowTests.vb"/>
<Compile Include="CodeDefinitionWindow\CrossLanguageCodeDefinitionWindowTests.vb"/>
<Compile Include="CodeDefinitionWindow\CSharpCodeDefinitionWindowTests.vb"/>
<Compile Include="CodeDefinitionWindow\VisualBasicCodeDefinitionWindowTests.vb"/>
<Compile Include="CodeFixes\CodeFixServiceTests.vb"/>
<Compile Include="Compilation\CompilationTests.vb"/>
<Compile Include="Copilot\RoslynProposalAdjusterTests.vb"/>
<Compile Include="Diagnostics\AbstractCrossLanguageUserDiagnosticTest.vb"/>
<Compile Include="Diagnostics\AddImport\AddImportCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\AdditionalFileDiagnosticsTests.vb"/>
<Compile Include="Diagnostics\AddMissingReference\AddMissingReferenceTests.vb"/>
<Compile Include="Diagnostics\DiagnosticProviderTests.vb"/>
<Compile Include="Diagnostics\DiagnosticServiceTests.vb"/>
<Compile Include="Diagnostics\GenerateEvent\GenerateEventCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\GenerateFromUsage\GenerateConstructorCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\GenerateFromUsage\GenerateMethodCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\GenerateFromUsage\GenerateVariableCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\ImplementInterface\ImplementInterfaceCrossLanguageTests.vb"/>
<Compile Include="Diagnostics\InMemoryAssemblyLoader.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.Casing.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.ComplexTests.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.Compliance.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.PrefixSuffix.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.WordSeparator.vb"/>
<Compile Include="Diagnostics\NamingStyles\NamingStyleTests.vb"/>
<Compile Include="Diagnostics\UseAutoProperty\UseAutoPropertyTests.vb"/>
<Compile Include="Expansion\AbstractExpansionTest.vb"/>
<Compile Include="Expansion\ExtensionMethodExpansionRewriteTests.vb"/>
<Compile Include="Expansion\LambdaParameterExpansionTests.vb"/>
<Compile Include="Expansion\ModuleNameExpansionTests.vb"/>
<Compile Include="Expansion\NameExpansionTests.vb"/>
<Compile Include="Extensions\ISymbolExtensionsTests.vb"/>
<Compile Include="FindReferences\FindReferencesCommandHandlerTests.vb"/>
<Compile Include="FindReferences\FindReferencesTests.AccessorSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.AliasSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.AnonymousTypeSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.AsyncSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.BuiltinOperatorSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ConstructorSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DelegateInvokeMethodSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicAssemblies.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicBinding.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicConstructors.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicDelegatesAndIndexers.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicFunctions.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicIdentifiers.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicPartialClass.vb"/>
<Compile Include="FindReferences\FindReferencesTests.DynamicTypeSymbol.vb"/>
<Compile Include="FindReferences\FindReferencesTests.EventSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ExplicitConversionSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ExplicitInterfaceMethodSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ExtensionMethodSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ExtensionSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.FieldSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.IndexerSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.InternalsVisibleTo.vb"/>
<Compile Include="FindReferences\FindReferencesTests.LabelSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.LambdaSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.LinkedFiles.vb"/>
<Compile Include="FindReferences\FindReferencesTests.Literals.vb"/>
<Compile Include="FindReferences\FindReferencesTests.LocalFunctions.vb"/>
<Compile Include="FindReferences\FindReferencesTests.LocalSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.MethodTypeParameterTypeSymbol.vb"/>
<Compile Include="FindReferences\FindReferencesTests.NamedTypeSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.NamespaceSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.OperatorSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.OrdinaryMethodSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.ParameterSymbol.vb"/>
<Compile Include="FindReferences\FindReferencesTests.PreprocessingSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.PropertySymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.RangeVariableSymbol.vb"/>
<Compile Include="FindReferences\FindReferencesTests.Tuples.vb"/>
<Compile Include="FindReferences\FindReferencesTests.TypeParameterTypeSymbol.vb"/>
<Compile Include="FindReferences\FindReferencesTests.vb"/>
<Compile Include="FindReferences\FindReferencesTests.WinmdSymbols.vb"/>
<Compile Include="FindReferences\FindReferencesTests.XmlDocSymbols.vb"/>
<Compile Include="Formatting\FormattingCommandHandlerTests.vb"/>
<Compile Include="GoToBase\CSharpGoToBaseTests.vb"/>
<Compile Include="GoToBase\GoToBaseTestsBase.vb"/>
<Compile Include="GoToBase\VisuaBasicGoToBaseTests.vb"/>
<Compile Include="GoToDefinition\CSharpGoToDefinitionTests.vb"/>
<Compile Include="GoToDefinition\GoToDefinitionCommandHandlerTests.vb"/>
<Compile Include="GoToDefinition\GoToDefinitionTestsBase.vb"/>
<Compile Include="GoToDefinition\VisualBasicGoToDefinitionTests.vb"/>
<Compile Include="GoToHelpers\GoToHelpers.vb"/>
<Compile Include="GoToImplementation\GoToImplementationTests.vb"/>
<Compile Include="InlineHints\AbstractInlineHintsTests.vb"/>
<Compile Include="InlineHints\CSharpInlineParameterNameHintsTests.vb"/>
<Compile Include="InlineHints\CSharpInlineTypeHintsTests.vb"/>
<Compile Include="InlineHints\VisualBasicInlineParameterNameHintsTests.vb"/>
<Compile Include="IntelliSense\AbstractIntellisenseQuickInfoBuilderTests.vb"/>
<Compile Include="IntelliSense\CompletionRulesTests.vb"/>
<Compile Include="IntelliSense\CompletionServiceTests.vb"/>
<Compile Include="IntelliSense\CompletionServiceTests_Exclusivitiy.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_AwaitCompletion.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_Conversions.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_DateAndTime.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_DeclarationName.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_DefaultsSource.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_HandleNonRoslynCompletionSources.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_InternalsVisibleTo.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_Projections.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_Regex.vb"/>
<Compile Include="IntelliSense\CSharpCompletionCommandHandlerTests_XmlDoc.vb"/>
<Compile Include="IntelliSense\CSharpIntelliSenseCommandHandlerTests.vb"/>
<Compile Include="IntelliSense\CSharpSignatureHelpCommandHandlerTests.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests_Code.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests_Inheritdoc.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests_Links.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests_Lists.vb"/>
<Compile Include="IntelliSense\IntellisenseQuickInfoBuilderTests_Styles.vb"/>
<Compile Include="IntelliSense\MockCompletionProvider.vb"/>
<Compile Include="IntelliSense\SessionTests.vb"/>
<Compile Include="IntelliSense\SignatureHelpControllerTests.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_AwaitCompletion.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_DateAndTime.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_Projections.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_Regex.vb"/>
<Compile Include="IntelliSense\VisualBasicCompletionCommandHandlerTests_XmlDoc.vb"/>
<Compile Include="IntelliSense\VisualBasicSignatureHelpCommandHandlerTests.vb"/>
<Compile Include="InteractivePaste\InteractivePasteCommandHandlerTests.vb"/>
<Compile Include="KeywordHighlighting\AbstractKeywordHighlightingTests.vb"/>
<Compile Include="KeywordHighlighting\CSharpKeywordHighlightingTests.vb"/>
<Compile Include="KeywordHighlighting\VisualBasicKeywordHighlightingTests.vb"/>
<Compile Include="LanguageServices\SyntaxFactsServiceTests.vb"/>
<Compile Include="NavigableSymbols\NavigableSymbolsTest.vb"/>
<Compile Include="NavigationBar\CSharpNavigationBarTests.vb"/>
<Compile Include="NavigationBar\MockNavigationBarPresenter.vb"/>
<Compile Include="NavigationBar\NavigationBarControllerTests.vb"/>
<Compile Include="NavigationBar\TestHelpers.vb"/>
<Compile Include="NavigationBar\VisualBasicNavigationBarTests.vb"/>
<Compile Include="PasteTracking\PasteTrackingServiceTests.vb"/>
<Compile Include="PasteTracking\PasteTrackingTestState.vb"/>
<Compile Include="Peek\PeekTests.vb"/>
<Compile Include="ReferenceHighlighting\AbstractReferenceHighlightingTests.vb"/>
<Compile Include="ReferenceHighlighting\CrossLanguageReferenceHighlightingTests.vb"/>
<Compile Include="ReferenceHighlighting\CSharpReferenceHighlightingTests.vb"/>
<Compile Include="ReferenceHighlighting\DocumentHighlightsServiceTests.vb"/>
<Compile Include="ReferenceHighlighting\VisualBasicReferenceHighlightingTests.vb"/>
<Compile Include="Rename\CSharp\AliasTests.vb"/>
<Compile Include="Rename\CSharp\DeclarationConflictTests.vb"/>
<Compile Include="Rename\CSharp\EscapingTests.vb"/>
<Compile Include="Rename\CSharp\GenericTypeParameterTests.vb"/>
<Compile Include="Rename\CSharp\ImplicitReferenceConflictTests.vb"/>
<Compile Include="Rename\CSharp\InteractiveTests.vb"/>
<Compile Include="Rename\CSharp\InterfaceTests.vb"/>
<Compile Include="Rename\CSharp\LocalConflictTests.vb"/>
<Compile Include="Rename\CSharp\OverrideTests.vb"/>
<Compile Include="Rename\CSharp\SourceGeneratorTests.vb"/>
<Compile Include="Rename\InlineRenameTests.vb"/>
<Compile Include="Rename\RenameCommandHandlerTests.vb"/>
<Compile Include="Rename\RenameEngineResult.vb"/>
<Compile Include="Rename\RenameEngineTests.CSharpConflicts.vb"/>
<Compile Include="Rename\RenameEngineTests.vb"/>
<Compile Include="Rename\RenameEngineTests.VisualBasicConflicts.vb"/>
<Compile Include="Rename\RenameNonRenameableSymbols.vb"/>
<Compile Include="Rename\RenameTagProducerTests.vb"/>
<Compile Include="Rename\RenameTestHelpers.vb"/>
<Compile Include="Rename\RenameTestHost.vb"/>
<Compile Include="Rename\VisualBasic\AliasTests.vb"/>
<Compile Include="Rename\VisualBasic\CallSiteConflictResolutionTests.vb"/>
<Compile Include="Rename\VisualBasic\DeclarationConflictTests.vb"/>
<Compile Include="Rename\VisualBasic\EscapingTests.vb"/>
<Compile Include="Rename\VisualBasic\ImplicitReferenceConflictTests.vb"/>
<Compile Include="Rename\VisualBasic\InvalidIdentifierTests.vb"/>
<Compile Include="Rename\VisualBasic\QualificationTests.vb"/>
<Compile Include="Simplification\AbstractSimplificationTests.vb"/>
<Compile Include="Simplification\BlockSimplificationTests.vb"/>
<Compile Include="Simplification\CastSimplificationTests.vb"/>
<Compile Include="Simplification\EscapingSimplifierTest.vb"/>
<Compile Include="Simplification\ExtensionMethodSimplificationTests.vb"/>
<Compile Include="Simplification\InitializerSimplificationTests.vb"/>
<Compile Include="Simplification\ModuleNameSimplificationTests.vb"/>
<Compile Include="Simplification\NullableAnnotationSimplificationTests.vb"/>
<Compile Include="Simplification\ParameterSimplificationTests.vb"/>
<Compile Include="Simplification\ParenthesisSimplificationTests.vb"/>
<Compile Include="Simplification\TypeInferenceSimplifierTests.vb"/>
<Compile Include="Simplification\TypeNameSimplifierTest.vb"/>
<Compile Include="SyncNamespaces\SyncNamespacesServiceTests.vb"/>
<Compile Include="UnitTesting\UnitTestingSearchHelpersTests.vb"/>
<Compile Include="UnitTesting\UnitTestingSearchHelpersTests_CSharp.vb"/>
<Compile Include="UnitTesting\UnitTestingSearchHelpersTests_VisualBasic.vb"/>
<Compile Include="Workspaces\SymbolDescriptionServiceTests.vb"/>
<Compile Include="Workspaces\TryFindSourceDefinitionTests.vb"/>
<Compile Include="Workspaces\WpfTextBufferVisibilityTrackerTests.vb"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.vb"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.InternalsVisibleTo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.InternalsVisibleTo.vb"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.AssemblyInfo.vb" Link="artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Release\net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.AssemblyInfo.vb"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\f50fbdd6a58c413bbdcdd408060e662c\Accessibility.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e286a185ca443789ebff230e08c3601\Azure.Core.dll"/>
<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\dc519c6c29764b86beabd9c30f0af613\Basic.Reference.Assemblies.Net60.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd509faa76ec49e6a519b361a8b108d0\Basic.Reference.Assemblies.Net70.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea83f45d763e4c78bc4dcab141e8a045\Basic.Reference.Assemblies.NetStandard20.dll"/>
<ReferencePath Include="..\..\..\..\ref\acd3bfc3be1e41228d70b955a8c09465\BasicUndo.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d8c54ca45244f958676999a8052b7d6\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\f690ffe58bae47edadf0ba25372f9ce3\DiffPlex.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf106cf366e648a9a0e30b86ea5d8834\envdte.dll"/>
<ReferencePath Include="..\..\..\..\ref\da3d92804fb44bc5a722593d96820fa8\envdte100.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a4d9653fb8042cb9277137e58695b61\envdte80.dll"/>
<ReferencePath Include="..\..\..\..\ref\5e9769dcd34540a8b524e7e91cba8212\envdte90.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c9246b4d7af421aa2226342686bb8dc\envdte90a.dll"/>
<ReferencePath Include="..\..\..\..\ref\84e788a51a2d4dae8c6707e12c8fd46d\ICSharpCode.Decompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\c903479a9ec44f4fb6be2549728b937b\ILVerification.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b3a156658c841c189a522a7aae1e663\MessagePack.dll"/>
<ReferencePath Include="..\..\..\..\ref\27ea3691bd5a48e4bc6bea4b94ec80a6\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\b58c71adb6044e55a2583999aee51d00\Microsoft.Bcl.HashCode.dll"/>
<ReferencePath Include="..\..\..\..\ref\31e6c42ea45449cd90f632e9cc81d084\Microsoft.Build.dll"/>
<ReferencePath Include="..\..\..\..\ref\56bb936bb8d54642a28cc310c36d9410\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3cdf62eeafe4b56bb30e7b03a9e6179\Microsoft.Build.Tasks.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2c0041823984c14b6b57c8cdbf66509\Microsoft.Build.Utilities.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\43d29b5db73c4662b75e16075194f5c3\Microsoft.CodeAnalysis.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\e271342634f14212b4fea05ad2174fb8\Microsoft.CodeAnalysis.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c5156e395b948319db520c497ec98bd\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\5405b6acf19b44e5bab8f16a653f717c\Microsoft.CodeAnalysis.Compiler.Test.Resources.dll"/>
<ReferencePath Include="..\..\..\..\ref\abcf63e358314ba488ecbb87445a9ca1\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee007b133a12485597e12401a5552258\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\692c3fa972a945a2ae6a02a50250e817\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\882c7fd17fdf408d82e8f2d19bb1aba9\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\19fb4acab01b4d2fa59edb4cacb3f666\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\21ccc098b1d647bb8492681044109dcf\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\f328d9d11c5649768724965afb7b23f7\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\92b103ec36b4410ab2d7367800625026\Microsoft.CodeAnalysis.CSharp.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\ref\f400b76699a84f9face358a307506249\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\219cdcd2db3345918ecc2474291624e3\Microsoft.CodeAnalysis.CSharp.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\20bbab9005834cbab578587cfc0b366e\Microsoft.CodeAnalysis.CSharp.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\a444bf58d6c4435aa460dc47feb0798e\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd4c65ab002240a3812aed00f887f5ee\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\ref\401620a7b3244a5cb94b9084ff0bd9f1\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\ref\d776a2c9cc02405a89f71b68a9120dad\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b8fe7f54d424ac7bdbe0434aa01440e\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2.dll"/>
<ReferencePath Include="..\..\..\..\ref\e373812c70704116b834c9d11dbeea62\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb9336cfe13c4e7ebc869117886c596b\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\ref\afcdd94e4e604fcc8d913c4eb4952e69\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\8071a6d6eeb548c39bcb31729bdd70be\Microsoft.CodeAnalysis.ExternalAccess.Copilot.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf0739187b25416d90aacf6cb8dd6eb4\Microsoft.CodeAnalysis.ExternalAccess.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e9d430ba94a4c46b900038cbfbac095\Microsoft.CodeAnalysis.ExternalAccess.Razor.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\73ca485b873c4a04a9058160f4cab340\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
<ReferencePath Include="..\..\..\..\ref\667e70e462424452bcccc19599992de7\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\0879725d9bdf44ef99603add220bd277\Microsoft.CodeAnalysis.Features.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd3ecedc87304d2797829cc09365a933\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5143bc1bd0447a4899e3e43ff6c5632\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\ref\10052e1e8e254b7e941a9fbc61e8e40c\Microsoft.CodeAnalysis.LanguageServer.Protocol.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a3a3c923ff7430d9832b5eb3b86233e\Microsoft.CodeAnalysis.Remote.ServiceHub.dll"/>
<ReferencePath Include="..\..\..\..\ref\0db700ea561d494f8dc0e48afbb2bea8\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\81559a5797bf494eb7379cd947d05180\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\076bbceb8366466b892faf20a2ade9c0\Microsoft.CodeAnalysis.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\d341e3e93d054aadb3dcb98172caada2\Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\62aba92fcd41488e8c7ac0226bb2d064\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\bef4869299da4c108bff77e9ca01d289\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\8f08831bae234ce59cbe88d1ef4bdf0b\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\f86ef3baccd1450e834f5cc411dc219c\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\5767bfa43d024f4b95c6cce94733aca6\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc391d15d4cf4cd89cf0294d573e48c1\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll"/>
<ReferencePath Include="..\..\..\..\ref\36869ebce25f4a188ab0c1bca6f2d0e4\Microsoft.CodeAnalysis.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f4a123882a3480caa775bc0021e0286\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8ccbdfeb8c3481587924e20abfb08e3\Microsoft.CodeAnalysis.VisualBasic.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\45566892f40d423b8b4a7718670c48c0\Microsoft.CodeAnalysis.VisualBasic.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\ref\b0734f1a742148a8919f7b04843dde55\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\de0f41713cbe46e6b75ffa5a815e1589\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\bee843c33a4a440a80fcccdb1eef481b\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e02a2edabc14e0295946805f2fb1449\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
<ReferencePath Include="..\..\..\..\ref\d4576ef8f36c492bab6d4c8102d9725b\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\5a13967fbf4c4670a60f6caca01b6a40\Microsoft.CodeAnalysis.XunitHook.dll"/>
<ReferencePath Include="..\..\..\..\ref\385346695d10456e815351c757c26be7\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\743d353581ab4c84aca9884c386e21cb\Microsoft.DiaSymReader.Converter.dll"/>
<ReferencePath Include="..\..\..\..\ref\99f540af296d472895a0a30b79172e01\Microsoft.DiaSymReader.Converter.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\..\ref\b69011ec61404cb598fb8af9c0b36140\Microsoft.DiaSymReader.PortablePdb.dll"/>
<ReferencePath Include="..\..\..\..\ref\a103faca3b314b73adc2e29e6041e12b\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\006866cff92c48dab30d73fcc3a0904c\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\ref\99fb95fef9824752839f481e3a8dcd72\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9bea836b4e2648dba08674e11ea6b2af\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\ref\df03f759a6004093bef32bd8263e5939\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\ref\60feceff8d804eea8b4bd96ce04f81ef\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\b927518bdb294f8b835d7b3a9bc043fd\Microsoft.Internal.Performance.CodeMarkers.DesignTime.dll"/>
<ReferencePath Include="..\..\..\..\ref\eeffd1edb8d34406bc4758457a19a739\Microsoft.Internal.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\82b4237c6bd549459aa3035d79bb4093\Microsoft.Internal.VisualStudio.Shell.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\0a3376cf8b524ccf9d35b0cddfeace59\Microsoft.IO.Redist.dll"/>
<ReferencePath Include="..\..\..\..\ref\94284f175f054271bc367cb4b19eea49\Microsoft.Metadata.Visualizer.dll"/>
<ReferencePath Include="..\..\..\..\ref\ff415ab61ed745a19e562fb8ba29a840\Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb4c49487a004d978b491ecb430b79e9\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\a732e00b279543bfadd8746240af622a\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\ef41841b253040ac96f07d86efad084f\Microsoft.ServiceHub.Resources.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ed29d5e60344e299e8f1ab00ea6e775\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\84444aac4f56430f8557f20da3a3e9b7\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\113d973b2b75477ab369bfd9606423fc\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6370191f9fd4073a5725e7f2877bd42\Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d71965ef9b6484f81a97c6aec8d9bf7\Microsoft.VisualStudio.CodeAnalysis.Sdk.UI.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b180eb9244a41fd8d79e38c73e7e70c\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6dfd81f818a48ad8ae540a504cf04f4\Microsoft.VisualStudio.CommandBars.dll"/>
<ReferencePath Include="..\..\..\..\ref\71863f68f27748e3a47e1201f9a93fa9\Microsoft.VisualStudio.ComponentModelHost.dll"/>
<ReferencePath Include="..\..\..\..\ref\3111277c3f154a1c84a48aea08b1ed3a\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\45e763d61cec4707abcb191ee6d7cb88\Microsoft.VisualStudio.CoreUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\56093c1cd8654ec99951be400e634f66\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\f8a45ce929bf4989831ce98e0f5376b8\Microsoft.VisualStudio.Debugger.Engine.dll"/>
<ReferencePath Include="..\..\..\..\ref\fad7832a750e47a5a1099c12e07b0894\Microsoft.VisualStudio.Debugger.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\e81922de0e754398b31f29cd5c66b143\Microsoft.VisualStudio.Debugger.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ffe2afa92c5491aa29c53169a7ed1e8\Microsoft.VisualStudio.Debugger.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\545092e6d1b7478c8635f6fa8c03d727\Microsoft.VisualStudio.Debugger.Interop.14.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ca1fde0f5d9491fb595fd4a9aa4195e\Microsoft.VisualStudio.Debugger.Interop.15.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\d584c94ed68742e7ba59137851eaa935\Microsoft.VisualStudio.Debugger.Interop.16.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d3942f7174248849af1c09dec4b3e77\Microsoft.VisualStudio.Debugger.InteropA.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f0a9ee3a33a44d399ad2c33fee3c06e\Microsoft.VisualStudio.Designer.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\320ab52a0bec47e08f1040b52a36bb57\Microsoft.VisualStudio.Editor.dll"/>
<ReferencePath Include="..\..\..\..\ref\11a041526a434f32a338178444d5c961\Microsoft.VisualStudio.Extensibility.Editor.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\df170d39ef1042bc9d1bfd207bd8dddc\Microsoft.VisualStudio.GraphModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\c515e182c65f4c3abddceb1a0615a00b\Microsoft.VisualStudio.ImageCatalog.dll"/>
<ReferencePath Include="..\..\..\..\ref\943b1c44a0004fada8d85fb2bdc7216b\Microsoft.VisualStudio.Imaging.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f7662e8efd64ad5b9985c48e301c758\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b76218c1b6843b892e74332f15bd749\Microsoft.VisualStudio.InteractiveWindow.dll"/>
<ReferencePath Include="..\..\..\..\ref\10b11238c78d440783ad5a22c2cb4e4c\Microsoft.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe0a9a23961b438385e9e67e59d237dd\Microsoft.VisualStudio.Language.CallHierarchy.dll"/>
<ReferencePath Include="..\..\..\..\ref\a885b07c40b44e10af9c1c02a4648b29\Microsoft.VisualStudio.Language.dll"/>
<ReferencePath Include="..\..\..\..\ref\de8a0ea5aa4d4e95b293152a899fad31\Microsoft.VisualStudio.Language.Intellisense.dll"/>
<ReferencePath Include="..\..\..\..\ref\af4a3241ede14ccbbfbc0bd25f910d2c\Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\7923404da7d742f08394105da36bae79\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
<ReferencePath Include="..\..\..\..\ref\9fd0062dd3ec4ebfb3f7ddd0e22c8aab\Microsoft.VisualStudio.LanguageServer.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c61d03143284ae48d6d3d876fe259ac\Microsoft.VisualStudio.LanguageServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe9846c6f2ac4da58862ff60d8cc2a5f\Microsoft.VisualStudio.LanguageServices.Implementation.dll"/>
<ReferencePath Include="..\..\..\..\ref\020eb4d5819d41c0bf378a0cf8078d20\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\3765fca0e4fc4f4e83053551f5ad4dda\Microsoft.VisualStudio.Linux.ConnectionManager.Store.dll"/>
<ReferencePath Include="..\..\..\..\ref\c79881cbbf824c3182d8976096d40818\Microsoft.VisualStudio.OLE.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4d034324154413eaaf589018066d769\Microsoft.VisualStudio.Package.LanguageService.15.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\a93fbf6bc3dd46f3838af50e9f3a000d\Microsoft.VisualStudio.Platform.VSEditor.dll"/>
<ReferencePath Include="..\..\..\..\ref\199bd7f15eea4e15b023400cc123700a\Microsoft.VisualStudio.ProjectAggregator.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f987f822be244ba8a72ec193abc713b\Microsoft.VisualStudio.ProjectSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\42adb96a560443239f1d6902a09d0ab5\Microsoft.VisualStudio.ProjectSystem.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\f05a3d0a1840447badc64fe950c0d559\Microsoft.VisualStudio.ProjectSystem.VS.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d9d0761320849dda9e2bf705dbe6b5d\Microsoft.VisualStudio.RemoteControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\c44b6f6e323640b0972d560734df0bbb\Microsoft.VisualStudio.RpcContracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e19686913ea4e549250c9f83faec8cb\Microsoft.VisualStudio.Search.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e1c91069a0544ca9c962916499660b5\Microsoft.VisualStudio.Setup.Configuration.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f3eb07a5678457897336d59e9f65bbe\Microsoft.VisualStudio.Shell.15.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\a20ea1a03dc04657bcd51f3013b343d5\Microsoft.VisualStudio.Shell.Design.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0f0c7d53b94416babc586b6a39cb7ba\Microsoft.VisualStudio.Shell.Framework.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e936d34e0c24df08e28402753ee40dc\Microsoft.VisualStudio.Shell.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\a65f92e0d1614a55973277a7c29b1a1d\Microsoft.VisualStudio.Shell.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\c27caa49fe51493fac474ff945dd7274\Microsoft.VisualStudio.Shell.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\aeee611e35884b39bbeafb9d50403da7\Microsoft.VisualStudio.Shell.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\78a98bf082ba4fedaa2e9b05d027e029\Microsoft.VisualStudio.Shell.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\3fe4fae022154a63bfe62dde7d9d9803\Microsoft.VisualStudio.Shell.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a03ced6aa1845d19fe8538b52a40c47\Microsoft.VisualStudio.Shell.Styles.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b7697ed26d24a6bbfb3bff63672d381\Microsoft.VisualStudio.SolutionPersistence.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d472a2968504ee0a468be7cacd3f472\Microsoft.VisualStudio.TaskRunnerExplorer.14.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f3bcc7f50184c4eb9dd0483ef14a4a8\Microsoft.VisualStudio.Telemetry.dll"/>
<ReferencePath Include="..\..\..\..\ref\d8b61cf55b504369bb2c21d54a5bdfcd\Microsoft.VisualStudio.TemplateWizardInterface.dll"/>
<ReferencePath Include="..\..\..\..\ref\5903847ec9c1424a92f18bd5592f8ec2\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\ecc63f95096c44a59c2de5e904b9adaf\Microsoft.VisualStudio.Text.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b3a6e4077b948f9b4393af95c4bd8d6\Microsoft.VisualStudio.Text.Internal.dll"/>
<ReferencePath Include="..\..\..\..\ref\ce763b14df1648db80476dad3941804a\Microsoft.VisualStudio.Text.Logic.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d54dbfdacee433f8f1d47b1e91f7815\Microsoft.VisualStudio.Text.UI.dll"/>
<ReferencePath Include="..\..\..\..\ref\dfac3b28e498457eb843b66cb6b1af98\Microsoft.VisualStudio.Text.UI.Wpf.dll"/>
<ReferencePath Include="..\..\..\..\ref\972f39624d4c41829368795bfae2df24\Microsoft.VisualStudio.TextManager.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\c21d13659de642b19fccf471f69b0bcf\Microsoft.VisualStudio.TextManager.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\db97bb25e0e84dfdb93c2e821b36ef94\Microsoft.VisualStudio.TextManager.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd3b3044389c455aafd448c6a65b3150\Microsoft.VisualStudio.TextManager.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\b028019c2aad470e91c7ac8e9b588322\Microsoft.VisualStudio.TextManager.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\da14dd64a144425ca5915b1bd5e361e9\Microsoft.VisualStudio.TextManager.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\84c500f04a5749ba99719831f4914782\Microsoft.VisualStudio.TextTemplating.VSHost.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c260791cd4e412c92b6aa3e61e62bbe\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\15b58f432f184f1f9d433845dd5c1b64\Microsoft.VisualStudio.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\3303f595199e4dee953e648aa7ec7bec\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\ref\11153e2fe2e3441694111c2039b4e7e5\Microsoft.VisualStudio.VCProjectEngine.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f1387b96fe6422cbc1a06484222fb4a\Microsoft.VisualStudio.VSHelp.dll"/>
<ReferencePath Include="..\..\..\..\ref\baabb76015cb4f608ebeae65baebdc17\Microsoft.VisualStudio.VSHelp80.dll"/>
<ReferencePath Include="..\..\..\..\ref\28a526c460e546d3bf40de9c5edbc93f\Microsoft.VisualStudio.VsInteractiveWindow.dll"/>
<ReferencePath Include="..\..\..\..\ref\0b6474e60ec949acb77b41e87624b7c5\Microsoft.VisualStudio.WCFReference.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\1faf9a78e0ea43289b02061c18426a2b\Microsoft.VisualStudio.Web.BrowserLink.12.0.dll"/>
<ReferencePath Include="..\..\..\..\ref\c6ad3496952343349c96c2bf2f3dd4f3\Microsoft.VisualStudio.WinForms.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb8a8010139f4088aa08e5761bd1ed08\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\85e2871b0de14e7486c8e92fba5a51ad\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b6f0b24b8af4b51b53bd130ae30d790\Moq.dll"/>
<ReferencePath Include="..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\f1a56eca6d594fd099fdc805f8bba048\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\04721564b9f142bb8c434d07f840e884\NuGet.VisualStudio.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\685f2230d9e441568bdfcd5ed5bdc5dc\NuGet.VisualStudio.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4aa75c02d954c38a2b9953f5dafca33\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\e566ab97aaa144d3ba01819694dc70da\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\ref\db6c3ffbf47048e6a2ede8e8ef5d91f4\ReachFramework.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c6c67ed1ab04a2dbfec9c501d317a1c\Roslyn.Test.PdbUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a75537bc5634476a2159ccc0de607f3\stdole.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bd500c37b024601ac8f5a15ef3b3e11\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\..\ref\489e1381373b4ab7b89087f4f8dd7695\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2d1b8bf968e435a8f1bf50ac8adbe27\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\65e432efa5354aa780e07ee26b3302ba\System.ClientModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\7dce6114fa9248aebd41186c2d78c57f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\0fe37b518ae44c50b5b067ece0098751\System.ComponentModel.Composition.dll"/>
<ReferencePath Include="..\..\..\..\ref\371968a1c1414775bb4ef3eb369745e3\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\686909f2de604e29a324d1448824bc28\System.Composition.AttributedModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\7de4170de27e4375bed8ffb921809eb8\System.Composition.Convention.dll"/>
<ReferencePath Include="..\..\..\..\ref\4adabf816a2a4979ad897a16250b9420\System.Composition.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\7efee5d34e264b1aa1d3f0c0cb22d0f4\System.Composition.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d74a9899d84479eb3dc2345ed13517a\System.Composition.TypedParts.dll"/>
<ReferencePath Include="..\..\..\..\ref\7de08020841840ce82b08247a40d8ebe\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\033a414fa3a844c28fdb2a8acdd26b68\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\70880a7a9796470bbe2aeabd3b3a45de\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\638fb94fef1a4e24b2f7d63c55376443\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d2bd1b9c2624809af2232632123f673\System.Design.dll"/>
<ReferencePath Include="..\..\..\..\ref\c80551e7549242b38f6fda553b3fea6f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\00af9551321b471e9d63a72be7f0cd99\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\f30d0f3bb2324c84baf78f848de6ef3a\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\d90cfcddf8e6462f91cbf76bb06131d4\System.Drawing.Design.dll"/>
<ReferencePath Include="..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f1227d9ece74fdaac1b00175a3a0d60\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\ref\940b6654e67646738558d6eaae58eec3\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\6635be9fd1ff4c5d878fac918e7e4791\System.IdentityModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\84a2eca8242442c089cb01d45dbb2397\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\7879022d4a764d6b8de8671c7b253438\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ef06b9381694bf497bcba5b1829a2a7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\b9e98dce68ee4cbd90390da96f337bd2\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\78e23752950c464c933405cb2b5c6d1c\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\51b2773eed854f48bea90bd26c07cd62\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\59c890c677e14d1e8282ecf1842c1518\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf080edd9c634039bbc1b4489d488797\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3db5459a3ce3440497111ee3744e7688\System.Management.dll"/>
<ReferencePath Include="..\..\..\..\ref\e76d40b17f664fa0a0ae5be3afa87d61\System.Memory.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ec9197d1f7c4c4dbf693e36cfb70674\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\a03c062d22cc463aaea07b37d87f5a1d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bca3e8fb9bf439cb8eb05277077df51\System.Net.Http.WebRequest.dll"/>
<ReferencePath Include="..\..\..\..\ref\12b177d534e6484992d699a14a86a3fb\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\8d0998cfdc1b4838b3ab874866e6db68\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\77b60af6663e45bf9a2c75ff62f47cba\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5a7035ad1824b45b57ebf8436fd9e16\System.Printing.dll"/>
<ReferencePath Include="..\..\..\..\ref\65c541603d364752972f369292810cb3\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\43cc9541a3714a50833c179859aba586\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a170db7934845d8a2dad61dfa82af59\System.Reflection.MetadataLoadContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd2eee0968c241558ab68ec4e957b9a8\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7df9bef78e0f4dae8fb2a658c86e5d22\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\b87c1655033c4be8b0b7dfc6b446c339\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee6c424459d64b689f6b873bf90c7e1d\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8cb8b6d593d42f2970cbd1185c7509f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ff4450353844013af5a46653207c832\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\d047b79d49aa43a5b0fce5adcd2a4dc2\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\82db9ce518564f699c7755274fc627f7\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\c460666a00ee4e809209b0ef0defb0c6\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6a254b8b4fe4082a0f97fc749987ec3\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\bcc0ed2ca13f4d6480425f4f535d6d8d\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5b36d0b822a494487066b3b753eb901\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\a63d05fb2c3642abbbdd886b13f4109f\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac845d448ab04e328643554093fb180c\System.ServiceModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\5558870a07cd485286f35f30b23bfda7\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\4333a9084e30442b9f2fc018267c1c32\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f8ebac6194c4d218f18b1491bfdbbc0\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\88f44fa47a2840e9a0794133acde0330\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4d6a257ea6c43a989ea837f8b836c70\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4f5f2aafdc0427494a7ef43d0100ed5\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\c9de6c8eeff34b089dd86e539a4225d0\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c79620f502f4e7692c81ec44e59e7a0\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\59b78679a8fc4dafa91c4595b8dadea0\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\7110e7ac1821409fafb1d8c3a723d013\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\01fd1641bebf46e19111b588fbab11b2\System.Windows.Controls.Ribbon.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f3c6e395c4a4ae9ac2669c6a8923794\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\ref\dde207b0723b4d55816b6d48ef8af7b0\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\db62343ea23c431db67d1540ecf90487\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f6c9ece2d624653863438dc7597dd82\UIAutomationClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\1cdb3037702b491ab91cb5f147960f2d\UIAutomationClientsideProviders.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c1a63fdbeab4494b13dcab1110e1ce5\UIAutomationProvider.dll"/>
<ReferencePath Include="..\..\..\..\ref\42cb917b626942179ad1334d5ec02725\UIAutomationTypes.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0e3e1685ed64acf93df1ed2ca7204c0\VSLangProj.dll"/>
<ReferencePath Include="..\..\..\..\ref\187c82eeb10f4cc18609aab77b31746e\VSLangProj100.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b58a4963e1e48e4a247ba41206160d5\VSLangProj110.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ad913e9ce524b05b187ceceaa4b976f\VSLangProj140.dll"/>
<ReferencePath Include="..\..\..\..\ref\1965fe99633445d38d568db257d110e5\VSLangProj150.dll"/>
<ReferencePath Include="..\..\..\..\ref\d1cb3c50ecd944e6ab028842d51d073d\VSLangProj157.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa542f5b7db14ccab658f096728fa2ce\VSLangProj158.dll"/>
<ReferencePath Include="..\..\..\..\ref\768b74c1158d4316bdbb8d809360ca35\VSLangProj165.dll"/>
<ReferencePath Include="..\..\..\..\ref\5a30fb66702e413f8fee16bf6a0a86a7\VSLangProj2.dll"/>
<ReferencePath Include="..\..\..\..\ref\d7ad7b3d8e7f4feda3ee84b637914233\VSLangProj80.dll"/>
<ReferencePath Include="..\..\..\..\ref\a586c135b0d446e09171648d26fe8e13\VSLangProj90.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5a3bf97c49d44018d1f8f1e08fc4643\VsWebSite.Interop.dll"/>
<ReferencePath Include="..\..\..\..\ref\03723e3083fc4717a76f1367d3e6ce8a\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\ref\3adc334dab9c49ae9d5c19a9e63d9fbf\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf32ad7d003a47ceb9804fd5562864bc\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a4b8c1411a6456ea5013f47ccac7f60\Xunit.Combinatorial.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\ref\6fe84f81d4cc4034a0f6691cbcf0c631\xunit.execution.desktop.dll"/>
<ReferencePath Include="..\..\..\..\ref\758081735dd64405a842326a8d0e7c02\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\749487a5cbd943f8b97957ebab8d1d72\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f6e3c2e53ba44fdaa1b5cbfdacbbe92\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2b0435ef5ab469fa2f5492a2b8f9b63\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\a73ade1f11264deb82fbdb33e17011d6\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8a1ea17280e4545bf06ee45fe376f96\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\aee1074e769a4adf9a4f77760cec9020\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b7b28da4a9e411a9437f5e59b9965e5\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b19d6968ca540a397edc4628113d6b6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\967d5501fa514134b95a09d10d77bdee\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\97698da53af7423da99a5cb342374389\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3bfa6b91e2a49a69a76331d5dfbdfd7\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c9bcc3c549c44c8875edacb8e9fec33\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e59fd73ae4e4938a511cfd92b0e9e8e\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\c23eb143a066445d9a733ae2ada6def5\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b51e7726c1e4a8a8c411f61b1b806ff\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e667ed42be34433ad570d932a1dcb41\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\764b1fb6e0134d2780f12f1b870157cf\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d00810846414f97ac45d40d69dd9e08\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d01bddadcdf49fba0e447dec085866d\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3a7238d777246c4bd0534f8b4de5ff9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\ce8711eeffd448758878f2dbef0b0bae\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\49d0275fd1104aee92983cd58248b0de\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\f390d3d5f88d499abc839f340805d64e\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\498b6a6d3bec4fba8c39e8955f91f347\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\7a4848340b984f6fb066d4034e09758e\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\fa17b6acf4b74d00907fc2a9f5cf91ac\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a1ffd89465049d09652c67231319de8\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\17a40cc2b9a5485b9dd184da76d85efd\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\5628dc5bb2814b2ca7803ca4f7f1bd9e\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\234f77b51a4f4368bbf509b70f883e01\System.Net.Http.Rtc.dll"/>
<ReferencePath Include="..\..\..\..\ref\391a911a76914da2a9134b4d827736eb\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e04710734e34836be31ef84498f10be\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\d46cf87a81b541ddad8582361e5762b8\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\69f980af3ae2451da4b6bb51652446cc\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\623d99f41e7841b1a281029d2cd3f2fd\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\570798e451024472bf81f56ad5511126\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c2f077a7b0847d89989b26edc052474\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5f9dcab6cdf40f0864fae364424cc79\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\b436aee52ad64795b0ed420a97ff8dc2\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\d3e9bb43e9fe4006b9b3025a6d02a59c\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\1485dc2819c54a20b964dee803b01027\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\a46f7fe6cf5c4ef7ab033288b3beaeec\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8de8a10b4f846a7bdc4de79dc204616\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\d38e2fe06708459f8232aa849333baef\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c55d866fed9c47e08e83fee37d79cc06\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5de338df19f43d984195c12ca7ac7a9\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\848ba5cfb7c447ef892c15d81fd01216\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\2c0e0ccfd4994a488f347652b82240ef\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\b592e6058bae4fbc92ff51d8ab8c0040\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\192715bbc12a408bb6f05ab342a8a481\System.Runtime.InteropServices.WindowsRuntime.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d7e38276f8c405187ed8de0edc7ff9f\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\79ab2f6a7440461ebda995beb12e08cc\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\49d8dd697aeb4d83ba1eef8412ed16a2\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5c3c38b8baa43b49ff4a88eae48f3ec\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\e09ce337f33842608733f327fbc4b600\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\d83338ef74594cb3abe3dd40647a6d1a\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\189ac5d4f43b419792f3d6f487aff251\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5061e867f7641b883b1dd941d0246dd\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\f588d48ceae6481e9a7378f9ba4e5a54\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\618d381cfb474f92bd304adf8fef0877\System.ServiceModel.Duplex.dll"/>
<ReferencePath Include="..\..\..\..\ref\d1477bd7f0634d1db99e7427b6db3920\System.ServiceModel.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\8cb69f266e7747d89f3c98c6d6ff5f1d\System.ServiceModel.NetTcp.dll"/>
<ReferencePath Include="..\..\..\..\ref\edf88c395c844222a03907629aeed078\System.ServiceModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\22647863edab41948de807d85c748b80\System.ServiceModel.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\212a1304c36b4dc5ae18f4c288f90d48\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\8014f0c3c71846be830eace5842c3843\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\51076d36533a4d1ebbd94d2904919bd8\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\71732eb309144b658ddef7167513c22a\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\cead87737d984877a0393f6c6a758964\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e98fc56b93c4e8984d2044980dd12c5\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\48c4db4933ac412482c14e7be270a257\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\989f5812651c40788438bc1c3c9bdb0b\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\a70ff5a4d7604e72810287a0b67863ab\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b0e3f5ed7ef42da965d0c32f99d01e9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c00b1d9db76418c917b0c4960fc359b\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee6dab7fcfcf47b0ab36fd4ee811a85a\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\42dc2c5d0d0e45088306347d85599b1f\System.Xml.XPath.XDocument.dll"/>
</ItemGroup>
</Project>
|