|
<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.DotNet.Build.Tasks.Feed</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\ArtifactUrlHelper.cs"/>
<Compile Include="src\AssetPublisherFactory.cs"/>
<Compile Include="src\AzureDevOpsArtifactFeed.cs"/>
<Compile Include="src\AzureDevOpsFeedPermission.cs"/>
<Compile Include="src\AzureDevOpsNugetFeedAssetPublisher.cs"/>
<Compile Include="src\AzureStorageAssetPublisher.cs"/>
<Compile Include="src\AzureStorageContainerAssetTokenCredentialPublisher.cs"/>
<Compile Include="src\AzureStorageExtensions.cs"/>
<Compile Include="src\BlobFeedAction.cs"/>
<Compile Include="src\BlobUrlInfo.cs"/>
<Compile Include="src\common\AssetComparer.cs"/>
<Compile Include="src\common\AzureConnectionStringBuildTask.cs"/>
<Compile Include="src\common\AzureStorageUtils.cs"/>
<Compile Include="src\common\CreateAzureContainer.cs"/>
<Compile Include="src\common\CreateAzureContainerIfNotExists.cs"/>
<Compile Include="src\common\CreateNewAzureContainer.cs"/>
<Compile Include="src\common\GeneralUtils.cs"/>
<Compile Include="src\common\LatestLinksManager.cs"/>
<Compile Include="src\common\NativeMethods.cs"/>
<Compile Include="src\common\UploadToAzure.cs"/>
<Compile Include="src\ConfigureInputFeed.cs"/>
<Compile Include="src\CreateAzureDevOpsFeed.cs"/>
<Compile Include="src\GetEnvProxy.cs"/>
<Compile Include="src\IAssetPublisher.cs"/>
<Compile Include="src\ITargetChannelValidator.cs"/>
<Compile Include="src\LaunchDebugger.cs"/>
<Compile Include="src\model\BuildArtifacts.cs"/>
<Compile Include="src\model\PublishingConstants.cs"/>
<Compile Include="src\model\SetupTargetFeedConfigBase.cs"/>
<Compile Include="src\model\SetupTargetFeedConfigV3.cs"/>
<Compile Include="src\model\SetupTargetFeedConfigV4.cs"/>
<Compile Include="src\model\TargetChannelConfig.cs"/>
<Compile Include="src\model\TargetFeedConfig.cs"/>
<Compile Include="src\MSBuildLogger.cs"/>
<Compile Include="src\PATCredential.cs"/>
<Compile Include="src\ProductionChannelValidator.cs"/>
<Compile Include="src\PublishArtifactsInManifest.cs"/>
<Compile Include="src\PublishArtifactsInManifestBase.cs"/>
<Compile Include="src\PublishArtifactsInManifestV3.cs"/>
<Compile Include="src\PublishArtifactsInManifestV4.cs"/>
<Compile Include="src\PublishBuildToMaestro.cs"/>
<Compile Include="src\PublishSignedAssets.cs"/>
<Compile Include="src\PushOptions.cs"/>
<Compile Include="src\PushToBuildStorage.cs"/>
<Compile Include="src\SemaphoreLock.cs"/>
<Compile Include="src\TaskTracer.cs"/>
<Compile Include="src\VersionIdentifierProxy.cs"/>
<Compile Include="..\Common\Internal\EnumExtensions.cs" Link="src\Common\Internal\EnumExtensions.cs"/>
<Compile Include="..\..\artifacts\obj\Microsoft.DotNet.Build.Tasks.Feed\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.DotNet.Build.Tasks.Feed\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\artifacts\obj\Microsoft.DotNet.Build.Tasks.Feed\Debug\net11.0\Microsoft.DotNet.Build.Tasks.Feed.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.DotNet.Build.Tasks.Feed\Debug\net11.0\Microsoft.DotNet.Build.Tasks.Feed.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\ref\0dbf13cfbf3244ee8f5fd64186a46f02\Azure.Core.dll"/>
<ReferencePath Include="..\..\..\ref\997eb725f857493abce8c234b36edab8\Azure.Data.AppConfiguration.dll"/>
<ReferencePath Include="..\..\..\ref\c299dd6b252d4fb68d5e5722cadb1976\Azure.Identity.dll"/>
<ReferencePath Include="..\..\..\ref\31557f31bf2346a09473c55e0ca82624\Azure.Security.KeyVault.Secrets.dll"/>
<ReferencePath Include="..\..\..\ref\e1c7be88a3f84deda2ccbca10cd527ef\Azure.Storage.Blobs.dll"/>
<ReferencePath Include="..\..\..\ref\195ae386232e4e98bc22440eba545b60\Azure.Storage.Common.dll"/>
<ReferencePath Include="..\..\..\ref\6b71f8025e1f4b18aa09c90fd994ee4b\DistributedLock.Core.dll"/>
<ReferencePath Include="..\..\..\ref\81602762228849fea43a55f294ffb1dc\DistributedLock.Redis.dll"/>
<ReferencePath Include="..\..\..\ref\c90be541492c41b6bb25dc88843dd7de\LibGit2Sharp.dll"/>
<ReferencePath Include="..\..\..\ref\eba2c76a1f364960913ac7eb1019504e\Maestro.Common.dll"/>
<ReferencePath Include="..\..\..\ref\ba5a780edaed4b1f90c548a68a79e22a\Maestro.MergePolicyEvaluation.dll"/>
<ReferencePath Include="..\..\..\ref\5a7c838edf544a1bbc42773b6d2918ab\Microsoft.AI.DependencyCollector.dll"/>
<ReferencePath Include="..\..\..\ref\0343a01993434eab8ac81d6f8ad56f66\Microsoft.AI.EventCounterCollector.dll"/>
<ReferencePath Include="..\..\..\ref\0da506ff770949509d3fa33fb443404b\Microsoft.AI.PerfCounterCollector.dll"/>
<ReferencePath Include="..\..\..\ref\f4416e9679554766a348b343bb9b9d86\Microsoft.AI.ServerTelemetryChannel.dll"/>
<ReferencePath Include="..\..\..\ref\46b00a6d65124942ad79f84db60f37bc\Microsoft.AI.WindowsServer.dll"/>
<ReferencePath Include="..\..\..\ref\40123786452943f5960664450677a1fb\Microsoft.ApplicationInsights.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
<ReferencePath Include="..\..\..\ref\fa6e7aa2585e4080ac5c8c6e61acd32b\Microsoft.Arcade.Common.dll"/>
<ReferencePath Include="..\..\..\ref\f8c31cf89d63453793aac41656c69daf\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\6ac88ff998174be78f0d6ab05b5f222b\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\09db359cdc0743fcb2944b7c3c0d57cb\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\560d56f8376d4258a59ad5478913c777\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\c86a637d37c747469b4df6250b3d02f7\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\ref\7120a6df22d444d18412be8348acbbe6\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\9e5836825cc6412d8360c4c6adfe4941\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\ref\b0dc7165afc04175bfeefc456c8f7817\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\ref\88b9d199dc2f4a2b9f39e8c85c314a42\Microsoft.Azure.DevOps.Comments.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\ba19a39fb77f410fa034c5525c87b530\Microsoft.Azure.Pipelines.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\736bb634c4ae45baa8aec6fb8e32964a\Microsoft.Azure.StackExchangeRedis.dll"/>
<ReferencePath Include="..\..\..\ref\4391e3d64e8045e18865b76a832f7636\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\ref\b6a43e367aa847499c81b18702af1a52\Microsoft.Build.Framework.dll"/>
<ReferencePath Include="..\..\..\ref\89a6567f4f364a2c96ba05653c32915e\Microsoft.Build.Tasks.Core.dll"/>
<ReferencePath Include="..\..\..\ref\816ed9fd32464e69afec8f7fe8991e3f\Microsoft.Build.Utilities.Core.dll"/>
<ReferencePath Include="..\..\..\ref\f2743aee51bf4411b97a0f510205d1e3\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\ref\1d6c87afbde04a9a9027602616d039d6\Microsoft.Data.SqlClient.dll"/>
<ReferencePath Include="..\..\..\ref\982bdc1933cf433f83c455265b8fd538\Microsoft.DiaSymReader.Converter.dll"/>
<ReferencePath Include="..\..\..\ref\2652631b2d554ca3b3c2953c85de7581\Microsoft.DiaSymReader.dll"/>
<ReferencePath Include="..\..\..\ref\5034441760d2475c83d923d77c5f2900\Microsoft.DncEng.Configuration.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\ed857092e64b42349bbb11d647da2150\Microsoft.DotNet.ArcadeAzureIntegration.dll"/>
<ReferencePath Include="..\..\..\ref\393bc442d7bb47e2a18628a458c1678a\Microsoft.DotNet.Build.Manifest.dll"/>
<ReferencePath Include="..\..\..\ref\5788c161900f4820bab592659d0ecc7e\Microsoft.DotNet.DarcLib.dll"/>
<ReferencePath Include="..\..\..\ref\be9d9bed197c471189f481a152f924aa\Microsoft.DotNet.Deployment.Tasks.Links.dll"/>
<ReferencePath Include="..\..\..\ref\cda355d1c62a457eb6d13b3467676a90\Microsoft.DotNet.GitHub.Authentication.dll"/>
<ReferencePath Include="..\..\..\ref\c705426256274dc9bdbbd86e43f1b67a\Microsoft.DotNet.Internal.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\fab53410df0e437f993ff90a791ee47f\Microsoft.DotNet.Internal.SymbolHelper.dll"/>
<ReferencePath Include="..\..\..\ref\6a143e6c905e4c9890ec169ec0ce0736\Microsoft.DotNet.MaestroConfiguration.Client.dll"/>
<ReferencePath Include="..\..\..\ref\f2f1ddc8f76e4eeea2212e0562cfa04b\Microsoft.DotNet.ProductConstructionService.Client.dll"/>
<ReferencePath Include="..\..\..\ref\792daf18953c4b1498b7c9abeac31373\Microsoft.DotNet.Services.Utility.dll"/>
<ReferencePath Include="..\..\..\ref\146fe5a91b764048af123ef2c6d2ddea\Microsoft.Extensions.Azure.dll"/>
<ReferencePath Include="..\..\..\ref\bbdbb4454cb74b328bbf05c3ae952690\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\fd0d224bb5f44c9bba5d74966e566fdb\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\e62453a2d4c94bf3843829fc4bdae49a\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\ea0c112b303e46cf8e259133802badf5\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\ref\46720f51ccb64a7490c7dcbdda33a37f\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\dbefc63077704ac99f1894d3ee41eb6c\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\ref\bf42538a133e4b13be0acffe7c1a171d\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\feaa89ca2ac941feae68c1175acc95e5\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\ref\0c3b233ed4e14c4cbacba4ac761fa988\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\67beeaca59af42879ba394d2dcd10f5a\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\ref\1ca707e1ec7140d69d9dbb76f2c38b79\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\3435e9f41c404600b0342496b5577fe1\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\ref\845624ffc0794734bac0ea9583405d69\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\66dc253239984525971b315b78a02278\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\ref\24b0698f074b4c36944eb39d32abd298\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\ref\08691c39a23e46af95a066ce493c652a\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\a5a40b0a07754a448d32e2cca799ea69\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\ref\f5220205d94e4a0bbeb320b8e931d186\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\b4cf492a064c4504979282368c07c201\Microsoft.Extensions.Logging.ApplicationInsights.dll"/>
<ReferencePath Include="..\..\..\ref\15256fdbe53447569f9cc39844a2a976\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\984fad8afa4a4c4ab3f26b2ca934e360\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\ref\f89623bbeefd4787b333a5efbe8d03cc\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\e5a57409adbb487b9d7016cec9ffc48b\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\5be851dbc6bc4d159844877092005afa\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\ref\c01e3b33921d43d7b724a2e1bed7de05\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\fbfd33017d394bdba8de4d73dee7f9ce\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\ref\d0896df637f6470ca3a7ee8f52698325\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\2eefbefc35c04e47b9de0220b0b357ab\Microsoft.FileFormats.dll"/>
<ReferencePath Include="..\..\..\ref\8e59673836d841f5a835e48f16a97d73\Microsoft.Identity.Client.dll"/>
<ReferencePath Include="..\..\..\ref\1e0438a1432e450c810f8d18d4e6640c\Microsoft.Identity.Client.Extensions.Msal.dll"/>
<ReferencePath Include="..\..\..\ref\24906070af404c2cb41fa364225a59ab\Microsoft.IdentityModel.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\abf8f54169cd4cc097a4330c6e27f72d\Microsoft.IdentityModel.JsonWebTokens.dll"/>
<ReferencePath Include="..\..\..\ref\293b2e228c16444da28aa8f455667667\Microsoft.IdentityModel.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\c40674bd12d34d80a87be82d07bfdbdc\Microsoft.IdentityModel.Protocols.dll"/>
<ReferencePath Include="..\..\..\ref\f1c7f249e48145129a6b0a920a95bdb4\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/>
<ReferencePath Include="..\..\..\ref\b2d345fedc1d45bab3a8ae245338737a\Microsoft.IdentityModel.Tokens.dll"/>
<ReferencePath Include="..\..\..\ref\c44f09c15da2407e90d936fcdcf32535\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\ref\d7e109e2da9f4202a2cd58a9e365e960\Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="..\..\..\ref\eb405fcebf4142dd883b2d47333be2b5\Microsoft.SqlServer.Server.dll"/>
<ReferencePath Include="..\..\..\ref\106c0dba66b14ef5a2ba9dc7ea745670\Microsoft.SymbolManifestGenerator.dll"/>
<ReferencePath Include="..\..\..\ref\6b512100bd0a40c3836500db6520c48b\Microsoft.SymbolStore.dll"/>
<ReferencePath Include="..\..\..\ref\fb38a427f6b34507a7ea40f32ecb79b5\Microsoft.TeamFoundation.Build2.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\fc9c88ab181446069b2c5b471bfa4669\Microsoft.TeamFoundation.Common.dll"/>
<ReferencePath Include="..\..\..\ref\97e2de66774f44d3a432082f6e33709d\Microsoft.TeamFoundation.Core.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\73a8d28aa22b4ad3b456e5f8131f11b2\Microsoft.TeamFoundation.Dashboards.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\05720c01892e49b39b7fe6e605fb9203\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\6cbef81e29fc4d1dacfad70ea21bb9e0\Microsoft.TeamFoundation.Pipelines.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\7e6be874fe8148b48edb0c31f1f5a36a\Microsoft.TeamFoundation.Policy.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\d874791702a2458490519cfea0e5fef2\Microsoft.TeamFoundation.SourceControl.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\a32eefd2b47844d69cd21e8ff842c3c8\Microsoft.TeamFoundation.Test.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\99fe671d98bd4b6a80ba7ec1653381af\Microsoft.TeamFoundation.TestManagement.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\dd06b073172146d581d3f74f97f8821b\Microsoft.TeamFoundation.Wiki.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\0c620369a0904b86855f11b84ac2f200\Microsoft.TeamFoundation.Work.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\72878db8d57f47b7865fc03bbe92d3fe\Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\41257b5e316b4cd9aeaea73ddddd9959\Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\1ec1b3d400634acc85865dd3d9f0602a\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\ref\8c8c81058ddb4d20babe9d375e4e88d1\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\ref\906014a0fb3e4c03b7fb47a98629f665\Microsoft.VisualStudio.Services.Common.dll"/>
<ReferencePath Include="..\..\..\ref\829bde83b8884ed8a755ef2f41b9d192\Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\c866dba99e93402cb42e1294f589c4f3\Microsoft.VisualStudio.Services.TestResults.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\34c3d2001e014083a84465b0fa646c2f\Microsoft.VisualStudio.Services.WebApi.dll"/>
<ReferencePath Include="..\..\..\ref\3d326168e3364f3cbe4a9148c3b5609b\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\d98a46d25ba14781a3ced677aa85691a\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\ref\8bd0b62146164c74b27b99729825cdd9\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\ref\46e7f1dd0a584a2bb6c0c731c7791320\Microsoft.WindowsAzure.Storage.dll"/>
<ReferencePath Include="..\..\..\ref\c8882a794da6415a90c9c7e5d52caf57\mscorlib.dll"/>
<ReferencePath Include="..\..\..\ref\6f6d5ec0452b4c33b420e4cad3613a40\netstandard.dll"/>
<ReferencePath Include="..\..\..\ref\76b4f5ad76c3470e849c874cfb2f8201\NetTopologySuite.dll"/>
<ReferencePath Include="..\..\..\ref\bc285ad6d386474e9e1cf70748440104\Newtonsoft.Json.Bson.dll"/>
<ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\ref\3b26478c31b34f9983764563ae13fd21\NRedisStack.dll"/>
<ReferencePath Include="..\..\..\ref\510f19978abc47cbb93ca1f0c2bbb56a\NuGet.Common.dll"/>
<ReferencePath Include="..\..\..\ref\a10bc6d5e7a04ef3842287f38342befc\NuGet.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\28451f7be14146af9d5c15c29867a902\NuGet.Frameworks.dll"/>
<ReferencePath Include="..\..\..\ref\9611a62393594756b317e02010cc22fa\NuGet.Packaging.dll"/>
<ReferencePath Include="..\..\..\ref\d5f1ccd14a6e4f75a5854c203c7b7b5f\NuGet.Versioning.dll"/>
<ReferencePath Include="..\..\..\ref\3ef7ed70425c4a6f8fdce9ca6821e3b5\Octokit.dll"/>
<ReferencePath Include="..\..\..\ref\b12836454f924a34831c19ceffaa631a\Pipelines.Sockets.Unofficial.dll"/>
<ReferencePath Include="..\..\..\ref\e84f613dde5443d68169f572114afe1b\Polly.Core.dll"/>
<ReferencePath Include="..\..\..\ref\292b7502527644bfa283e862a21f8239\StackExchange.Redis.dll"/>
<ReferencePath Include="..\..\..\ref\238397c98c1042a58a648207306d3f82\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\ref\3328b22596aa4b1792c1ea212a06b1ca\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\ref\f23be9eaa2224747bb9641a24e8a438e\System.ClientModel.dll"/>
<ReferencePath Include="..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\ref\7db28c42b4834e33b290f2f2b4045aa5\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\ref\e1b80107866c43f598acac5d0402f50d\System.Collections.dll"/>
<ReferencePath Include="..\..\..\ref\fecf7bd13f0e4c6eb9db374b119ebdb1\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\ref\95dcf337cc134466b7c844b3294a778e\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\ref\6476f64b891d4dd1b41dc18f689ed851\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\ref\334c37ff30474a8aaad47219a3cc9f3a\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\acc2d8a36fc149bc8b235893679da85e\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\ref\758af08e180b4a7c913619679f708926\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\ref\d3346de3171d439a8a201247c2cec246\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\ref\9c8eaaef1ddf4b49b2e066c9cffcb52a\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\a59f659e13b84ca780625c06955bb0b8\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\ref\7aca23f6a9ab4fac83d703efda53dc8a\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\ref\4de4663a9217469496fbd1f78c5650ff\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\8488bc6e4f2041f0b5049c7dd130402a\System.Console.dll"/>
<ReferencePath Include="..\..\..\ref\a5b11864b7a147a8bc263f28c2405041\System.Core.dll"/>
<ReferencePath Include="..\..\..\ref\65e9c57149704e77a191eaf3f268e5e7\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\ref\5d87617aa7b548e0868f5287eef67c0d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\0b82bfbc06444fc48448efc27bef6395\System.Data.dll"/>
<ReferencePath Include="..\..\..\ref\169e116674a74a9ca8d3b760295dfd7d\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\58ac84fb2c4d42e695dd5c90e76f8b5a\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\68cff74d2b864b8784e4a6fbed555483\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\ref\61f5084afb8140079d8468bc9fdee8ad\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\6637febf969d461f8fee7ec76bef63f6\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\ref\b5fd7da7f2dd42f5b5cef7a2e82b078d\System.Diagnostics.PerformanceCounter.dll"/>
<ReferencePath Include="..\..\..\ref\af7187872ab64e75ad9ae8bd2d536688\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\ref\c86af11cea3d4063a2cc64b25aaf5350\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\ref\b4711e23908541e38063c4fa17ba56fa\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\ref\65376f08991249629b65fbf442e37ebc\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\ref\8ba3f7571dfb4fd6bf11a4e54d907497\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\ref\72fb023f34d146ad9e59c90683eba1ea\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\ref\513fcc6307f94d42a3c9d6b135f66885\System.dll"/>
<ReferencePath Include="..\..\..\ref\92e88c2332c64590912808e8f8229753\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\ref\47abb0fcff83422f92c232ea8e61b29d\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\ref\8e1e4d238bf645f6a9ca8f0dc2b96999\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\0842de187ea24b1397e7720be996d2bb\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\4542c147a5104022a5af566a22ce6ba3\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\ref\ea419874ac6749b7b8bd02311309655f\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\ref\dc8ce675e3e740e6b98998ad1fa2a607\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\ref\4c8d9685dab14099885bdc21e169fbce\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\ref\e7e954fb23034732b9b0a3589cab58e4\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\95a6eea7aad4442492545da0f4624541\System.IdentityModel.Tokens.Jwt.dll"/>
<ReferencePath Include="..\..\..\ref\36fe580581324746933bd83852f103cf\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\ref\56ff6e3d6ddc458594625dc0f186a18a\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\ref\8541a3bad27943b2b706cc0478507a32\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\a4bafe7aea0c4cb39c08bab3d2768d82\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\ref\42a765fb5bd140b9a9f85532354dbe08\System.IO.dll"/>
<ReferencePath Include="..\..\..\ref\2311f3dbff3946e0b02e45495fcfdb59\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\42fc75d5336c4f55885f40c4d7c92f2c\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\3364e0c283794262a3b3fb01a7d7820d\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\ref\f4696b3c9adc4c709f4bd73fc7553b21\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\77b2f4d90f1d45e384c417c59ab04a9f\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\ref\aa9fa6f7d4c64e1faccffb71eddbe747\System.IO.Hashing.dll"/>
<ReferencePath Include="..\..\..\ref\6019c0394b284ec4b3edd1c4eaa8259e\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\ref\b428695be5894c7382a8e0afc0f1a5ad\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\ref\cc98c1eefe9440bcb4eee64f8f3f280b\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\ref\9744737a05484489b707c1539b28498d\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\ff58d8423bb74f249240ef1ea67bb32f\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\ref\e7892b600eb24cecb951aced687420c5\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\ref\c737be81b69f43498dc197d05c0aaeab\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\ref\09dce871819444eeaad6fc5abc5261d8\System.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\e8f301b0d565487fbab45b0f5e6f9883\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\ref\c8f7e3ba6c964fe8bff3d01e412f735e\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\b88fdbf17f5d44d2be5d33700ec5ad95\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\ref\8421f432d8e04a5e8b4312140bff60c4\System.Memory.Data.dll"/>
<ReferencePath Include="..\..\..\ref\8eee50b38f32416bb7995cadcfb6bded\System.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\a7bd5e45ccb04e539c2c67174be76608\System.Net.dll"/>
<ReferencePath Include="..\..\..\ref\8465346635ea44c3bfced7e84bb6638f\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\ref\19af20e76ce04547b3fc150a0f8f2d47\System.Net.Http.Formatting.dll"/>
<ReferencePath Include="..\..\..\ref\2219c6e2d19e4189a45ddf22e561a26a\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\ref\4615e964d1574a0b96522f901dfbdf7c\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\ref\9f982da895c54867adfb9c978b67170c\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\ref\9c14b211329d4c77a16db7c73fbe4ebe\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\ref\edd1173a542940f883cff3c5bb5941a8\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\ref\5487396970704eecbd4e6468849f9d0f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\ref\6ac2ab8e06a949e590e0939b945dc820\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\2f603296c05f49a79ffd637757f6c119\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\ref\ce6b939a99ce47588eede41f65014438\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\ref\b9c50d2444f54a9e977af68d96a9c389\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\ref\d42d1f46457a4b6c91e9e829582217b3\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\ref\6b52fdc5b9354c90918c7f2fad13ebd8\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\ref\295b0834514d480291379135f0574008\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\ref\8062bad953c541f7870b6582eaf8ddab\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\ref\c9e1a6b8906e4dfb9ff6249573f82dc6\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\ref\fb0ffff80b6847ff93a38d469595d993\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\ref\8bd8d95515034dbbb2b2d3dfa05b8b7b\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\ref\b6d9536ae4694bd087754105fbd73b00\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\ref\f4b153a0f88e4dc687ee97e84f83ab1a\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\be4b33b81c9c4c18917c456ce40af938\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\ref\8f342bc70f0346909cc7173c1988f6cb\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\ref\910f5dbc64f24b3a9915cf5a20cdf9d9\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\ref\07f60acf563b45f68a3346f9f0cdca30\System.Private.Windows.GdiPlus.dll"/>
<ReferencePath Include="..\..\..\ref\33dcea59024c4072a604d5de79b2525a\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\ref\d3198b7310944a578d2494b0229dbb62\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\ref\5d206e84c3ab479f96bfad032583336e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\ref\9f7f8849e9e144709e39824ef8ccc76a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\ref\c8896b6c40dd48778a8ce47c5ba64693\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\ref\ecc06c4cb81747a193e6e8bafddf6ab7\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\5a8ddb9122284a8db715fdc88ac0ffa7\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\ref\ed97dc9c2b9d46f8a084eec66dd97a35\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\4daa5701f06d41c59a94964c575971f5\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\e41d4b666a844585a04fb7c066fb4873\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\9060dc6238ac472d98871c802da95e2e\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\ref\ae568bbcc4714576b9cdfba2e6097d96\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\ref\510a8c30531d49689fdb9cc6d13f888e\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\ref\15490c98581d49938bdf2ca9bcc9de18\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\ref\23dc1d03fb584b498d8ec9c59707a654\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\ref\2f0b7ed0a9de431aa0635948d2875f53\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\fab9a920f31e408782e4bcdd0e918c18\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\5a69c3cbbf5c4edabe31225b8603f0de\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\ref\c5dc40c97bd447519b84c6c2b4fc046d\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\ref\3108513eb1d3412a9c1f81dcb5695a1a\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\ref\eac5a6a9e1b44e9b94cc5ba6d07c6169\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\ref\4a7a47da5e674c2790e291faec681902\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\ref\b5b540b6aec74aa7844c8fd811c901ee\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\ref\13aad46822e94729baee091ff817f455\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\47355a6ea5ae45b0891c722b3e628afd\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\e6fa53db13b34aeb8a949bd09e020985\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\ref\883634759bfc403ea194fa951a4b746a\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\ref\a59b63d2a9994a5d8644ec99e9c865b8\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\36cd41df02124083867700fc3fc784d3\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\dffb1d4715e2486b8b0b99ce50db8229\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\74ba45918b774c01955c47b0b6fda9ce\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\ref\46b098a109634193b66cb39627732b11\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\ref\4eb099910d3548e084da18bf0779ba02\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\ref\ed971708950542ca9edfd3323cfeadbd\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\ref\3c253063c92846ff98e17502e056e17d\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\32c8908c82f54a058886740feb164ff8\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\9f5570095992493e9c05c39b024970de\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\ref\8bcc0967092d4795afd39cce189e2e7e\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\ref\1c8b1f7c3aa2494fbd29c1b3a9a77b72\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\997b9cba3c424e14aea0793ff5a14c51\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\ref\212f1bb699104379bb1afe01e9825ebf\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\ref\b1f552e379b946fb850efff762d63935\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\59cfb91700164fba89c31d266a420e55\System.Security.dll"/>
<ReferencePath Include="..\..\..\ref\25fba62725a54b2cbb67dbbc5be9fc47\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\ref\3545f4def00547509a26b6dab8393e38\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\ba2653fd53934e30aaa4e6136b23d9ce\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\ref\c504eeabaffd4145ac8367511c8259cc\System.ServiceModel.dll"/>
<ReferencePath Include="..\..\..\ref\db310c5d5c6544598a4154960382b140\System.ServiceModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\b37e055b7863413ca47ba5782a6f2eee\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\ref\332a95acfad34b9d92dfc1f3fad8e5b0\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\ref\6c3b965a2e134712ac4f46d4271e2c77\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\ref\838d1a6c34db401fbdc16c4297c11061\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\94abc2f900c6458397225770ff1a15c2\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\628683fcebcb4d5c802883a9bc73a60c\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\ref\fc1f9b8307634d219fbe59665c140a23\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\ref\b7c7422ec50f4d3a8f6cab721dea1de2\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\ref\75fd91be7b8d4000b92a49df94ec5235\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\7e68bbd8d3d448f1a3923f89818fbeaf\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\ref\6ac679bda3e848a6a53a8771c821be29\System.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\5ef9b5932d9f4c7a99df6dfba8f36e56\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\ref\65621d9444a14d1191e5c55af89c59e1\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\ref\db0b649fdfb145eabed5aa0985fdac33\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\ref\6bbd982fa70f4dcb9022e0503c992c28\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\1ef4ad7660a647ac8fe0c7011140b3b3\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\5f8b091e865e4b409b36a87025797904\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\ref\13b11f710a554dcb95d93ca4a72c4f85\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\ref\57e9b5ad962e40988a17801c9a155155\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\ref\cbe958de9af34e8db610874212b1a1b0\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\ref\aca77975498a4bf9b93f884bf2dc145f\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\ref\50226f919a3d42e7b23c1121edc2b7ce\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\ref\86bf0c5cb7d149289158621e7f041a0f\System.Web.dll"/>
<ReferencePath Include="..\..\..\ref\24d0b9d383864ae898c17d86b7d67356\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\ref\aef1bc58e048420289ecff87a40645e4\System.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\9c0a39bcd9aa411e953628170cea68ed\System.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\e4bc4a620b5e46f186c7eee58b0e5886\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\2da1dfb7e02e4ea0a12c77a89c76176d\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\ref\ac813b7776a54dcda6643b61ae251837\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\5ad8c6f0ec014b0483235d046f258af3\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\ac069f8541324d6ebcdcc0b12047228c\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\aa769216e765482e9af04e40b5a097c2\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\ref\87da31c552014551a22faba909beffab\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\ref\09feefc1673a4378bbabdc44dc24923e\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\27636130caa848e0ad4a9a87c2274e2e\System.Xml.XPath.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\06eddf598c8e493e995d9ed83f835e9b\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\ref\38eea5ef58ac435482c93113bd4237d2\YamlDotNet.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\_external\1\LibraryImports.g.cs"/>
</ItemGroup>
</Project>
|