|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.CodeAnalysis.ExternalAccess.FSharp</AssemblyName>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\_external\1\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Classification\FSharpClassificationTags.cs"/>
<Compile Include="Classification\IFSharpClassificationService.cs"/>
<Compile Include="Completion\FSharpCommonCompletionItem.cs"/>
<Compile Include="Completion\FSharpCommonCompletionProvider.cs"/>
<Compile Include="Completion\FSharpCommonCompletionUtilities.cs"/>
<Compile Include="Completion\FSharpCompletionProviderBase.cs"/>
<Compile Include="Completion\FSharpCompletionServiceWithProviders.cs"/>
<Compile Include="Completion\FSharpFileSystemCompletionHelper.cs"/>
<Compile Include="Completion\IFSharpCommonCompletionProvider.cs"/>
<Compile Include="Diagnostics\FSharpDiagnosticCustomTags.cs"/>
<Compile Include="Diagnostics\FSharpIDEDiagnosticIds.cs"/>
<Compile Include="Diagnostics\IFSharpDiagnosticAnalyzerService.cs"/>
<Compile Include="Diagnostics\IFSharpDocumentDiagnosticAnalyzer.cs"/>
<Compile Include="Diagnostics\IFSharpSimplifyNameDiagnosticAnalyzer.cs"/>
<Compile Include="Diagnostics\IFSharpUnusedDeclarationsDiagnosticAnalyzer.cs"/>
<Compile Include="Diagnostics\IFSharpUnusedOpensDiagnosticAnalyzer.cs"/>
<Compile Include="DocumentHighlighting\IFSharpDocumentHighlightsService.cs"/>
<Compile Include="Editor\AutoFormattingOptionsWrapper.cs"/>
<Compile Include="Editor\FindUsages\IFSharpFindUsagesContext.cs"/>
<Compile Include="Editor\FindUsages\IFSharpFindUsagesService.cs"/>
<Compile Include="Editor\FSharpContentTypeNames.cs"/>
<Compile Include="Editor\FSharpNavigationBarItem.cs"/>
<Compile Include="Editor\IFSharpBraceMatcher.cs"/>
<Compile Include="Editor\IFSharpEditorFormattingService.cs"/>
<Compile Include="Editor\IFSharpEditorFormattingServiceWithOptions.cs"/>
<Compile Include="Editor\IFSharpEditorInlineRenameService.cs"/>
<Compile Include="Editor\IFSharpGoToDefinitionService.cs"/>
<Compile Include="Editor\IFSharpIndentationService.cs"/>
<Compile Include="Editor\IFSharpNavigationBarItemService.cs"/>
<Compile Include="Editor\Implementation\Debugging\FSharpBreakpointResolutionResult.cs"/>
<Compile Include="Editor\Implementation\Debugging\FSharpDebugDataTipInfo.cs"/>
<Compile Include="Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs"/>
<Compile Include="Editor\Implementation\Debugging\IFSharpBreakpointResolutionService.cs"/>
<Compile Include="Editor\Implementation\Debugging\IFSharpLanguageDebugInfoService.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameInfo.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameLocation.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameLocationSet.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameReplacement.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameReplacementInfo.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameReplacementKind.cs"/>
<Compile Include="Editor\InlineRename\FSharpInlineRenameServiceImplementation.cs"/>
<Compile Include="Editor\Shared\Extensions\FSharpDependencyObjectExtensions.cs"/>
<Compile Include="Editor\Shared\Utilities\FSharpClassificationTypeMap.cs"/>
<Compile Include="ExternalAccessFSharpResources.Designer.cs"/>
<Compile Include="FindUsages\FSharpDefinitionItem.cs"/>
<Compile Include="FindUsages\FSharpSourceReferenceItem.cs"/>
<Compile Include="FSharpDocumentSpan.cs"/>
<Compile Include="FSharpEditorFeaturesResources.cs"/>
<Compile Include="FSharpGlobalOptions.cs"/>
<Compile Include="FSharpGlyph.cs"/>
<Compile Include="FSharpGlyphTags.cs"/>
<Compile Include="GoToDefinition\IFSharpFindDefinitionService.cs"/>
<Compile Include="InlineHints\FSharpInlineHint.cs"/>
<Compile Include="InlineHints\IFSharpInlineHintsService.cs"/>
<Compile Include="Internal\Classification\FSharpClassificationService.cs"/>
<Compile Include="Internal\CommentSelection\FSharpCommentSelectionService.cs"/>
<Compile Include="Internal\Completion\FSharpInternalCommonCompletionProvider.cs"/>
<Compile Include="Internal\Diagnostics\FSharpDiagnosticAnalyzerService.cs"/>
<Compile Include="Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs"/>
<Compile Include="Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs"/>
<Compile Include="Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs"/>
<Compile Include="Internal\Diagnostics\FSharpUnusedOpensDiagnosticAnalyzer.cs"/>
<Compile Include="Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs"/>
<Compile Include="Internal\Editor\FindUsages\FSharpFindUsagesContext.cs"/>
<Compile Include="Internal\Editor\FindUsages\FSharpFindUsagesService.cs"/>
<Compile Include="Internal\Editor\FSharpBraceMatcher.cs"/>
<Compile Include="Internal\Editor\FSharpContentTypeLanguageService.cs"/>
<Compile Include="Internal\Editor\FSharpDefinitionLocationService.cs"/>
<Compile Include="Internal\Editor\FSharpEditorFormattingService.cs"/>
<Compile Include="Internal\Editor\FSharpEditorInlineRenameService.cs"/>
<Compile Include="Internal\Editor\FSharpNavigationBarItemService.cs"/>
<Compile Include="Internal\Editor\FSharpSmartIndentProvider.cs"/>
<Compile Include="Internal\Editor\Implementation\Debugging\FSharpBreakpointResolutionService.cs"/>
<Compile Include="Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs"/>
<Compile Include="Internal\FSharpContentTypeDefinitions.cs"/>
<Compile Include="Internal\FSharpGlyphHelpers.cs"/>
<Compile Include="Internal\InlineHints\FSharpInlineHintsService.cs"/>
<Compile Include="Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs"/>
<Compile Include="Internal\NavigateTo\FSharpNavigateToSearchService.cs"/>
<Compile Include="Internal\NavigateTo\InternalFSharpNavigateToSearchResult.cs"/>
<Compile Include="Internal\Navigation\FSharpCrossLanguageSymbolNavigationService.cs"/>
<Compile Include="Internal\Navigation\FSharpFindDefinitionService.cs"/>
<Compile Include="Internal\Navigation\InternalFSharpNavigableItem.cs"/>
<Compile Include="Internal\SignatureHelp\FSharpSignatureHelpProvider.cs"/>
<Compile Include="Internal\SignatureHelp\FSharpSignatureHelpTriggerReasonHelpers.cs"/>
<Compile Include="Internal\Structure\FSharpBlockStructureService.cs"/>
<Compile Include="Internal\VisualStudio\Text\Classification\FSharpSignatureHelpClassifierProvider.cs"/>
<Compile Include="LanguageServices\FSharpVisualStudioWorkspaceExtensions.cs"/>
<Compile Include="NavigateTo\FSharpNavigateToItemKind.cs"/>
<Compile Include="NavigateTo\FSharpNavigateToMatchKind.cs"/>
<Compile Include="NavigateTo\FSharpNavigateToSearchResult.cs"/>
<Compile Include="NavigateTo\IFSharpNavigateToSearchService.cs"/>
<Compile Include="Navigation\FSharpDocumentNavigationService.cs"/>
<Compile Include="Navigation\FSharpNavigableItem.cs"/>
<Compile Include="Navigation\IFSharpCrossLanguageSymbolNavigationService.cs"/>
<Compile Include="Navigation\IFSharpDocumentNavigationService.cs"/>
<Compile Include="SignatureHelp\AbstractFSharpSignatureHelpProvider.cs"/>
<Compile Include="SignatureHelp\FSharpSignatureHelpItem.cs"/>
<Compile Include="SignatureHelp\FSharpSignatureHelpItems.cs"/>
<Compile Include="SignatureHelp\FSharpSignatureHelpParameter.cs"/>
<Compile Include="SignatureHelp\FSharpSignatureHelpTriggerInfo.cs"/>
<Compile Include="SignatureHelp\FSharpSignatureHelpTriggerReason.cs"/>
<Compile Include="SignatureHelp\IFSharpSignatureHelpProvider.cs"/>
<Compile Include="Structure\FSharpBlockSpan.cs"/>
<Compile Include="Structure\FSharpBlockStructure.cs"/>
<Compile Include="Structure\FSharpBlockTypes.cs"/>
<Compile Include="Structure\IFSharpBlockStructureService.cs"/>
<Compile Include="TaskList\FSharpTaskListDescriptor.cs"/>
<Compile Include="TaskList\FSharpTaskListItem.cs"/>
<Compile Include="TaskList\FSharpTaskListService.cs"/>
<Compile Include="TaskList\IFSharpTaskListService.cs"/>
<Compile Include="VS\IFSharpWorkspaceProjectContextFactory.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Release\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\1e286a185ca443789ebff230e08c3601\Azure.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd28cf602e6a4d7e9d33553824fae427\envdte.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68f2086458294d07a3fbd38f6b1ef50c\envdte100.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82c674272774444195ca0e9221a3fccc\envdte80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d6a2013824c4200ae7d5b38c0395d05\envdte90.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2527a3942329402594879efaf95e39ec\envdte90a.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84e788a51a2d4dae8c6707e12c8fd46d\ICSharpCode.Decompiler.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\6f303368450a4db4910341d5b07f02f1\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35f6bab3fc484ae180ea6a8a830e061a\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ea4f1dcbf924cb8b9827dc1ab3b1448\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ec723e1aff24759aa8a8af281a6d42f\Microsoft.CodeAnalysis.EditorFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ad1cefa807a40989c21aab61ded3190\Microsoft.CodeAnalysis.EditorFeatures.Text.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb9336cfe13c4e7ebc869117886c596b\Microsoft.CodeAnalysis.Elfie.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7451988160e468aa7be662d6715483c\Microsoft.CodeAnalysis.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\880bc17579914af4bd9f157e74e40c9e\Microsoft.CodeAnalysis.InteractiveHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16a2913b475e44a3b063ce0f3b231809\Microsoft.CodeAnalysis.LanguageServer.Protocol.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb9bf7b0c8b34015a90e7f39ef5a34a8\Microsoft.CodeAnalysis.Remote.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c68aca12d9d4c889d823787efb2e5f0\Microsoft.CodeAnalysis.Scripting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d29644cd6a2343d1994bcd5db44d5407\Microsoft.CodeAnalysis.Workspaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\385346695d10456e815351c757c26be7\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.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\cb4c49487a004d978b491ecb430b79e9\Microsoft.ServiceHub.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ae0e9b731d34f08bd7b5a5f1b4ff7c6\Microsoft.ServiceHub.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39ef480349684c949be90259ccdc4edf\Microsoft.ServiceHub.Resources.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6370191f9fd4073a5725e7f2877bd42\Microsoft.VisualStudio.CallHierarchy.Package.Definitions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d6ca9304c494887be42227c697e000f\Microsoft.VisualStudio.CommandBars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71863f68f27748e3a47e1201f9a93fa9\Microsoft.VisualStudio.ComponentModelHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3111277c3f154a1c84a48aea08b1ed3a\Microsoft.VisualStudio.Composition.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8da209fba2a54f809034e889925b1fc1\Microsoft.VisualStudio.CoreUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56093c1cd8654ec99951be400e634f66\Microsoft.VisualStudio.Debugger.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\504e1fd07cdd41a8a5a32ca8423ba170\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\758ee2239ef540b7b9dc11a368d0008e\Microsoft.VisualStudio.Designer.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72dea7341a8c48499f9eee4b830b7096\Microsoft.VisualStudio.Editor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83ccecce9edb4dbf9a3a7f88270c073b\Microsoft.VisualStudio.Extensibility.Editor.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3442aa2b1eaf4603a34fd8d890deaf9b\Microsoft.VisualStudio.GraphModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4277f793d3046fa91d623489ae55438\Microsoft.VisualStudio.ImageCatalog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\000679b39c144c39bd855c69b5612aee\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\b1f652a15bea459c9e7091b205d878e2\Microsoft.VisualStudio.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe0a9a23961b438385e9e67e59d237dd\Microsoft.VisualStudio.Language.CallHierarchy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9f747f363aa423b81a821799e287f4b\Microsoft.VisualStudio.Language.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1d6a226ffbc4cf4908f7f75fc34e045\Microsoft.VisualStudio.Language.Intellisense.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa7274e5f7bc4d6a9ee9c4d9822469e1\Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd0268c123cf4d6898a86cbcb07057cf\Microsoft.VisualStudio.Language.StandardClassification.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fd0062dd3ec4ebfb3f7ddd0e22c8aab\Microsoft.VisualStudio.LanguageServer.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90d4187191e34eaab4af357a7a9cbaae\Microsoft.VisualStudio.LanguageServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d236987336f4894aa745a4d1a10c8e8\Microsoft.VisualStudio.Linux.ConnectionManager.Store.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\805dcd8243c04289a2293fdb2751867a\Microsoft.VisualStudio.OLE.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65c0192114c64aab9ad84e7f343fa9af\Microsoft.VisualStudio.Package.LanguageService.15.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\199bd7f15eea4e15b023400cc123700a\Microsoft.VisualStudio.ProjectAggregator.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\d9049bd4bb7a4ece8c7156fabfb70bf6\Microsoft.VisualStudio.Shell.15.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b2bb66bbc4c454f8c6aaee9d1f3b745\Microsoft.VisualStudio.Shell.Design.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65488f6fecaa46669c08a06bd4fc31fe\Microsoft.VisualStudio.Shell.Framework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3af5dca3f5fd485fb875dc1612d25fa2\Microsoft.VisualStudio.Shell.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efa641eb21bb4b03ab2d65ee85a530b7\Microsoft.VisualStudio.Shell.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\529ebebc14694495a0a88a6d5b99f1ce\Microsoft.VisualStudio.Shell.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cbeae1151d64a2f94dd47b142626636\Microsoft.VisualStudio.Shell.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c193b3b82a354f288a71a8cae8054519\Microsoft.VisualStudio.Shell.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9986a873d6c4a18a984f7fc16378b49\Microsoft.VisualStudio.Shell.Interop.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\d36fe98fffa74a90a6aa6413946748ea\Microsoft.VisualStudio.Text.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e819fb1be17f401a816283407bbd9ded\Microsoft.VisualStudio.Text.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c50af317d4a49aa9b1a62bd964474e4\Microsoft.VisualStudio.Text.Logic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9b6997fe27543e0852debe4b059e4b4\Microsoft.VisualStudio.Text.UI.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\429e6c082aed42178cff732760bb451e\Microsoft.VisualStudio.Text.UI.Wpf.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3643394ef2f241e999bfac8b87b7017a\Microsoft.VisualStudio.TextManager.Interop.10.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6331d4208ab84becbc973570f8b92b82\Microsoft.VisualStudio.TextManager.Interop.11.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\017cbb2820cc42e79994295182fbda78\Microsoft.VisualStudio.TextManager.Interop.12.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ad6219d49e94b24b391716e01a11490\Microsoft.VisualStudio.TextManager.Interop.8.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3ff776f75f4482e89509c2df1de70d2\Microsoft.VisualStudio.TextManager.Interop.9.0.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49b5db0646b245e49c9c58f7bcef01bf\Microsoft.VisualStudio.TextManager.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cafaeb4b034540ddbdca91814f034c3d\Microsoft.VisualStudio.TextTemplating.VSHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42c6899f3b83473a8c45a588cdeb840a\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7912570df254353a0dfbfd5c591b642\Microsoft.VisualStudio.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3303f595199e4dee953e648aa7ec7bec\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8349ff49f845ec98900e40fdc39b8f\Microsoft.VisualStudio.VCProjectEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5cf8e95ff4ec4419aae762f219d37dd3\Microsoft.VisualStudio.VSHelp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\581c1eb21c9b424eab93b7682063b886\Microsoft.VisualStudio.VSHelp80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28a526c460e546d3bf40de9c5edbc93f\Microsoft.VisualStudio.VsInteractiveWindow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4d35c27c45e47608b02cf4a8bb2dea1\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\85e2871b0de14e7486c8e92fba5a51ad\Microsoft.Win32.Registry.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\021a7e3b46084a0296b4253bc379d145\stdole.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\360df7e92f0d478fb359ce4f6a2327e4\StreamJsonRpc.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\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\033a414fa3a844c28fdb2a8acdd26b68\System.Configuration.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\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\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ef06b9381694bf497bcba5b1829a2a7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51b2773eed854f48bea90bd26c07cd62\System.IO.Pipelines.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\8d0998cfdc1b4838b3ab874866e6db68\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77b60af6663e45bf9a2c75ff62f47cba\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43cc9541a3714a50833c179859aba586\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7df9bef78e0f4dae8fb2a658c86e5d22\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b87c1655033c4be8b0b7dfc6b446c339\System.Runtime.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\a63d05fb2c3642abbbdd886b13f4109f\System.Security.Principal.Windows.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\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\7110e7ac1821409fafb1d8c3a723d013\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.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\6c593bb931f44d288c44c7c99f6fcaf4\VSLangProj.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d08a1ac30d09447ea109a1d66e60a743\VSLangProj100.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e96674e04f2d4f96ba65364cfa80d853\VSLangProj110.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\440124af45ab4c46912152466576f8f7\VSLangProj140.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82011eda781840c1830e91d3050f6c97\VSLangProj150.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3680ef39bbde448d994fe35452079066\VSLangProj157.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\870afdfcf5a146d1a0d284c2f9cb1294\VSLangProj158.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6a3ce4ddadf49649e6fd0d825672b78\VSLangProj165.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7249ddefc2b54cd6ac731828e439e3a1\VSLangProj2.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae5e02c088ab4812a44d0eefd200fa70\VSLangProj80.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0967200890144418bed1707a2eb77405\VSLangProj90.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a3bf97c49d44018d1f8f1e08fc4643\VsWebSite.Interop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03723e3083fc4717a76f1367d3e6ce8a\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb8a8010139f4088aa08e5761bd1ed08\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\489e1381373b4ab7b89087f4f8dd7695\System.AppContext.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\70880a7a9796470bbe2aeabd3b3a45de\System.Console.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\940b6654e67646738558d6eaae58eec3\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3a7238d777246c4bd0534f8b4de5ff9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce8711eeffd448758878f2dbef0b0bae\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7879022d4a764d6b8de8671c7b253438\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9e98dce68ee4cbd90390da96f337bd2\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49d0275fd1104aee92983cd58248b0de\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78e23752950c464c933405cb2b5c6d1c\System.IO.FileSystem.Primitives.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\59c890c677e14d1e8282ecf1842c1518\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf080edd9c634039bbc1b4489d488797\System.Linq.Expressions.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\12b177d534e6484992d699a14a86a3fb\System.Net.Sockets.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\65c541603d364752972f369292810cb3\System.Reflection.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\ee6c424459d64b689f6b873bf90c7e1d\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b592e6058bae4fbc92ff51d8ab8c0040\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8cb8b6d593d42f2970cbd1185c7509f\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ff4450353844013af5a46653207c832\System.Runtime.InteropServices.RuntimeInformation.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\88f44fa47a2840e9a0794133acde0330\System.Text.RegularExpressions.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\59b78679a8fc4dafa91c4595b8dadea0\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48c4db4933ac412482c14e7be270a257\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\989f5812651c40788438bc1c3c9bdb0b\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db62343ea23c431db67d1540ecf90487\System.Xml.ReaderWriter.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>
<ItemGroup>
</ItemGroup>
</Project>
|