File: Microsoft.DotNet.VersionTools.csproj
Web Access
Project: src\src\VersionTools\Microsoft.DotNet.VersionTools\Microsoft.DotNet.VersionTools.csproj (Microsoft.DotNet.VersionTools)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.DotNet.VersionTools</AssemblyName>
    <LangVersion>Latest</LangVersion>
    <DefineConstants>TRACE;DEBUG;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="Automation\ClientHelpers.cs"/>
    <Compile Include="Automation\DependencyUpdateResults.cs"/>
    <Compile Include="Automation\DependencyUpdateUtils.cs"/>
    <Compile Include="Automation\GitHubApi\GitHubApiModel.cs"/>
    <Compile Include="Automation\GitHubApi\GitHubClient.cs"/>
    <Compile Include="Automation\GitHubApi\HttpFailureResponseException.cs"/>
    <Compile Include="Automation\GitHubApi\IGitHubClient.cs"/>
    <Compile Include="Automation\GitHubApi\NotFastForwardUpdateException.cs"/>
    <Compile Include="Automation\GitHubAuth.cs"/>
    <Compile Include="Automation\GitHubBranch.cs"/>
    <Compile Include="Automation\GitHubProject.cs"/>
    <Compile Include="Automation\GitHubVersionsRepoUpdater.cs"/>
    <Compile Include="Automation\IUpdateBranchNamingStrategy.cs"/>
    <Compile Include="Automation\LocalVersionsRepoUpdater.cs"/>
    <Compile Include="Automation\NupkgInfo.cs"/>
    <Compile Include="Automation\NupkgInfoFactory.cs"/>
    <Compile Include="Automation\PackageArchiveReaderFactory.cs"/>
    <Compile Include="Automation\PullRequestCreator.cs"/>
    <Compile Include="Automation\PullRequestOptions.cs"/>
    <Compile Include="Automation\SingleBranchNamingStrategy.cs"/>
    <Compile Include="Automation\VersionsRepoUpdater.cs"/>
    <Compile Include="Automation\VersionsRepoUpdaterFactory.cs"/>
    <Compile Include="Automation\VstsApi\VstsAdapterClient.cs"/>
    <Compile Include="Automation\VstsApi\VstsApiModel.cs"/>
    <Compile Include="BuildInfo.cs"/>
    <Compile Include="BuildManifest\BuildManifestChange.cs"/>
    <Compile Include="BuildManifest\BuildManifestClient.cs"/>
    <Compile Include="BuildManifest\BuildManifestLocation.cs"/>
    <Compile Include="BuildManifest\JoinSemaphoreGroup.cs"/>
    <Compile Include="BuildManifest\ManifestChangeOutOfDateException.cs"/>
    <Compile Include="BuildManifest\Model\ArtifactSet.cs"/>
    <Compile Include="BuildManifest\Model\BlobArtifactModel.cs"/>
    <Compile Include="BuildManifest\Model\BuildIdentity.cs"/>
    <Compile Include="BuildManifest\Model\BuildModel.cs"/>
    <Compile Include="BuildManifest\Model\EndpointModel.cs"/>
    <Compile Include="BuildManifest\Model\OrchestratedBuildModel.cs"/>
    <Compile Include="BuildManifest\Model\PackageArtifactModel.cs"/>
    <Compile Include="BuildManifest\Model\SemaphoreModel.cs"/>
    <Compile Include="BuildManifest\Model\SigningInformationModel.cs"/>
    <Compile Include="BuildManifest\Model\SigningInformationParsingExtensions.cs"/>
    <Compile Include="BuildManifest\Model\XElementParsingExtensions.cs"/>
    <Compile Include="BuildManifest\SupplementaryUploadRequest.cs"/>
    <Compile Include="BuildManifest\VersionIdentifier.cs"/>
    <Compile Include="Dependencies\BuildManifest\OrchestratedBuildDependencyInfo.cs"/>
    <Compile Include="Dependencies\BuildManifest\OrchestratedBuildIdentityMatch.cs"/>
    <Compile Include="Dependencies\BuildOutput\BuildDependencyInfo.cs"/>
    <Compile Include="Dependencies\BuildOutput\FilePackageUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\FileRegexPackageUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\FileRegexReleaseUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\OrchestratedBuild\FileOrchestratedBuildCustomUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\OrchestratedBuild\FileRegexOrchestratedBuildCustomUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\OrchestratedBuild\OrchestratedBuildUpdateHelpers.cs"/>
    <Compile Include="Dependencies\BuildOutput\ProjectJsonUpdater.cs"/>
    <Compile Include="Dependencies\BuildOutput\ToolVersionsUpdater.cs"/>
    <Compile Include="Dependencies\DependencyReplacement.cs"/>
    <Compile Include="Dependencies\DependencyUpdateTask.cs"/>
    <Compile Include="Dependencies\FileRegexUpdater.cs"/>
    <Compile Include="Dependencies\FileUpdater.cs"/>
    <Compile Include="Dependencies\IDependencyInfo.cs"/>
    <Compile Include="Dependencies\IDependencyUpdater.cs"/>
    <Compile Include="Dependencies\Submodule\IndicatorPackageSubmoduleUpdater.cs"/>
    <Compile Include="Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs"/>
    <Compile Include="Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs"/>
    <Compile Include="Dependencies\Submodule\SubmoduleDependencyInfo.cs"/>
    <Compile Include="Dependencies\Submodule\SubmoduleUpdater.cs"/>
    <Compile Include="Util\EnumerableExtensions.cs"/>
    <Compile Include="Util\FileUtils.cs"/>
    <Compile Include="Util\GitCommand.cs"/>
    <Compile Include="Util\X509Helper.cs"/>
    <Compile Include="..\..\Common\Internal\EnumerableExtensions.cs" Link="src\Common\Internal\EnumerableExtensions.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.DotNet.VersionTools\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.DotNet.VersionTools\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.DotNet.VersionTools\Debug\net472\Microsoft.DotNet.VersionTools.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.DotNet.VersionTools\Debug\net472\Microsoft.DotNet.VersionTools.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\7064094328744592bd41a769978846ff\Microsoft.Arcade.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\848fefa1f3cc4ab88ade2626ed4fbffe\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\ref\93a61207c4ba4917b486a1b0bbc33a34\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71274b9d22d141ac9e8b156f8924d4ed\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\ref\11b2c583bae3460f8e9f40ab2b3d5be0\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\23a76c95dc904038b5ddde8b5b07641c\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\22ca154bc16946ee8faeaad169b4300c\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9486e6aeee8140598001d809ed146fc5\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\24c6999dbdb44fdb8f0a8019fb87f096\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07fd7837217944a9ad4102e4bf7dd75c\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d57e0c776224a549d8e65e3ae9a928f\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ebe0007558147d2a7596504ff7f74a7\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5c23401eef34670a7ee2156ec24b2f0\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e6b2fe7b2384ff2a71bce7885a5596c\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cafb29d5233847fbb4edcf8d7c32b1e3\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd21e08747d94bcebed8b56112226337\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf090466d32c4025b476cee6b8291f40\NuGet.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b3265425ee3040bd8eb8b1f3195bfa4b\NuGet.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c17b6a91d4a46ddb7e9fa2c5d3c1a54\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\07a2283bd5d148d6b9ff3b736edcbe8d\NuGet.Packaging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\79af43abacf445a98980cb9f4ff8cf2b\NuGet.Versioning.dll"/>
    <ReferencePath Include="..\..\..\..\ref\05dfc96b0eaa40aabfb5d2f9f916d9ba\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\371968a1c1414775bb4ef3eb369745e3\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3c9e850c90c548a0af7e388089bbdae9\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9830c18b4ae54d3189f16c37283329f2\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d1c70101e8d41dfadcc04f5fdabc391\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\da2502c5079842b19aaf45d431b1301b\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\76e5685aed5642c2b08f6e049526ab12\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\84a2eca8242442c089cb01d45dbb2397\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be636da5b9a7459dba9af713d30adf42\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3245426de03241fc8515ad5beafb1bdc\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\805945f327b047adb8f6389d9d8f82c3\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a03c062d22cc463aaea07b37d87f5a1d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\64a5d4a2a4354531b41c65ed5e5534b2\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82f2aa9766d1415bb26b177ab15731ab\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc84029b11234266bc379616e5f03999\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b87c1655033c4be8b0b7dfc6b446c339\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40dd49b3da7b4fe9aa1fe56059d48289\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a5b36d0b822a494487066b3b753eb901\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c8b23c32e44458d9fa573fb034c4ece\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c538a440b66c4720b06890b78fecd66a\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bc890e4ea34f463c8fd960f43c8beb88\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a087127fe1df4ea2ab18cb765be637c3\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\82ca8cb89d1a481badc16322e06a8f03\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a51d290bb29447c7b3e5b8d0df4c4e4e\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cb8a8010139f4088aa08e5761bd1ed08\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\441ee83d10d44a1e8ef73fc3d62bc3b3\netstandard.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\9ef06b9381694bf497bcba5b1829a2a7\System.IO.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\8d0998cfdc1b4838b3ab874866e6db68\System.Net.WebSockets.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\82db9ce518564f699c7755274fc627f7\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\189ac5d4f43b419792f3d6f487aff251\System.Security.Cryptography.Csp.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\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>
</Project>