File: System.DirectoryServices.AccountManagement.csproj
Web Access
Project: src\runtime\src\libraries\System.DirectoryServices.AccountManagement\src\System.DirectoryServices.AccountManagement.csproj (System.DirectoryServices.AccountManagement)
<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>System.DirectoryServices.AccountManagement</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;WINDOWS;WINDOWS7_0;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;WINDOWS7_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System/DirectoryServices/AccountManagement/interopt.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/PrincipalSearcher.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Utils.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/constants.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Context.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/StoreCtx.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/StoreKey.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Principal.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/User.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Computer.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Group.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AccountInfo.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/PasswordInfo.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/MatchType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/CredentialTypes.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ContextType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ContextOptions.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SidType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ResultSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/EmptySet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/QbeFilterDescription.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/PrincipalCollection.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/PrincipalCollectionEnumerator.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/TrackedCollection.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/TrackedCollectionEnumerator.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ValueCollection.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ValueCollectionEnumerator.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/Pair.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/FindResult.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/FindResultEnumerator.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/exceptions.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/IdentityType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/UrnScheme.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/GroupType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AuthZSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ConfigurationHandler.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/GlobalConfig.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/GlobalDebug.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/NetCred.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ExtensionAttributes.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ExtensionCache.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/ExtensionHelper.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AdvancedFilters.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/QBEMatchType.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/SidList.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADDNConstraintLinkedAttrSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/DSPropertyCollection.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADStoreCtx.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADStoreCtx_Query.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADStoreCtx_LoadStore.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADStoreKey.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADEntriesSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADDNLinkedAttrSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADUtils.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/SDSUtils.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/SDSCache.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/RangeRetriever.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/ADAMStoreCtx.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/AD/TokenGroupsSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMStoreCtx.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMStoreCtx_Query.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMStoreCtx_LoadStore.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMQuerySet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMMembersSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMGroupsSet.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMStoreKey.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/SAM/SAMUtils.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/IdentityClaim.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/IdentityReference.cs"/>
    <Compile Include="System/DirectoryServices/AccountManagement/UnknownPrincipal.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.BOOL.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.BOOL.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.BOOLEAN.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.BOOLEAN.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.Libraries.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.OBJECT_ATTRIBUTES.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.OBJECT_ATTRIBUTES.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.SECURITY_QUALITY_OF_SERVICE.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.SECURITY_QUALITY_OF_SERVICE.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.UNICODE_STRING.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.UNICODE_STRING.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Activeds/Interop.ADsOpenObject.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Activeds/Interop.ADsOpenObject.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.ConvertSidToStringSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertSidToStringSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ConvertStringSidToSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CopySid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CopySid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.EqualDomainSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EqualDomainSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.GetLengthSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetLengthSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.GetSidIdentifierAuthority.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetSidIdentifierAuthority.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.GetTokenInformation.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.GetTokenInformation.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.ImpersonateLoggedOnUser_IntPtr.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ImpersonateLoggedOnUser_IntPtr.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.IsValidSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.IsValidSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LogonUser.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LogonUser.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LookupAccountSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LookupAccountSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaClose.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaClose.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaFreeMemory.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaFreeMemory.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaLookupSids.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaLookupSids.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaNtStatusToWinError.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaNtStatusToWinError.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaOpenPolicy.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaOpenPolicy.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.LsaQueryInformationPolicy.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaQueryInformationPolicy.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.OpenThreadToken_SafeTokenHandle.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenThreadToken_SafeTokenHandle.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.OpenProcessToken.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.OpenProcessToken.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.RevertToSelf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RevertToSelf.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.TOKEN_INFORMATION_CLASS.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.TOKEN_INFORMATION_CLASS.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Authz/Interop.AuthzGetInformationFromContext.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzGetInformationFromContext.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Authz/Interop.AuthzInitializeContextFromSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzInitializeContextFromSid.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Authz/Interop.AuthzInitializeResourceManager.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Authz/Interop.AuthzInitializeResourceManager.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Credui/Interop.CredUIParseUserName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Credui/Interop.CredUIParseUserName.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Dsrole/Interop.DsRoleFreeMemory.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Dsrole/Interop.DsRoleFreeMemory.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Dsrole/Interop.DsRoleGetPrimaryDomainInformation.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Dsrole/Interop.DsRoleGetPrimaryDomainInformation.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.CloseHandle.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CloseHandle.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.GetCurrentProcess.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentProcess.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThread.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThread.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThreadId.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThreadId.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.LocalFree.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.LocalFree.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Logoncli/Interop.DsGetDcName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Logoncli/Interop.DsGetDcName.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Netutils/Interop.NetApiBufferFree.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Netutils/Interop.NetApiBufferFree.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/NtDll/Interop.NtStatus.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtStatus.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/SspiCli/Interop.LSAStructs.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/SspiCli/Interop.LSAStructs.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/SspiCli/Interop.TOKENS.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/SspiCli/Interop.TOKENS.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Wkscli/Interop.NetWkstaGetInfo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Wkscli/Interop.NetWkstaGetInfo.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeLsaMemoryHandle.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeLsaMemoryHandle.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeLsaPolicyHandle.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeLsaPolicyHandle.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeTokenHandle.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeTokenHandle.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/System.SR.cs" Link="src/runtime/artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/System.DirectoryServices.AccountManagement.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.DirectoryServices.AccountManagement/Release/net11.0-windows/System.DirectoryServices.AccountManagement.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/d08fe887f3414a70b6144953b7acfde2/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/a9bdcc354a184b0d850e3f73714790fc/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/5dd3797b75a0481683a0f9eedf7620a6/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/b31076baa3384933a990c85b9835be40/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/0fa92e611c0540b59cefde4c63778261/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/7d31ed777263418f8bda26427f88a5b4/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/4fcdf873324842e588d379be1489d1ec/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/6929e2573fff4fdf958932161d556c1b/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/324ae83df016433bb4081d4dd7ebf4c2/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/2a8380514df741a8b6798d1f104e15ad/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/e3e3c37367a046968c2968ea1d2714ad/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/c9daf54840a14f9e9c703db0bce7ab95/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/9dd8246846704507bbb7a3a30bd321f3/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/61b9989afc79457e804acc88cc7158b4/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/36a0502d4e564cabbc8c819e6cb2433f/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/44f3761c7d3f4e82804114d956ae2096/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/31a1f6af30d1450d9c5dcd989b21e990/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/cd70a723addb48e499794e46a866df04/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/3eec676013f84a978880f43a2f958b8a/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/db12839c3d2d421d8ebc85b0aaec8774/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/ebc4648b261141bd94ef0af18ebba0a8/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/61e8201672e8457085bd088f08b120d5/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/ff2d916b729646fe80fa99a441f39fe3/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/33d13cb57a2948c7a59eabba747535b3/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/c2e7e9686b804428b62c2c3550a619b3/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/b542e711d4214400aa559e1d3dbbc7bb/System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="../../../../../../ref/30e0c08f3c1e411ea8f0c2b839d307f6/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/2a040cda67064ea9962661cc83c16725/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/5603ef7f92104a4fb255901014312b82/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/4d666744bbfa420da1467946b9baa96d/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/b64767800711485e8753eb21d4d1ca19/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/35e3086e9a414d99889b02d7f3c5cd77/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/f79002d7251c4499899b5a6ec214a200/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../../ref/b74bfb758fab43ad83036940240a5c78/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/99959cfdfda04ed384f6a7329005e43b/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/c72f036596c64366bdb58076bcdb5359/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/414aae37f6ea485c8dffc54d724696c7/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/21b24688e6aa444fbe4f9784ba134ce9/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/2b74a1a87f8b46d5881164bafafae540/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/f78089440f534016992b177129c83f19/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/0d9b6308628d48d39d58e008a718679c/System.DirectoryServices.dll"/>
    <ReferencePath Include="../../../../../../ref/3c5f51c8bfce4c38a2757631528ac2d6/System.DirectoryServices.Protocols.dll"/>
    <ReferencePath Include="../../../../../../ref/90788b5c45a942e9a6690fa44dd80f58/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d26aa6d77c4d40c08f7f6ad9b4749d57/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/e81a6af5a22e4c56bb0120054e254c14/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/80a21ba788b941549ee0f08072f7b7a3/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/1b0f6886c1284487ab3006dc52d3f130/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/ea32b25ad0a8448396070d285096158e/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/fce5bd6ec412406d9721a5f0bd755305/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/bbe4bf600fbb416ebc65a9a86b70abe6/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/74d64388e329462b84bf9379ed80435f/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/d688c88604d84579aa1b40b9ab6c884f/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/66e7b8dab3264b27adc9a6310a881d9a/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/d8b1b2601e2645d8997824b5e8263d1d/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/a4abc1b5c0d143d8b8bc4bef1308df69/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/b1ecebadb3df4b7f9749c3edf3ef49c7/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/3f6adc62e5404dfd9742e48c56973cdc/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/06c21532a02f4e92be2cee7c0541d033/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/6a3d72370a844a05af612b3112c9dfd4/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/7a97aeabe65d41ffaebe18db8d69a411/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/4a0e91041c264e118f7243d73f906f99/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/037a7a0e7c72478abf95db419d81d7e3/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/b27710508b2c4c1db61ce01fe8d0d72e/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/e71db9fca5d44852a918a152097f6239/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/09b7f27c0ca8439ea851508e881e8528/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/10a685be76ae45bf87bbcada81451537/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/a7632fe3c19048f482bfa778efcea864/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/c9c892338fd74f318ee45d85b3a2c513/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/6fbe2946e4fe4dcb8081bd6dc5e9bb5d/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/b3bc3834a66745fda395fff1edb623b0/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/0d3faf0740ed4664a66fc467d3ccc1e6/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/0af5016aa141458d9bb48c02d5f00a73/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/9de2fb698e654e72ab723ab51ae1d78e/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/06acb13196bc45b69e736bc3df74e9fb/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/89b520a860bc48be8b29b15c716a8ca9/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/e13a31a70d714c5d953482b7acc3db78/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/cea9a703c2034e358e381bcee4cbfaa2/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/2c47ba6dbe8946b29d1d31789ffdb201/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/eba5c6962c084f2aa1d9eb67e8b7bfb9/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/0a54c962c19049319337d71bfb612b83/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc58e023baf441ab79060a818699e7e/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/9da05e3c929a4ef090310c789239e204/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/fde5796a4e4945d1830e8e84624ff066/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/4220746653364b53a9df1822eb9f12d7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/8fce2805836b4cb699674493704cc10e/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/0ef9da3f80144e80aa1af9eba6dca469/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/cc861ace9f81422eb28e83c07882c350/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/6a05fb741f214897b80be2b1f6fb73e8/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/9d224d0d7015439f87074814ac94a8de/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/21898791929f4c1d9a2c3c410deb88de/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/d0a443df234344b6ab594e3a537702cf/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/819ac99c25db4480aaac76666613ed30/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/54f691317d6e455487213049e341a3c5/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/a43bbf80c89340f8b0f9a0aa10354396/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/cab6dada37904f6ba368565f7bbf06d5/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/1bc91c0cc0694049aa51defa803d841f/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/894b85594f1b41fbb61560849e65062f/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/a3433f38d05344d29910f07c89a09bb3/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/32cefd4dae1f4b91b56846c0a711c41f/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/5767d4e6b3d148cabbb7950c77f18346/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/d3709dbfabb64f9483ad2a812adc0696/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/48ee294d220241f69072bda82c2d7ddb/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/da9819a0f15241c2aa4c9c070252f79f/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/5f5471c6d8354b7eb86e46040968e349/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/7f5dda8656254b1d8ee82d48bfb3a0db/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/79cfa4e8e6094f2cab1754c719554d8e/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/7e4f12b6ad564dd4a07db9358c9c9125/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/995384c4aae144daa1e87c62c63e944c/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/f02f775d9943424f8f57852aa6374190/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/5ebe9d79164446c282064a1c868e53ec/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/bb0ca8eb75ea4eb584f91746bec61073/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/23ae63905d1340ceaa7050be01f4c139/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/c6c00066badb452fa5068c3155178593/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/c2a029c5440c4e3ba465452d80e337c0/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/55aaefbefedc417090c0e80cbe8f9133/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/c93c9111cb3444fe8ca56c9bb7b2d162/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/0c9716da3a2c40b7bd5fd3c2e28afab8/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/864ce8a042fd4de0b9b0bcddf7a48ea1/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/72d3548b03084ee096b48a51580f6ae0/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/b19b7e895ffc4d268cfb38eba1d9f24a/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/bf34142e89de4bac9670563c92a6cca1/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/2b014487424f4e4b95ddc3bc9943511f/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/3bee5102d187448d8e8ce7f457feee82/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/7e3efd2528cf499e96aa9f6d7e3d0fc9/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/ad94be14fb404bc08b428ece1c63efbc/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/f41f25b085f548e09f5c65e9f4f01a02/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/27056aa608f74142b2df29b98bd4f4d7/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/08cbfadb9bf84b2eba1ecca95494ef7c/System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="../../../../../../ref/258ea907abd34603bc5881a840898abe/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/9c2e0f7a20cd42de9c37b624fd3b0eef/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/12156e6e2e184adb8b4460d7cfbfeeb2/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/aba871dc91354b81bc108a4908c25411/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/399e86193b2e4630bb46a7731c862380/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/8a4a4a551a8546618a3cd7b2e0b29bfc/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/21cb6c8585b044a9b7fa7d7b2aa6be3c/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/ce8563b144584573859313548a504608/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/3321091201774a018ef0ee1cae82a4aa/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/66b6cada1430470c9f3b08e5e415165c/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/0cc9869d02b446a0874da0ac07bcba53/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/43f3257ec5da4da593a2ea97afce1630/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/29edbc3bfe6d41a189b3ee200da8a6dd/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/cb7fe244d7f4465e8327a094d5a7d6ca/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/64dd384b35244a62a33d922a4066af09/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/7a2736649ffa4a86852574a785ef6718/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/c036f7c9c94b45a3b8f59254f5dc7741/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/5730f182899c41d9b53c2a97f0da3148/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/96e4fdec80f74121bf139a1475279101/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/ff8b0002fe884623b62bdfc1232976a7/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/ef517e8ee635423c88271f638e1cbb7f/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/f863708d33df48c1a15bb69c7db46240/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/3c3f2be129dc4554b3323bfdc3e25edc/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/510ccb58fe1c4792918f7e0355577335/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/a1ac1aafd829406db2cc5c4d11e4f628/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/e194e57cd5024c3d92b389f4fe235fdb/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/89e1355281a4462fadc6e0dcc00b241c/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/444dfc2adf9e45219c8ad54aa9839859/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/7239a464efa04560998b13d112df13a3/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/6ad6f86b413f4580bb28fa4cb8b6fe34/System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
  </ItemGroup>
</Project>