File: System.Configuration.ConfigurationManager.csproj
Web Access
Project: src\runtime\src\libraries\System.Configuration.ConfigurationManager\src\System.Configuration.ConfigurationManager.csproj (System.Configuration.ConfigurationManager)
<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.Configuration.ConfigurationManager</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;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="System/Configuration/DictionarySectionHandler.cs"/>
    <Compile Include="System/Configuration/DpapiProtectedConfigurationProvider.cs"/>
    <Compile Include="System/Configuration/IConfigurationSystem.cs"/>
    <Compile Include="System/Configuration/IdnElement.cs"/>
    <Compile Include="System/Configuration/Internal/DummyDisposable.cs"/>
    <Compile Include="System/Configuration/IPersistComponentSettings.cs"/>
    <Compile Include="System/Configuration/ApplicationSettingsBase.cs"/>
    <Compile Include="System/Configuration/ApplicationScopedSettingAttribute.cs"/>
    <Compile Include="System/Configuration/ApplicationSettingsGroup.cs"/>
    <Compile Include="System/Configuration/AppSettingsReader.cs"/>
    <Compile Include="System/Configuration/AppSettingsSection.cs"/>
    <Compile Include="System/Configuration/BaseConfigurationRecord.cs"/>
    <Compile Include="System/Configuration/CallbackValidator.cs"/>
    <Compile Include="System/Configuration/CallbackValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/ClientConfigPaths.cs"/>
    <Compile Include="System/Configuration/ClientConfigurationHost.cs"/>
    <Compile Include="System/Configuration/ClientConfigurationSystem.cs"/>
    <Compile Include="System/Configuration/ClientSettingsSection.cs"/>
    <Compile Include="System/Configuration/ClientSettingsStore.cs"/>
    <Compile Include="System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs"/>
    <Compile Include="System/Configuration/CommonConfigurationStrings.cs"/>
    <Compile Include="System/Configuration/ConfigDefinitionUpdates.cs"/>
    <Compile Include="System/Configuration/ConfigPathUtility.cs"/>
    <Compile Include="System/Configuration/Configuration.cs"/>
    <Compile Include="System/Configuration/ConfigurationAllowDefinition.cs"/>
    <Compile Include="System/Configuration/ConfigurationAllowExeDefinition.cs"/>
    <Compile Include="System/Configuration/ConfigurationCollectionAttribute.cs"/>
    <Compile Include="System/Configuration/ConfigurationConverterBase.cs"/>
    <Compile Include="System/Configuration/ConfigurationElement.cs"/>
    <Compile Include="System/Configuration/ConfigurationElementCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationElementCollectionType.cs"/>
    <Compile Include="System/Configuration/ConfigurationElementProperty.cs"/>
    <Compile Include="System/Configuration/ConfigurationErrorsException.cs"/>
    <Compile Include="System/Configuration/ConfigurationException.cs"/>
    <Compile Include="System/Configuration/ConfigurationFileMap.cs"/>
    <Compile Include="System/Configuration/ConfigurationLocation.cs"/>
    <Compile Include="System/Configuration/ConfigurationLocationCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationLockCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationLockCollectionType.cs"/>
    <Compile Include="System/Configuration/ConfigurationManager.cs"/>
    <Compile Include="System/Configuration/ConfigurationManagerInternalFactory.cs"/>
    <Compile Include="System/Configuration/ConfigurationProperty.cs"/>
    <Compile Include="System/Configuration/ConfigurationPropertyAttribute.cs"/>
    <Compile Include="System/Configuration/ConfigurationPropertyCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationPropertyOptions.cs"/>
    <Compile Include="System/Configuration/ConfigurationSaveMode.cs"/>
    <Compile Include="System/Configuration/ConfigurationSchemaErrors.cs"/>
    <Compile Include="System/Configuration/ConfigurationSection.cs"/>
    <Compile Include="System/Configuration/ConfigurationSectionCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationSectionGroup.cs"/>
    <Compile Include="System/Configuration/ConfigurationSectionGroupCollection.cs"/>
    <Compile Include="System/Configuration/ConfigurationSettings.cs"/>
    <Compile Include="System/Configuration/ConfigurationUserLevel.cs"/>
    <Compile Include="System/Configuration/ConfigurationValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/ConfigurationValidatorBase.cs"/>
    <Compile Include="System/Configuration/ConfigurationValue.cs"/>
    <Compile Include="System/Configuration/ConfigurationValueFlags.cs"/>
    <Compile Include="System/Configuration/ConfigurationValues.cs"/>
    <Compile Include="System/Configuration/ConfigXmlAttribute.cs"/>
    <Compile Include="System/Configuration/ConfigXmlCDataSection.cs"/>
    <Compile Include="System/Configuration/ConfigXmlComment.cs"/>
    <Compile Include="System/Configuration/ConfigXmlDocument.cs"/>
    <Compile Include="System/Configuration/ConfigXmlElement.cs"/>
    <Compile Include="System/Configuration/ConfigXmlReader.cs"/>
    <Compile Include="System/Configuration/ConfigXmlSignificantWhitespace.cs"/>
    <Compile Include="System/Configuration/ConfigXmlText.cs"/>
    <Compile Include="System/Configuration/ConfigXmlWhitespace.cs"/>
    <Compile Include="System/Configuration/ConnectionStringSettings.cs"/>
    <Compile Include="System/Configuration/ConnectionStringSettingsCollection.cs"/>
    <Compile Include="System/Configuration/ConnectionStringsSection.cs"/>
    <Compile Include="System/Configuration/ContextInformation.cs"/>
    <Compile Include="System/Configuration/DateTimeConfigurationCollection.cs"/>
    <Compile Include="System/Configuration/DateTimeConfigurationElement.cs"/>
    <Compile Include="System/Configuration/DeclarationUpdate.cs"/>
    <Compile Include="System/Configuration/DefaultSection.cs"/>
    <Compile Include="System/Configuration/DefaultSettingValueAttribute.cs"/>
    <Compile Include="System/Configuration/DefaultValidator.cs"/>
    <Compile Include="System/Configuration/DefinitionUpdate.cs"/>
    <Compile Include="System/Configuration/ElementInformation.cs"/>
    <Compile Include="System/Configuration/EmptyImpersonationContext.cs"/>
    <Compile Include="System/Configuration/ErrorInfoXmlDocument.cs"/>
    <Compile Include="System/Configuration/ErrorsHelper.cs"/>
    <Compile Include="System/Configuration/ExceptionAction.cs"/>
    <Compile Include="System/Configuration/ExceptionUtil.cs"/>
    <Compile Include="System/Configuration/ExeConfigurationFileMap.cs"/>
    <Compile Include="System/Configuration/ExeContext.cs"/>
    <Compile Include="System/Configuration/FactoryId.cs"/>
    <Compile Include="System/Configuration/FactoryRecord.cs"/>
    <Compile Include="System/Configuration/GenericEnumConverter.cs"/>
    <Compile Include="System/Configuration/HandlerBase.cs"/>
    <Compile Include="System/Configuration/IApplicationSettingsProvider.cs"/>
    <Compile Include="System/Configuration/IConfigurationSectionHandler.cs"/>
    <Compile Include="System/Configuration/IgnoreSection.cs"/>
    <Compile Include="System/Configuration/IgnoreSectionHandler.cs"/>
    <Compile Include="System/Configuration/ImplicitMachineConfigHost.cs"/>
    <Compile Include="System/Configuration/InfiniteIntConverter.cs"/>
    <Compile Include="System/Configuration/InfiniteTimeSpanConverter.cs"/>
    <Compile Include="System/Configuration/IntegerValidator.cs"/>
    <Compile Include="System/Configuration/IntegerValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/Internal/ConfigSystem.cs"/>
    <Compile Include="System/Configuration/Internal/ConfigurationManagerInternal.cs"/>
    <Compile Include="System/Configuration/Internal/DelegatingConfigHost.cs"/>
    <Compile Include="System/Configuration/Internal/FileVersion.cs"/>
    <Compile Include="System/Configuration/HResults.cs"/>
    <Compile Include="System/Configuration/Internal/IConfigErrorInfo.cs"/>
    <Compile Include="System/Configuration/Internal/IConfigSystem.cs"/>
    <Compile Include="System/Configuration/Internal/IConfigurationManagerHelper.cs"/>
    <Compile Include="System/Configuration/Internal/IConfigurationManagerInternal.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigClientHost.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigConfigurationFactory.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigHost.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigHostPaths.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigRecord.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigRoot.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigSettingsFactory.cs"/>
    <Compile Include="System/Configuration/Internal/IInternalConfigSystem.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigConfigurationFactory.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigEventArgs.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigEventHandler.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigHost.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigRoot.cs"/>
    <Compile Include="System/Configuration/Internal/InternalConfigSettingsFactory.cs"/>
    <Compile Include="System/Configuration/Internal/StreamChangeCallback.cs"/>
    <Compile Include="System/Configuration/Internal/WriteFileContext.cs"/>
    <Compile Include="System/Configuration/InvalidPropValue.cs"/>
    <Compile Include="System/Configuration/IriParsingElement.cs"/>
    <Compile Include="System/Configuration/ISettingsProviderService.cs"/>
    <Compile Include="System/Configuration/KeyValueConfigurationCollection.cs"/>
    <Compile Include="System/Configuration/KeyValueConfigurationElement.cs"/>
    <Compile Include="System/Configuration/KeyValueInternalCollection.cs"/>
    <Compile Include="System/Configuration/LocalFileSettingsProvider.cs"/>
    <Compile Include="System/Configuration/LocationSectionRecord.cs"/>
    <Compile Include="System/Configuration/LocationUpdates.cs"/>
    <Compile Include="System/Configuration/LongValidator.cs"/>
    <Compile Include="System/Configuration/LongValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/MgmtConfigurationRecord.cs"/>
    <Compile Include="System/Configuration/NamespaceChange.cs"/>
    <Compile Include="System/Configuration/NameValueConfigurationCollection.cs"/>
    <Compile Include="System/Configuration/NameValueConfigurationElement.cs"/>
    <Compile Include="System/Configuration/NameValueFileSectionHandler.cs"/>
    <Compile Include="System/Configuration/NameValueSectionHandler.cs"/>
    <Compile Include="System/Configuration/OverrideMode.cs"/>
    <Compile Include="System/Configuration/OverrideModeSetting.cs"/>
    <Compile Include="System/Configuration/PositiveTimeSpanValidator.cs"/>
    <Compile Include="System/Configuration/PositiveTimeSpanValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/PrivilegedConfigurationManager.cs"/>
    <Compile Include="System/Configuration/PropertyInformation.cs"/>
    <Compile Include="System/Configuration/PropertyInformationCollection.cs"/>
    <Compile Include="System/Configuration/PropertySourceInfo.cs"/>
    <Compile Include="System/Configuration/PropertyValueOrigin.cs"/>
    <Compile Include="System/Configuration/ProtectedConfiguration.cs"/>
    <Compile Include="System/Configuration/ProtectedConfigurationProvider.cs"/>
    <Compile Include="System/Configuration/ProtectedConfigurationProviderCollection.cs"/>
    <Compile Include="System/Configuration/ProtectedConfigurationSection.cs"/>
    <Compile Include="System/Configuration/ProtectedProviderSettings.cs"/>
    <Compile Include="System/Configuration/Provider/ProviderBase.cs"/>
    <Compile Include="System/Configuration/Provider/ProviderCollection.cs"/>
    <Compile Include="System/Configuration/Provider/ProviderException.cs"/>
    <Compile Include="System/Configuration/ProviderSettings.cs"/>
    <Compile Include="System/Configuration/ProviderSettingsCollection.cs"/>
    <Compile Include="System/Configuration/ReadOnlyNameValueCollection.cs"/>
    <Compile Include="System/Configuration/RegexStringValidator.cs"/>
    <Compile Include="System/Configuration/RegexStringValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/RsaProtectedConfigurationProvider.cs"/>
    <Compile Include="System/Configuration/RuntimeConfigurationRecord.cs"/>
    <Compile Include="System/Configuration/SafeBitVector32.cs"/>
    <Compile Include="System/Configuration/SchemeSettingElement.cs"/>
    <Compile Include="System/Configuration/SchemeSettingElementCollection.cs"/>
    <Compile Include="System/Configuration/SchemeSettingInternal.cs"/>
    <Compile Include="System/Configuration/SectionInformation.cs"/>
    <Compile Include="System/Configuration/SectionInput.cs"/>
    <Compile Include="System/Configuration/SectionRecord.cs"/>
    <Compile Include="System/Configuration/SectionUpdates.cs"/>
    <Compile Include="System/Configuration/SectionXmlInfo.cs"/>
    <Compile Include="System/Configuration/SettingAttribute.cs"/>
    <Compile Include="System/Configuration/SettingChangingEventArgs.cs"/>
    <Compile Include="System/Configuration/SettingChangingEventHandler.cs"/>
    <Compile Include="System/Configuration/SettingElement.cs"/>
    <Compile Include="System/Configuration/SettingElementCollection.cs"/>
    <Compile Include="System/Configuration/SettingsAttributeDictionary.cs"/>
    <Compile Include="System/Configuration/SettingsBase.cs"/>
    <Compile Include="System/Configuration/SettingsContext.cs"/>
    <Compile Include="System/Configuration/SettingsDescriptionAttribute.cs"/>
    <Compile Include="System/Configuration/SettingsGroupDescriptionAttribute.cs"/>
    <Compile Include="System/Configuration/SettingsGroupNameAttribute.cs"/>
    <Compile Include="System/Configuration/SettingsLoadedEventArgs.cs"/>
    <Compile Include="System/Configuration/SettingsLoadedEventHandler.cs"/>
    <Compile Include="System/Configuration/SettingsManageability.cs"/>
    <Compile Include="System/Configuration/SettingsManageabilityAttribute.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyCollection.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyIsReadOnlyException.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyNotFoundException.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyValueCollection.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyWrongTypeException.cs"/>
    <Compile Include="System/Configuration/SettingsProvider.cs"/>
    <Compile Include="System/Configuration/SettingsProviderAttribute.cs"/>
    <Compile Include="System/Configuration/SettingsProviderCollection.cs"/>
    <Compile Include="System/Configuration/SettingsSavingEventHandler.cs"/>
    <Compile Include="System/Configuration/SettingsSerializeAsAttribute.cs"/>
    <Compile Include="System/Configuration/SettingValueElement.cs"/>
    <Compile Include="System/Configuration/SimpleBitVector32.cs"/>
    <Compile Include="System/Configuration/SingleTagSectionHandler.cs"/>
    <Compile Include="System/Configuration/SpecialSetting.cs"/>
    <Compile Include="System/Configuration/SpecialSettingAttribute.cs"/>
    <Compile Include="System/Configuration/StreamInfo.cs"/>
    <Compile Include="System/Configuration/StreamUpdate.cs"/>
    <Compile Include="System/Configuration/StringAttributeCollection.cs"/>
    <Compile Include="System/Configuration/StringUtil.cs"/>
    <Compile Include="System/Configuration/StringValidator.cs"/>
    <Compile Include="System/Configuration/StringValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/SubclassTypeValidator.cs"/>
    <Compile Include="System/Configuration/SubclassTypeValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/TimeSpanMinutesConverter.cs"/>
    <Compile Include="System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs"/>
    <Compile Include="System/Configuration/TimeSpanSecondsConverter.cs"/>
    <Compile Include="System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs"/>
    <Compile Include="System/Configuration/TimeSpanValidator.cs"/>
    <Compile Include="System/Configuration/TimeSpanValidatorAttribute.cs"/>
    <Compile Include="System/Configuration/TypeNameConverter.cs"/>
    <Compile Include="System/Configuration/TypeUtil.cs"/>
    <Compile Include="System/Configuration/Update.cs"/>
    <Compile Include="System/Configuration/UpdateConfigHost.cs"/>
    <Compile Include="System/Configuration/UriSection.cs"/>
    <Compile Include="System/Configuration/UrlPath.cs"/>
    <Compile Include="System/Configuration/UserScopedSettingAttribute.cs"/>
    <Compile Include="System/Configuration/UserSettingsGroup.cs"/>
    <Compile Include="System/Configuration/ValidatorCallback.cs"/>
    <Compile Include="System/Configuration/ValidatorUtils.cs"/>
    <Compile Include="System/Configuration/WhiteSpaceTrimStringConverter.cs"/>
    <Compile Include="System/Configuration/XmlUtil.cs"/>
    <Compile Include="System/Configuration/XmlUtilWriter.cs"/>
    <Compile Include="System/Drawing/Configuration/SystemDrawingSection.cs"/>
    <Compile Include="../../Common/src/System/Security/IdentityHelper.cs" Link="src/runtime/src/libraries/Common/src/System/Security/IdentityHelper.cs"/>
    <Compile Include="System/Configuration/SettingsProperty.cs"/>
    <Compile Include="System/Configuration/SettingsPropertyValue.cs"/>
    <Compile Include="System/Configuration/SettingsSerializeAs.cs"/>
    <Compile Include="System/Configuration/NoSettingsVersionUpgradeAttribute.cs"/>
    <Compile Include="System/UriIdnScope.cs"/>
    <Compile Include="../../Common/src/System/IO/TempFileCollection.cs" Link="src/runtime/src/libraries/Common/src/System/IO/TempFileCollection.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="System/Diagnostics/DiagnosticsConfiguration.cs"/>
    <Compile Include="System/Diagnostics/FilterElement.cs"/>
    <Compile Include="System/Diagnostics/ListenerElementsCollection.cs"/>
    <Compile Include="System/Diagnostics/SourceElementsCollection.cs"/>
    <Compile Include="System/Diagnostics/SwitchElementsCollection.cs"/>
    <Compile Include="System/Diagnostics/SystemDiagnosticsSection.cs"/>
    <Compile Include="System/Diagnostics/TraceConfiguration.cs"/>
    <Compile Include="System/Diagnostics/TraceSection.cs"/>
    <Compile Include="System/Diagnostics/TypedElement.cs"/>
    <Compile Include="System/Diagnostics/TraceUtils.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/System.SR.cs" Link="src/runtime/artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/System.Configuration.ConfigurationManager.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Configuration.ConfigurationManager/Release/net11.0/System.Configuration.ConfigurationManager.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/7a976967511247e5b0e3e2116142d5fd/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/5ebaf75e494e4c9e89f75481b14b7fcf/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/a510b1c377de40c09b76daf295e13d9b/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/3786c279c1a24222a0cd69e8aaa784ea/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/cc339222136148a0b5d40c4eb2c249a6/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/7b8789416b7b40d29b6485ca61332de1/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc40f2facf140609f943c744f7eaf08/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/0884d0942dcb40f1a5f2bd4d38db1506/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/df28e0d9cdf442b48047f3cceb0474f0/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/176f207dffc84475965c99cafc143c6d/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/2d45440386e54e5bbbc4b7a2b464ae18/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/b9ec1ff6eae44a3eb6a0c2438fb5d234/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/cb8fdd142b484b6eadcb8a5283a7987a/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/32a2a8be13b341049991490bbb6edaa2/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/484d0a93ffd04bb1abcc05a94d5ff53a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/c660b6019ed14020be9058acd6102075/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/91001b4658744e4f8d8a3aeafd763d95/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/4110ac51dbb74d61a07dfa9e875f1535/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/70bbde04e953463594fee195fc93baea/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/0266a68fd8b0405aa750de93a8e9f69e/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/36c9f370f9c04b799b60c644628b768f/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/c537c5aa97964be8b57a1e9834c555ac/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/ada903246ee64723ba9c8a7330d0e252/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/5644835ee82141109a80e89f94b2dd12/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/cc2ed512652443409a5f4ad21fba6933/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/5b30da5bc7c04d95b090fb8629089fda/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/f371a3cf42c74b919e086ec56cb09f2b/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/bf3de35783c340e0954514eeb60b8a6d/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/a6967bc5abec46b79eb69e3f7fb0bb70/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/17d435aa0973475c9e8c93e18dd01ed6/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/df573cfd74da446184f850969608fb2f/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../../ref/556b760776dd48db88e5a793f4b19de6/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/a222d177bd354c16b67d741d48ff6888/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/5e21e8aad411455da904477733994993/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/9af4965976624e30a13db50d45b6b67b/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/c45e5bdaa9414937a213593193d50c35/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/a301dbf95f59486cb4f5dea193d69800/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/bd17a7e231dd4d848c21ec5e88825f91/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/4779fb8224784452bb4ac760e5243b89/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f930290c83324c0382d15be957e78d46/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/1ffd2368abbe4e049c562da8524b04e4/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc60c65fbea4427bbc714431a566047/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/3b174486fc3048f4a1580ee9361328c2/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/e9532bdf7f9a43b9a226635ed05f238d/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/8bbec2b44f2c43c8bbb8913450545852/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/078ff66a8ef94ab591d502976fbec97e/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/e06ce9c36e08490999d94daec00f63d9/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/66dd64357af9483d99a63a55746dda42/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/9b66c83f7a3e43949531909ceb02fa26/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/653e57a3924f4c2e82e7f3c311295f88/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/59234a82d87a43b5a52d5a717959aaf0/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/082533d141964ee8a0011661905a6882/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/14062820117f49198505c9ea7d0abcdb/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/8d49df5bf39947a3b5d34d63b26f6ffb/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/c6a2e6e625024dd1b15bd41d9be2bcb0/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/dcff320b737c4ecc82adad397529e528/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/b4a908dd05f24d9d978736edcfbcf1be/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/565e362e1a68431497af05133044b7a5/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3c13a3b326ed4d2fa2a2b70ff2df80e3/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/ca2bc2838ad44e199db0f8ccd866c2f8/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/7ab0fbd3e3f5492d87648cf7910279ed/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/49f47f2f30ae416d926e708fb6748baf/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/57f9eebded9e470da60ac7e537b1ceba/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/514911eb57e6486b830146241ee7c942/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/a6c730070ada4efdb25693426b1e502e/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/39a9abd4abde4508b9ccc2ed1d16322e/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/99e58c80110e4d2d863d5dd725b2e5c2/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/47c0aa82701547ad9545f43d48fd7c66/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/68466f38f4ed47a0a7f7f5bed2b3d302/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/10dd2e1effea4432baf1b987201eee24/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/a86d20268be24a9e9adbb854d1c9315c/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/fcf62d6007cb4ff98cc82dcd32c9513b/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/04f3da02966c40eb8c507b5700930bbf/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/e0b814fb76fd43c687e945eb9d70fe19/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/bddc67c9cfab4aac80f41b3f9d1a360c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d4d79b68ade2495c8b9532dd2421c594/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/68699840ba8e41728d70b34806b25a8d/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/d014f8f3519b481c87f864bfcea4d269/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/cd5016e15e9e44a89a9e0014600ba82f/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/8ff56e1582be4e5381f7533cd3a82dd0/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/8290cfda753a48189828786fa22c958d/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/df71940649834b6ca8fcd4fff3d3d659/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/85b68712346a47eab1a35a05695864a8/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/abb2a8dcacc741dd890afedefc13ab49/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/cad71cdb63a94cf88eeef35eefcb73bb/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/9740a5e4b93b457d8596da90222c9ae4/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/8e31a773f1034bd1ba5fa1832bfb10c8/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/006f68ce438b453189c81e95c6dcf1aa/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/4b41fc07596e4f6fa0f64d9d57624ccc/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/7189893c6072495eaea3081ecc060799/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/6a8bbbf3b03d46b0a9fb72b14005a1e7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/3d346f6bc23f40168e8a36a2dc0a5c76/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/218f636cf2b5418090862cea658fa1de/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/3416d343086f4614a5b42ba51aea7852/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/4a4167439a4d4d20afc48bf5c93ba6c4/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/7dff85cfdb3049388832b4d939fdaefe/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/a1f2bfc038204fe8bdce18a811a60998/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/51d9e266ff9d4b2197b316eef8bb7da7/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/93f1ecc109c04e9287ae41013018073c/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/40ea08dd47694d52ba2ab5658147bd63/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/c5badd43ea35462f9c19408a2b370986/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/2238fd7e4d914e52b35449164d125dea/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/fc81d0de19d240789912c58cdd9feadb/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/367191433c0d4c1dbe2a50c883a6759e/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/ed085c178d494cdc99cd12016670e664/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/6ed64be34dee4165a8cb43f916106c21/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/8caf5f9e5a144d76b2a02965cdd36b74/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/4fb7b07db30742459c1bee6cc3879b94/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/d83695ed4cd945f19ee6c35160ba8f4d/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/39a5db29547943e0b587ed65bb616eea/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/a68669ead3c249d08e95a7f0544ee079/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/df5937040ad34b38b528023f7bd4ab96/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/2e4becb3bee04dcf961005bf0154f2a1/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/45fdcfa8ff3a46b89ee6888a48c0801f/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/518f3713297c41028ed7cf335e22bf6d/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/9745bff4bae3465ba178a41690e90513/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/3438e3d0bd0f4b588d36e75b470e6c95/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/2888a4b0844646bcb32f4b1bd410acb5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/909c4336238748eba16728cbb4dd9926/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/fc69c1a0ff6b44969b5ab6e441f094aa/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/aad1fb65e36c4f4a87ca02e71f641b89/System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="../../../../../../ref/7e76b65154d446d2a2cd99bcc9a6a10c/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/6ca325a7b5b24a8682bbec0400f83709/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/498d5516ef3140029a84af7099b97ab1/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/a320e6b08010483daa9fe55886e74ef9/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/f30546afd0014941ad5fdcba77cf0c5c/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/0d00654e30424edd9eab7fcb5d3a3bcf/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/08a8ea1a0146419f976879d9ef31ab39/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/fc2405070401428b93614411d393db6d/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/589ae24a358b436d92ef9af1176cf674/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/b7f1c71c13e143acb29d8c01b99adb6b/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/2419274e47dd46b7a724fc4ae5befcfb/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3b741b83538842daa20ee12f8df83c57/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/ef004bf4f2cd40f189409ddd35a81700/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/a95e88cec91443a3aab3bed7fd81afdd/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/454d5692512045b78aaa1bc8badde8bd/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/4d3ebe100d204885b5f67727b8fba7a4/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/572f126f51f448179b8091e6e24ba688/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc5e0cfa80343f8b41e5fe7177d6bb9/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/9cc735f407b1452881b2cef7c84576b2/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/91d615bcfce1462b800c4458c795a5bc/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/ce9e327f796241afa883ed16a2feaab6/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/0ea77e17069d4889913813443669c972/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/55e665576fe740eb9902d794bb65c44e/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/c5d4ecfac8c643f3aa747da85b89a5bf/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/9c477328fcaf4eb78ef1c64b762d8f08/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/30574bdfe66e469683348b0476befe68/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/6cf89469819747d4804a1831c3d603c6/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/746424385ed7400597a85bd9b112ee62/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/cf1bc4a9e2aa4e7fa0f672627b3e5fe3/System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>