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/4cbbd8e7b67344848e5bb23145676336/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/c58b90924b6d456eaeaa937b259a0469/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/21fb016302cc432c80481c280d30300e/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/cece2626bbfc403fad82bcd53e009b32/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/43e7bc06947b43daada861167097efe6/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/881a5e055b9b427baf76ce92c1a65c30/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/ac298a2aaa91435f8f65c087a95fff72/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/611cda73e8e24eed9e2824b4c8a6341a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/319b9a00bf2a487ab0cad06c3b3542b0/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/7416d365708e47979a6238f355c4156f/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/6cc5d6656fc741469e809c4282d9b7dc/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/c0e062c3eb1149a49f723e22eb3505f7/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/4d86b0b59a1649d1b6dcd242a616bb96/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/92091ced92ae4a659fe77e0f4f8a1789/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/9241354e5cfe485295849f69ccefe1d9/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/3adc2e1d85da4046b41ac79accb1c906/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/2a6d439abf214aa6bfcfd8b6af121307/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/4e39eb44f99245b8a83dfeb2e1e59761/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/6ceb191902c04f8bb67ec08c1455e2d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/fc1d41d3a6044c3094881d632401ff88/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/dad9c439593641aeb17a447fad0bb09e/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/2ddb91eb217b48a4914a0409e6584f79/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/0d2d33cce3964c829eeaba38068b1dda/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/c09be86162bb4cf8b61173fa3d189d54/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/21ac7c5940e3492eb1c08266253e33a4/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/90c1391728904b939f238ef3546a5374/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/84dfff601dac42d98a4d7da9369c3b94/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/7d2f1d03c33e41ebb5fda79a70c22570/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/d5a8795351e242d0b9fdf0e6dd96065b/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/3b75615e4acb4942bcdc6f2b01e5e1a9/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/0e9742c192584192bc68796f6e3e8daa/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/f4122ab732344d7d9cd93153de91407a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/5d7bc8f0d5b54dbd9e86839010069b4d/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/aa915db90c9a4a9b809bd397cdfa01e2/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/c2e9d36114db4b4198567d683a537e6f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/259c0b6881ba4d708f0f6175202398de/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/3bf7802067aa43ce8cb804e96ddad4ae/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/ca7645d81b224aa3aef6a36160223836/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/ff7d6e939e2f4cae91089c5112d0d0da/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/997528dde6b4404b9425ea77ec76b589/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/3cdd0a6522ba4dde96385c8e14946d20/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/8f368c0ff47e455cba96034e5b39b12f/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/1f69ff76a488490b888429f98800a210/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/8376418ba94f410988364a30b1477fc7/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/b8c9e03aa7a44ad598a2398d31aad16d/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/3295816c4aba4ae39ef7c2cd14c156bb/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/ce4225f4f0844bd380059eaa7552e00d/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/08945c3e68ce40a287b7e926b8a65109/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/e2bbca7641704c4eb91acd9529138989/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/df95e3434cce4c008e47a5090a0a2ed0/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/53db511be88f46af812b09128a4e70df/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/a6c1a75997304953a3b50c928ab4f7d6/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/5cbe71460143422bbd73c34c2ceeaa7e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f3ce510fe4154acf9f5ff6b132f285fe/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/12d3a63084e741bd9a5605ee350b8f1b/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/39b7359ca90945b0a77e0cae26e5a336/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/832329b8eba04a97ae3bffb169003fcd/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/d4773685c48843baa5d4214b8b6cf224/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/0373cf5da70b4912837fa24ce0494f51/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/2b3f9d5b53944190803d33b964b0c1dc/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/0f56233358fe48a3b5dae8b9d451df4a/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/0004eb50ed5e4860924bcf76150f7d6b/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/16a18ae8f39e4a2a8ebb02fd729f836a/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/cf7c379f9605417a9b0e8c266f2919de/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/800f88cc5e624d18a5379d2b94500316/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/375922fbcb0946029135837101414236/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/ecdb9aed32264c5890e729e00bee9823/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/2e4ca8cf51024c27a809596b25c14782/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/9c1eed5e82b4450089254f21f097b2d3/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/e9d66600a8604347944509f635f11096/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/3b5a7a4739fe4d17be27f078ad7e4e79/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/7e976e9ba4794fe19eef6bfd6405641e/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/b7e097e499e64efe9feb0980235b8b77/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/1fc2d3c2a8b942c99940f466c9f06dd5/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/e3d43f4520d447fc9e854d7c0e501352/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/c7758676a29e4a8188c856281738f4ab/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/9bdcff1b0f1a49ffbf612c7e6da96fed/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/6ddbb77fa89448ec9cbe80dce5265f14/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/141b3ee73dfe40fcb92cd9365464f80c/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/db047fd2156c45f990f28004090b2d9a/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/74e78496ea424e1fb3f330b6fdf13451/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/7953878f69cd45aaa9b7aa57784f2bc6/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/59595587783247a3b73e8b496a91c4ac/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/6197862ade6b47a98e87eed4449135a7/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/6524c09b9b5e48e69292ef608c9c42c5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/9563aa7f205d40e0ac235211b8248078/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/1c274240d8804c148460c59040cf1d4d/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/aedde73048b74355a1308f3513cb51a9/System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="../../../../../../ref/8c574540601e462590f124bb7038c720/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/01d7683de6334228b06028292e3100e5/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/ba2e4f25088449b5bf680b2fe570c38b/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/d93ce7693db64211bae409aa54162f95/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/a0f929bad5e34516b886ca00b7c906a4/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/e236e3a34efd46ecb8a6552a0d6c0bd1/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/a1b3fd3bf3e14a1ba7d39a4749ba4dae/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/91d768c25ebc4468bfac2b32f381bfb5/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/87d1c45851344b0995b336a673b3d644/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/f5e710dd52d94d3887f514a6ab78223a/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/7119f63aad4f42b994b9496e918659c2/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/b8cd2b1152704d1db7377e9c57781498/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/d1fb96c3ae284304b485cbab4a49e4f3/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/cb4cb38f5a3f42cc8069aed6aa9834a8/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/b90baddfbbf84cb89ea579815671438e/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/a773fee2a9d049549b32150827d8ddf7/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/7b3799b860e9421cab2762e5870c4de6/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/7045817db5a94cda9cdd7fb464085531/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/44e0f837ba10412d8d97201adcdf862f/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/25cd1bd0ee3d4be28e743aaa3afe90bf/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/8cd6c34a682f4c778a4cb46e9e9cc0d7/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/5dae10a6af8d44aa8d6acf255bef9a8b/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/6889bb964efc4ef0a8c06315e505dfb7/System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>