|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.AspNetCore.Mvc.Core</AssemblyName>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET10_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;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="AcceptedAtActionResult.cs"/>
<Compile Include="AcceptedAtRouteResult.cs"/>
<Compile Include="AcceptedResult.cs"/>
<Compile Include="AcceptVerbsAttribute.cs"/>
<Compile Include="ActionConstraints\ActionConstraintCache.cs"/>
<Compile Include="ActionConstraints\ActionMethodSelectorAttribute.cs"/>
<Compile Include="ActionConstraints\DefaultActionConstraintProvider.cs"/>
<Compile Include="ActionConstraints\HttpMethodActionConstraint.cs"/>
<Compile Include="ActionConstraints\IConsumesActionConstraint.cs"/>
<Compile Include="ActionContextAttribute.cs"/>
<Compile Include="ActionNameAttribute.cs"/>
<Compile Include="ActionResult.cs"/>
<Compile Include="ActionResultOfT.cs"/>
<Compile Include="AntiforgeryValidationFailedResult.cs"/>
<Compile Include="ApiBehaviorOptions.cs"/>
<Compile Include="ApiControllerAttribute.cs"/>
<Compile Include="ApiConventionMethodAttribute.cs"/>
<Compile Include="ApiConventionTypeAttribute.cs"/>
<Compile Include="ApiExplorerSettingsAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionMatcher.cs"/>
<Compile Include="ApiExplorer\ApiConventionNameMatchAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionNameMatchBehavior.cs"/>
<Compile Include="ApiExplorer\ApiConventionResult.cs"/>
<Compile Include="ApiExplorer\ApiConventionTypeMatchAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionTypeMatchBehavior.cs"/>
<Compile Include="ApiExplorer\ApiDescriptionActionData.cs"/>
<Compile Include="ApiExplorer\IApiDefaultResponseMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiDescriptionGroupNameProvider.cs"/>
<Compile Include="ApiExplorer\IApiDescriptionVisibilityProvider.cs"/>
<Compile Include="ApiExplorer\IApiRequestFormatMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiRequestMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiResponseMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiResponseTypeMetadataProvider.cs"/>
<Compile Include="ApplicationModels\ActionAttributeRouteModel.cs"/>
<Compile Include="ApplicationModels\ActionModel.cs"/>
<Compile Include="ApplicationModels\ApiBehaviorApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\ApiConventionApplicationModelConvention.cs"/>
<Compile Include="ApplicationModels\ApiExplorerModel.cs"/>
<Compile Include="ApplicationModels\ApiVisibilityConvention.cs"/>
<Compile Include="ApplicationModels\ApplicationModel.cs"/>
<Compile Include="ApplicationModels\ApplicationModelConventions.cs"/>
<Compile Include="ApplicationModels\ApplicationModelFactory.cs"/>
<Compile Include="ApplicationModels\ApplicationModelProviderContext.cs"/>
<Compile Include="ApplicationModels\AttributeRouteModel.cs"/>
<Compile Include="ApplicationModels\AuthorizationApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\ClientErrorResultFilterConvention.cs"/>
<Compile Include="ApplicationModels\ConsumesConstraintForFormFileParameterConvention.cs"/>
<Compile Include="ApplicationModels\ControllerActionDescriptorBuilder.cs"/>
<Compile Include="ApplicationModels\ControllerActionDescriptorProvider.cs"/>
<Compile Include="ApplicationModels\ControllerModel.cs"/>
<Compile Include="ApplicationModels\DefaultApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\IActionModelConvention.cs"/>
<Compile Include="ApplicationModels\IApiExplorerModel.cs"/>
<Compile Include="ApplicationModels\IApplicationModelConvention.cs"/>
<Compile Include="ApplicationModels\IApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\IBindingModel.cs"/>
<Compile Include="ApplicationModels\ICommonModel.cs"/>
<Compile Include="ApplicationModels\IControllerModelConvention.cs"/>
<Compile Include="ApplicationModels\IFilterModel.cs"/>
<Compile Include="ApplicationModels\InferParameterBindingInfoConvention.cs"/>
<Compile Include="ApplicationModels\InvalidModelStateFilterConvention.cs"/>
<Compile Include="ApplicationModels\IParameterModelBaseConvention.cs"/>
<Compile Include="ApplicationModels\IParameterModelConvention.cs"/>
<Compile Include="ApplicationModels\IPropertyModel.cs"/>
<Compile Include="ApplicationModels\ParameterModel.cs"/>
<Compile Include="ApplicationModels\ParameterModelBase.cs"/>
<Compile Include="ApplicationModels\PropertyModel.cs"/>
<Compile Include="ApplicationModels\RouteTokenTransformerConvention.cs"/>
<Compile Include="ApplicationModels\SelectorModel.cs"/>
<Compile Include="ApplicationParts\ApplicationPart.cs"/>
<Compile Include="ApplicationParts\ApplicationPartAttribute.cs"/>
<Compile Include="ApplicationParts\ApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\ApplicationPartManager.cs"/>
<Compile Include="ApplicationParts\AssemblyPart.cs"/>
<Compile Include="ApplicationParts\DefaultApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\IApplicationFeatureProvider.cs"/>
<Compile Include="ApplicationParts\IApplicationFeatureProviderOfT.cs"/>
<Compile Include="ApplicationParts\IApplicationPartTypeProvider.cs"/>
<Compile Include="ApplicationParts\ICompilationReferencesProvider.cs"/>
<Compile Include="ApplicationParts\NullApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\ProvideApplicationPartFactoryAttribute.cs"/>
<Compile Include="ApplicationParts\RelatedAssemblyAttribute.cs"/>
<Compile Include="AreaAttribute.cs"/>
<Compile Include="Authorization\AllowAnonymousFilter.cs"/>
<Compile Include="Authorization\AuthorizeFilter.cs"/>
<Compile Include="BadRequestObjectResult.cs"/>
<Compile Include="BadRequestResult.cs"/>
<Compile Include="BindAttribute.cs"/>
<Compile Include="BindPropertiesAttribute.cs"/>
<Compile Include="BindPropertyAttribute.cs"/>
<Compile Include="Builder\ControllerActionEndpointConventionBuilder.cs"/>
<Compile Include="Builder\ControllerEndpointRouteBuilderExtensions.cs"/>
<Compile Include="Builder\MvcApplicationBuilderExtensions.cs"/>
<Compile Include="Builder\MvcAreaRouteBuilderExtensions.cs"/>
<Compile Include="CacheProfile.cs"/>
<Compile Include="ChallengeResult.cs"/>
<Compile Include="ClientErrorData.cs"/>
<Compile Include="CompatibilityVersion.cs"/>
<Compile Include="ConflictObjectResult.cs"/>
<Compile Include="ConflictResult.cs"/>
<Compile Include="ConsumesAttribute.cs"/>
<Compile Include="ContentResult.cs"/>
<Compile Include="ControllerAttribute.cs"/>
<Compile Include="ControllerBase.cs"/>
<Compile Include="ControllerContext.cs"/>
<Compile Include="ControllerContextAttribute.cs"/>
<Compile Include="Controllers\ControllerActionDescriptor.cs"/>
<Compile Include="Controllers\ControllerActivatorProvider.cs"/>
<Compile Include="Controllers\ControllerBinderDelegate.cs"/>
<Compile Include="Controllers\ControllerBinderDelegateProvider.cs"/>
<Compile Include="Controllers\ControllerBoundPropertyDescriptor.cs"/>
<Compile Include="Controllers\ControllerFactoryProvider.cs"/>
<Compile Include="Controllers\ControllerFeature.cs"/>
<Compile Include="Controllers\ControllerFeatureProvider.cs"/>
<Compile Include="Controllers\ControllerParameterDescriptor.cs"/>
<Compile Include="Controllers\DefaultControllerActivator.cs"/>
<Compile Include="Controllers\DefaultControllerFactory.cs"/>
<Compile Include="Controllers\DefaultControllerPropertyActivator.cs"/>
<Compile Include="Controllers\IControllerActivator.cs"/>
<Compile Include="Controllers\IControllerActivatorProvider.cs"/>
<Compile Include="Controllers\IControllerFactory.cs"/>
<Compile Include="Controllers\IControllerFactoryProvider.cs"/>
<Compile Include="Controllers\IControllerPropertyActivatorFactory.cs"/>
<Compile Include="Controllers\ServiceBasedControllerActivator.cs"/>
<Compile Include="CreatedAtActionResult.cs"/>
<Compile Include="CreatedAtRouteResult.cs"/>
<Compile Include="CreatedResult.cs"/>
<Compile Include="DefaultApiConventions.cs"/>
<Compile Include="DependencyInjection\ApiBehaviorOptionsSetup.cs"/>
<Compile Include="DependencyInjection\ApplicationModelConventionExtensions.cs"/>
<Compile Include="DependencyInjection\IMvcBuilder.cs"/>
<Compile Include="DependencyInjection\IMvcCoreBuilder.cs"/>
<Compile Include="DependencyInjection\MvcBuilder.cs"/>
<Compile Include="DependencyInjection\MvcCoreBuilder.cs"/>
<Compile Include="DependencyInjection\MvcCoreMvcBuilderExtensions.cs"/>
<Compile Include="DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs"/>
<Compile Include="DependencyInjection\MvcCoreRouteOptionsSetup.cs"/>
<Compile Include="DependencyInjection\MvcCoreServiceCollectionExtensions.cs"/>
<Compile Include="DependencyInjection\MvcMarkerService.cs"/>
<Compile Include="Diagnostics\EventData.cs"/>
<Compile Include="Diagnostics\MvcDiagnostics.cs"/>
<Compile Include="DisableRequestSizeLimitAttribute.cs"/>
<Compile Include="EmptyResult.cs"/>
<Compile Include="FileContentResult.cs"/>
<Compile Include="FileResult.cs"/>
<Compile Include="FileStreamResult.cs"/>
<Compile Include="Filters\ActionFilterAttribute.cs"/>
<Compile Include="Filters\ControllerActionFilter.cs"/>
<Compile Include="Filters\ControllerResultFilter.cs"/>
<Compile Include="Filters\DefaultFilterProvider.cs"/>
<Compile Include="Filters\DisableRequestSizeLimitFilter.cs"/>
<Compile Include="Filters\ExceptionFilterAttribute.cs"/>
<Compile Include="Filters\FilterCollection.cs"/>
<Compile Include="Filters\FilterCursor.cs"/>
<Compile Include="Filters\FilterCursorItem.cs"/>
<Compile Include="Filters\FilterDescriptorOrderComparer.cs"/>
<Compile Include="Filters\FilterFactory.cs"/>
<Compile Include="Filters\FilterFactoryResult.cs"/>
<Compile Include="Filters\FilterScope.cs"/>
<Compile Include="Filters\IMiddlewareFilterFeature.cs"/>
<Compile Include="Filters\IOutputCacheFilter.cs"/>
<Compile Include="Filters\IResponseCacheFilter.cs"/>
<Compile Include="Filters\MiddlewareFilter.cs"/>
<Compile Include="Filters\MiddlewareFilterAttribute.cs"/>
<Compile Include="Filters\MiddlewareFilterBuilder.cs"/>
<Compile Include="Filters\MiddlewareFilterBuilderStartupFilter.cs"/>
<Compile Include="Filters\MiddlewareFilterConfigurationProvider.cs"/>
<Compile Include="Filters\MiddlewareFilterFeature.cs"/>
<Compile Include="Filters\MiddlewareFilterOfTAttribute.cs"/>
<Compile Include="Filters\OutputCacheFilter.cs"/>
<Compile Include="Filters\RequestFormLimitsFilter.cs"/>
<Compile Include="Filters\RequestSizeLimitFilter.cs"/>
<Compile Include="Filters\ResponseCacheFilter.cs"/>
<Compile Include="Filters\ResponseCacheFilterExecutor.cs"/>
<Compile Include="Filters\ResultFilterAttribute.cs"/>
<Compile Include="ForbidResult.cs"/>
<Compile Include="FormatFilterAttribute.cs"/>
<Compile Include="Formatters\AcceptHeaderParser.cs"/>
<Compile Include="Formatters\FormatFilter.cs"/>
<Compile Include="Formatters\FormatterMappings.cs"/>
<Compile Include="Formatters\HttpNoContentOutputFormatter.cs"/>
<Compile Include="Formatters\IFormatFilter.cs"/>
<Compile Include="Formatters\InputFormatter.cs"/>
<Compile Include="Formatters\MediaType.cs"/>
<Compile Include="Formatters\MediaTypeCollection.cs"/>
<Compile Include="Formatters\MediaTypeHeaderValues.cs"/>
<Compile Include="Formatters\MediaTypeSegmentWithQuality.cs"/>
<Compile Include="Formatters\OutputFormatter.cs"/>
<Compile Include="Formatters\StreamOutputFormatter.cs"/>
<Compile Include="Formatters\StringOutputFormatter.cs"/>
<Compile Include="Formatters\SystemTextJsonInputFormatter.cs"/>
<Compile Include="Formatters\SystemTextJsonOutputFormatter.cs"/>
<Compile Include="Formatters\TextInputFormatter.cs"/>
<Compile Include="Formatters\TextOutputFormatter.cs"/>
<Compile Include="FromBodyAttribute.cs"/>
<Compile Include="FromFormAttribute.cs"/>
<Compile Include="FromHeaderAttribute.cs"/>
<Compile Include="FromQueryAttribute.cs"/>
<Compile Include="FromRouteAttribute.cs"/>
<Compile Include="FromServicesAttribute.cs"/>
<Compile Include="HttpActionResult.cs"/>
<Compile Include="HttpDeleteAttribute.cs"/>
<Compile Include="HttpGetAttribute.cs"/>
<Compile Include="HttpHeadAttribute.cs"/>
<Compile Include="HttpOptionsAttribute.cs"/>
<Compile Include="HttpPatchAttribute.cs"/>
<Compile Include="HttpPostAttribute.cs"/>
<Compile Include="HttpPutAttribute.cs"/>
<Compile Include="IDesignTimeMvcBuilderConfiguration.cs"/>
<Compile Include="Infrastructure\ActionContextAccessor.cs"/>
<Compile Include="Infrastructure\ActionDescriptorCollection.cs"/>
<Compile Include="Infrastructure\ActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\ActionInvokerFactory.cs"/>
<Compile Include="Infrastructure\ActionMethodExecutor.cs"/>
<Compile Include="Infrastructure\ActionResultObjectValueAttribute.cs"/>
<Compile Include="Infrastructure\ActionResultStatusCodeAttribute.cs"/>
<Compile Include="Infrastructure\ActionResultTypeMapper.cs"/>
<Compile Include="Infrastructure\ActionSelectionTable.cs"/>
<Compile Include="Infrastructure\ActionSelector.cs"/>
<Compile Include="Infrastructure\AmbiguousActionException.cs"/>
<Compile Include="Infrastructure\AsyncEnumerableReader.cs"/>
<Compile Include="Infrastructure\ClientErrorResultFilter.cs"/>
<Compile Include="Infrastructure\ClientErrorResultFilterFactory.cs"/>
<Compile Include="Infrastructure\CompatibilitySwitch.cs"/>
<Compile Include="Infrastructure\ConfigureCompatibilityOptions.cs"/>
<Compile Include="Infrastructure\ContentResultExecutor.cs"/>
<Compile Include="Infrastructure\ControllerActionInvoker.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerCache.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerCacheEntry.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerProvider.cs"/>
<Compile Include="Infrastructure\ControllerEndpointFilterInvocationContext.cs"/>
<Compile Include="Infrastructure\CopyOnWriteList.cs"/>
<Compile Include="Infrastructure\DefaultActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\DefaultApiProblemDetailsWriter.cs"/>
<Compile Include="Infrastructure\DefaultOutputFormatterSelector.cs"/>
<Compile Include="Infrastructure\DefaultProblemDetailsFactory.cs"/>
<Compile Include="Infrastructure\DefaultStatusCodeAttribute.cs"/>
<Compile Include="Infrastructure\FileContentResultExecutor.cs"/>
<Compile Include="Infrastructure\FileResultExecutorBase.cs"/>
<Compile Include="Infrastructure\FileStreamResultExecutor.cs"/>
<Compile Include="Infrastructure\IActionContextAccessor.cs"/>
<Compile Include="Infrastructure\IActionDescriptorChangeProvider.cs"/>
<Compile Include="Infrastructure\IActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\IActionInvokerFactory.cs"/>
<Compile Include="Infrastructure\IActionResultExecutor.cs"/>
<Compile Include="Infrastructure\IActionResultTypeMapper.cs"/>
<Compile Include="Infrastructure\IActionSelector.cs"/>
<Compile Include="Infrastructure\IAntiforgeryValidationFailedResult.cs"/>
<Compile Include="Infrastructure\IApiBehaviorMetadata.cs"/>
<Compile Include="Infrastructure\IClientErrorActionResult.cs"/>
<Compile Include="Infrastructure\IClientErrorFactory.cs"/>
<Compile Include="Infrastructure\ICompatibilitySwitch.cs"/>
<Compile Include="Infrastructure\IConvertToActionResult.cs"/>
<Compile Include="Infrastructure\IHttpRequestStreamReaderFactory.cs"/>
<Compile Include="Infrastructure\IHttpResponseStreamWriterFactory.cs"/>
<Compile Include="Infrastructure\IParameterInfoParameterDescriptor.cs"/>
<Compile Include="Infrastructure\IPropertyInfoParameterDescriptor.cs"/>
<Compile Include="Infrastructure\IStatusCodeActionResult.cs"/>
<Compile Include="Infrastructure\ITypeActivatorCache.cs"/>
<Compile Include="Infrastructure\LocalRedirectResultExecutor.cs"/>
<Compile Include="Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs"/>
<Compile Include="Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs"/>
<Compile Include="Infrastructure\ModelStateInvalidFilter.cs"/>
<Compile Include="Infrastructure\ModelStateInvalidFilterFactory.cs"/>
<Compile Include="Infrastructure\MvcCompatibilityOptions.cs"/>
<Compile Include="Infrastructure\MvcCoreMvcOptionsSetup.cs"/>
<Compile Include="Infrastructure\NonDisposableStream.cs"/>
<Compile Include="Infrastructure\ObjectResultExecutor.cs"/>
<Compile Include="Infrastructure\OrderedEndpointsSequenceProvider.cs"/>
<Compile Include="Infrastructure\OrderedEndpointsSequenceProviderCache.cs"/>
<Compile Include="Infrastructure\OutputFormatterSelector.cs"/>
<Compile Include="Infrastructure\ParameterDefaultValues.cs"/>
<Compile Include="Infrastructure\PhysicalFileResultExecutor.cs"/>
<Compile Include="Infrastructure\ProblemDetailsClientErrorFactory.cs"/>
<Compile Include="Infrastructure\ProblemDetailsFactory.cs"/>
<Compile Include="Infrastructure\RedirectResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToActionResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToPageResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToRouteResultExecutor.cs"/>
<Compile Include="Infrastructure\ResourceInvoker.cs"/>
<Compile Include="Infrastructure\ResourceInvoker.Log.cs"/>
<Compile Include="Infrastructure\StringArrayComparer.cs"/>
<Compile Include="Infrastructure\SystemTextJsonResultExecutor.cs"/>
<Compile Include="Infrastructure\TypeActivatorCache.cs"/>
<Compile Include="Infrastructure\VirtualFileResultExecutor.cs"/>
<Compile Include="IRequestFormLimitsPolicy.cs"/>
<Compile Include="IRequestSizePolicy.cs"/>
<Compile Include="JsonOptions.cs"/>
<Compile Include="JsonResult.cs"/>
<Compile Include="LocalRedirectResult.cs"/>
<Compile Include="ModelBinderAttribute.cs"/>
<Compile Include="ModelBinderOfTAttribute.cs"/>
<Compile Include="ModelBinding\Binders\ArrayModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ArrayModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\BinderTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\BinderTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\BodyModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\BodyModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ByteArrayModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ByteArrayModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\CancellationTokenModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\CancellationTokenModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\CollectionModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\CollectionModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ComplexObjectModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ComplexObjectModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ComplexTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ComplexTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DateTimeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DateTimeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DecimalModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DictionaryModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DictionaryModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DoubleModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\EnumTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\EnumTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FloatModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormCollectionModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormCollectionModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FormFileModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormFileModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\HeaderModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\HeaderModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\KeyedServicesModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\KeyValuePairModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\KeyValuePairModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ServicesModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ServicesModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\SimpleTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\SimpleTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\TryParseModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\TryParseModelBinderProvider.cs"/>
<Compile Include="ModelBinding\BindingBehavior.cs"/>
<Compile Include="ModelBinding\BindingBehaviorAttribute.cs"/>
<Compile Include="ModelBinding\BindingSourceValueProvider.cs"/>
<Compile Include="ModelBinding\BindNeverAttribute.cs"/>
<Compile Include="ModelBinding\BindRequiredAttribute.cs"/>
<Compile Include="ModelBinding\CompositeValueProvider.cs"/>
<Compile Include="ModelBinding\DefaultModelBindingContext.cs"/>
<Compile Include="ModelBinding\DefaultPropertyFilterProvider.cs"/>
<Compile Include="ModelBinding\ElementalValueProvider.cs"/>
<Compile Include="ModelBinding\EmptyModelMetadataProvider.cs"/>
<Compile Include="ModelBinding\FormFileValueProvider.cs"/>
<Compile Include="ModelBinding\FormFileValueProviderFactory.cs"/>
<Compile Include="ModelBinding\FormValueHelper.cs"/>
<Compile Include="ModelBinding\FormValueProvider.cs"/>
<Compile Include="ModelBinding\FormValueProviderFactory.cs"/>
<Compile Include="ModelBinding\IBindingSourceValueProvider.cs"/>
<Compile Include="ModelBinding\ICollectionModelBinder.cs"/>
<Compile Include="ModelBinding\IEnumerableValueProvider.cs"/>
<Compile Include="ModelBinding\IKeyRewriterValueProvider.cs"/>
<Compile Include="ModelBinding\IModelBinderFactory.cs"/>
<Compile Include="ModelBinding\JQueryFormValueProvider.cs"/>
<Compile Include="ModelBinding\JQueryFormValueProviderFactory.cs"/>
<Compile Include="ModelBinding\JQueryKeyValuePairNormalizer.cs"/>
<Compile Include="ModelBinding\JQueryQueryStringValueProvider.cs"/>
<Compile Include="ModelBinding\JQueryQueryStringValueProviderFactory.cs"/>
<Compile Include="ModelBinding\JQueryValueProvider.cs"/>
<Compile Include="ModelBinding\Metadata\BindingMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\BindingMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\Metadata\BindingSourceMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultCompositeMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultMetadataDetails.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelBindingMessageProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DisplayMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\DisplayMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\ICompositeMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IDisplayMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\MetadataDetailsProviderExtensions.cs"/>
<Compile Include="ModelBinding\Metadata\ModelAttributes.cs"/>
<Compile Include="ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\ValidationMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\ValidationMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\ModelBinderFactory.cs"/>
<Compile Include="ModelBinding\ModelBinderFactoryContext.cs"/>
<Compile Include="ModelBinding\ModelBinderProviderExtensions.cs"/>
<Compile Include="ModelBinding\ModelBindingHelper.cs"/>
<Compile Include="ModelBinding\ModelMetadataProviderExtensions.cs"/>
<Compile Include="ModelBinding\ModelNames.cs"/>
<Compile Include="ModelBinding\NoOpBinder.cs"/>
<Compile Include="ModelBinding\ObjectModelValidator.cs"/>
<Compile Include="ModelBinding\ParameterBinder.cs"/>
<Compile Include="ModelBinding\ParameterBinder.Log.cs"/>
<Compile Include="ModelBinding\PlaceholderBinder.cs"/>
<Compile Include="ModelBinding\PrefixContainer.cs"/>
<Compile Include="ModelBinding\PropertyValueSetter.cs"/>
<Compile Include="ModelBinding\QueryStringValueProvider.cs"/>
<Compile Include="ModelBinding\QueryStringValueProviderFactory.cs"/>
<Compile Include="ModelBinding\RouteValueProvider.cs"/>
<Compile Include="ModelBinding\RouteValueProviderFactory.cs"/>
<Compile Include="ModelBinding\SuppressChildValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\UnsupportedContentTypeException.cs"/>
<Compile Include="ModelBinding\UnsupportedContentTypeFilter.cs"/>
<Compile Include="ModelBinding\Validation\ClientValidatorCache.cs"/>
<Compile Include="ModelBinding\Validation\CompositeClientModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\CompositeModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\DefaultCollectionValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\DefaultModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\DefaultObjectValidator.cs"/>
<Compile Include="ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\IMetadataBasedModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\IObjectModelValidator.cs"/>
<Compile Include="ModelBinding\Validation\ModelValidatorProviderExtensions.cs"/>
<Compile Include="ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\ValidateNeverAttribute.cs"/>
<Compile Include="ModelBinding\Validation\ValidationStack.cs"/>
<Compile Include="ModelBinding\Validation\ValidationVisitor.cs"/>
<Compile Include="ModelBinding\Validation\ValidatorCache.cs"/>
<Compile Include="ModelBinding\ValueProviderFactoryExtensions.cs"/>
<Compile Include="ModelMetadataTypeAttribute.cs"/>
<Compile Include="ModelMetadataTypeOfTAttribute.cs"/>
<Compile Include="MvcCoreDiagnosticListenerExtensions.cs"/>
<Compile Include="MvcCoreLoggerExtensions.cs"/>
<Compile Include="MvcOptions.cs"/>
<Compile Include="NoContentResult.cs"/>
<Compile Include="NonActionAttribute.cs"/>
<Compile Include="NonControllerAttribute.cs"/>
<Compile Include="NonViewComponentAttribute.cs"/>
<Compile Include="NotFoundObjectResult.cs"/>
<Compile Include="NotFoundResult.cs"/>
<Compile Include="ObjectResult.cs"/>
<Compile Include="OkObjectResult.cs"/>
<Compile Include="OkResult.cs"/>
<Compile Include="PhysicalFileResult.cs"/>
<Compile Include="ProducesAttribute.cs"/>
<Compile Include="ProducesDefaultResponseTypeAttribute.cs"/>
<Compile Include="ProducesErrorResponseTypeAttribute.cs"/>
<Compile Include="ProducesOfTAttribute.cs"/>
<Compile Include="ProducesResponseTypeAttribute.cs"/>
<Compile Include="ProducesResponseTypeOfTAttribute.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="RedirectResult.cs"/>
<Compile Include="RedirectToActionResult.cs"/>
<Compile Include="RedirectToPageResult.cs"/>
<Compile Include="RedirectToRouteResult.cs"/>
<Compile Include="RequestFormLimitsAttribute.cs"/>
<Compile Include="RequestSizeLimitAttribute.cs"/>
<Compile Include="RequireHttpsAttribute.cs"/>
<Compile Include="ResponseCacheAttribute.cs"/>
<Compile Include="ResponseCacheLocation.cs"/>
<Compile Include="RouteAttribute.cs"/>
<Compile Include="Routing\ActionConstraintMatcherPolicy.cs"/>
<Compile Include="Routing\ActionEndpointDataSourceBase.cs"/>
<Compile Include="Routing\ActionEndpointFactory.cs"/>
<Compile Include="Routing\AttributeRoute.cs"/>
<Compile Include="Routing\AttributeRouting.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSource.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSourceFactory.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSourceIdProvider.cs"/>
<Compile Include="Routing\ControllerEndpointDataSourceIdMetadata.cs"/>
<Compile Include="Routing\ControllerLinkGeneratorExtensions.cs"/>
<Compile Include="Routing\ControllerRequestDelegateFactory.cs"/>
<Compile Include="Routing\ConventionalRouteEntry.cs"/>
<Compile Include="Routing\DynamicControllerEndpointMatcherPolicy.cs"/>
<Compile Include="Routing\DynamicControllerEndpointSelector.cs"/>
<Compile Include="Routing\DynamicControllerEndpointSelectorCache.cs"/>
<Compile Include="Routing\DynamicControllerMetadata.cs"/>
<Compile Include="Routing\DynamicControllerRouteValueTransformerMetadata.cs"/>
<Compile Include="Routing\DynamicRouteValueTransformer.cs"/>
<Compile Include="Routing\EndpointRoutingUrlHelper.cs"/>
<Compile Include="Routing\HttpMethodAttribute.cs"/>
<Compile Include="Routing\IActionHttpMethodProvider.cs"/>
<Compile Include="Routing\IRequestDelegateFactory.cs"/>
<Compile Include="Routing\IRouteTemplateProvider.cs"/>
<Compile Include="Routing\IRouteValueProvider.cs"/>
<Compile Include="Routing\IUrlHelperFactory.cs"/>
<Compile Include="Routing\KnownRouteValueConstraint.cs"/>
<Compile Include="Routing\MvcAttributeRouteHandler.cs"/>
<Compile Include="Routing\MvcRouteHandler.cs"/>
<Compile Include="Routing\NormalizedRouteValue.cs"/>
<Compile Include="Routing\NullRouter.cs"/>
<Compile Include="Routing\PageLinkGeneratorExtensions.cs"/>
<Compile Include="Routing\RoutePatternWriter.cs"/>
<Compile Include="Routing\RouteValueAttribute.cs"/>
<Compile Include="Routing\UrlHelper.cs"/>
<Compile Include="Routing\UrlHelperBase.cs"/>
<Compile Include="Routing\UrlHelperFactory.cs"/>
<Compile Include="Routing\ViewEnginePath.cs"/>
<Compile Include="SerializableError.cs"/>
<Compile Include="ServiceFilterAttribute.cs"/>
<Compile Include="ServiceFilterOfTAttribute.cs"/>
<Compile Include="SignInResult.cs"/>
<Compile Include="SignOutResult.cs"/>
<Compile Include="StatusCodeResult.cs"/>
<Compile Include="TypeFilterAttribute.cs"/>
<Compile Include="TypeFilterOfTAttribute.cs"/>
<Compile Include="UnauthorizedObjectResult.cs"/>
<Compile Include="UnauthorizedResult.cs"/>
<Compile Include="UnprocessableEntityObjectResult.cs"/>
<Compile Include="UnprocessableEntityResult.cs"/>
<Compile Include="UnsupportedMediaTypeResult.cs"/>
<Compile Include="UrlHelperExtensions.cs"/>
<Compile Include="ValidationProblemDetails.cs"/>
<Compile Include="ViewFeatures\IKeepTempDataResult.cs"/>
<Compile Include="VirtualFileResult.cs"/>
<Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
<Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
<Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
<Compile Include="..\..\..\Shared\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
<Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
<Compile Include="..\..\..\Shared\RangeHelper\RangeHelper.cs" Link="src\Shared\RangeHelper\RangeHelper.cs"/>
<Compile Include="..\..\..\Shared\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
<Compile Include="..\..\..\Shared\EndpointMetadataPopulator.cs" Link="src\Shared\EndpointMetadataPopulator.cs"/>
<Compile Include="..\..\..\Shared\ResponseContentTypeHelper.cs" Link="src\Shared\ResponseContentTypeHelper.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultHelper.cs" Link="src\Shared\ResultsHelpers\FileResultHelper.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultInfo.cs" Link="src\Shared\ResultsHelpers\FileResultInfo.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultLogging.cs" Link="src\Shared\ResultsHelpers\FileResultLogging.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\SharedUrlHelper.cs" Link="src\Shared\ResultsHelpers\SharedUrlHelper.cs"/>
<Compile Include="..\..\..\Shared\ProblemDetails\ProblemDetailsDefaults.cs" Link="src\Shared\ProblemDetails\ProblemDetailsDefaults.cs"/>
<Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/>
<Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\Shared\HttpParseResult.cs"/>
<Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\Shared\HttpRuleParser.cs"/>
<Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\Shared\Json\JsonSerializerExtensions.cs"/>
<Compile Include="..\..\..\Http\Routing\src\DataSourceDependentCache.cs" Link="src\Http\Routing\src\DataSourceDependentCache.cs"/>
<Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
<Compile Include="..\..\..\Shared\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\a7f72d30027d4b4a81912fbc0a1dce09\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c362af1ad0f4416596bd1704b131e10a\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\597811ba54b94abea3d89df4c47c1aec\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2108d72defc47569bf71f5d5fea027d\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\364a843c4793495382e9bc0a778a6a97\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2002db9153814c76b8727434fb727483\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28bc57682e714e5a8853455fd6d60ee9\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa2c4f58e78c4b4aa0f9aa61063c7cf8\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01b7650cd80c46818644500166c25e8b\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f85ead4709e548649efb3cf2a0f74ff9\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee01c472dbb244abb43b3bed5f7c1bb5\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f526c5023da34da3ac9b582e896de7f6\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a545a0a9506428fb31f87bdc136a41d\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\570ee94f5b7c4e198b5a88368e61f2f8\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b750fda516974dc4ba395555109af372\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f143b41abcfc4ec981ef12ffd8be9cfc\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d14d66ae183746d0a4248937d7564160\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66afb97d6bb1418089718ab1092d6b8f\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\569f662896d14747843fae57e2b75d8b\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\057e2f3a7f68467d86a309f52e085aff\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ad43e80c864408e9676724822534b04\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee3fbfefcdb74929bdee646f8faee72a\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\066aefe2b06b4564952a649dcf56c6db\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f61b72241e9a45acb7489611fb1f2f2e\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f281be72eef64e1b86d0126fea192344\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6237ade2cdb438cae38d07e8f94cc21\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbd0716ed3204f4c93fba811b7f3bcfd\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab2de00feb414801a3dd78add53a6b24\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47af735ccd8f45aca8957a49d6848616\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\497f215efea647e8a654a576dbcf435d\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9ce69a2845a44628b357d45bf251bfc\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2cbe6edfb0854f05bc5b35182de44253\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a859e6707edd40c4adfde098e47392d4\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f3c5ff9d5f249768d42149f4f6829e9\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1194e34985c74b1ebc8c635d92ddb687\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2271960a27974949b3b4b4a549bfe2f3\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\082fb518fbe34f85a5692fde055e9b3d\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5262535e53e44492bf845036428570bb\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b8f5f2e1cd64da9b2c0823832accdbb\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ae9e2d7a8ae4e4981fe1fdb9870025c\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ec9a6fb02ba451f90f3e344dba6b4b7\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0f6f6691ccc47ee837b4ca6cb682147\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\901d7986e0514f5ebc2471d3afc88680\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c331eac84e0143c79f3a09adc71bc935\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9e0c77c12244463b1e79afe3fe75f92\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e734d9d56cf54e2396481de1056c1909\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45205e59676944cdb16d84fb0700479e\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\964473ad39ec4e03b890154fd4c0bb4d\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3b080b1c2294bdbabbd4561cafa9b65\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd48c0778b8c48b09c9b0e2ab19ce4a7\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d21e735de7f46f6bb004b9553c7a317\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3eade423404409b9e6d3aef6cbb8a85\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2735f7aa30144ad5be46888dc352f312\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efe19024141b498cadb877d5c883bf00\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f481fe647664535a9a81de7e280f92c\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6edaed74ea3947bfb11e12123912557e\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35ff965fe6914a0995b1cf9c2df5bbd9\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c6dffe7f1c8432486eaae2f92fb4df3\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8492e4eb509f4d4789e3711f4f80d81e\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4c79f6076f24075bf0c385622f64ba0\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd28cc2eba164e8abe2acd66e168d42b\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4f6200b3e914580a8620e2bb805cd92\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5a69457553c421eb4d7c8cc7033610b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd52640bb6bb4779b433021748df2f24\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91e958d726794892bf938c1c6c9d4032\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4949b234b172470ebcf7892256c5222e\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abb3a7daa4e146c7a45bdf369c04aec2\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b277799591e6428db67d2f5340fc8b65\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a8b098cdb7c4cbe8546f5927c750b67\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a56f818437dd42eeaf2e5bfab86e2950\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c1383a35173494da4c403f56fa22ebf\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f26e8ec9c4924f3aa83fe892bb01f074\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\594f59c3418d42b3a4821030ee425dba\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c598de7374444da195e585039020317f\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0d0dbc5e5ee46a09aebb8c4e2f23708\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce184a04a33341aeb60b0460b4f72026\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5d9550db5bb4388b18d1e655873e64d\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b4fa5497e1c4d3fbf524d0b2bad7d7c\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6653ade2164546efb6eb3a2aa2a37d7f\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98a5a7a925824cde94dbbf085c6e55bd\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\119fe9802e7c421ab5de658fa5a57a9f\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55e51be806cc4a69b3429b38007b7f4c\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d19ef2ff672c4931a096f76f62fde721\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81f61868477a47bc9848713195045bc5\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4721159e0354def974d258f8561031c\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d4ae1953953464384fa1907b8d77b04\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b925853ef8634ec7bc64524841dc711f\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aba1975909ed4a49ac820e0fcb004d50\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27e37061e0eb462f83c9d056085ec7d6\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12e7b07cd5c64fe0b4080cbe865e19f3\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\255c075dcbd343bdad0b3aa3fe20d840\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e551b314f1d04adea0c35200766dc32d\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7355ae2599ae4bc191984553c6f1b195\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4c99c72b849432da66dafb01b03db17\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28b7b3e7cc724935bf543d44d479415d\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0917f0535730492fba24c0357177d0cd\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44ed5544f6c344eb8a05d3248a39a75a\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\872937b87b2746ebaa7cb42644616873\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7db0f4d921b544fcadb034e04feab226\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1048bebc3e74dcd928f8b1f42105469\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f54fe3fd2f44f6aae4d27755e634b95\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\895aff9af85b40328008bb9b7f6475d1\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc1f4b074ef6454d8bbccb4b57ddc2fd\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7365e82e80114b9495a63b86fefe2b7a\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b872ad1ac5c4185a015906b7e3fd2b5\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44f3778551ee440ebbbe28ffd706daee\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be786709565342fda5d0d27ea36a599d\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bd164694b344746937bd1ef6f8b771b\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63c4be9e2cfd45df8834af6a8a0d7ba5\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9856733f62d4d49a95bf0aa2ed1c071\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\461df2e0792144d6b9510f1cb2e231d7\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\440f216cd00a4ef2b30615f2198307cd\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7a200a03efe4131b9c717af16b4126d\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d31255b40df4498787d089ce626b43e2\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f64bf6e01978434e9eb9290deb2f11e1\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7daacf958956412f8cad150da648cb0e\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\359ecca06b8842a989abff137cdb1462\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4218b8f8a6f49a1aa4ff26b9b70e21f\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57584bb5647b4cfe9ae1a8fcded53997\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5af6fd31579a4cbf8cd7ad3982504d97\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\155c4457cffc48ff8d64e6bff60c2f5c\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df34aba731ad426d97110fcee7a49990\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03fb0c0f05d344799eb8ca22071a66f6\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0974ed6c49cc465c99504c527c0ab020\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e970f2f25f5b4e5f8dee8e69c1036899\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b393d055883401bbc482966c83f327f\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72e3fe6d51df46a7a63d0a87392997d3\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b94ca736fe1f43808e2f49dbd54b4285\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8953a18d8ac4fc9b75d5a79735e3069\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd5d7f009f46411ca3d8d8d056bbc459\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3b7aba214fa44bc9c575abbcfcfdf02\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d268e177462b4600b0aa006a1df28dc1\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\941c35992f744f2d8c2f2989e922beb9\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d423552942ae430c96e1688e417eaf83\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1eccbddada3a4a018e82a463bbce7f63\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb281f74e4d940cd833ec168940c325e\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ccc52307a104392a8df398fb8136bf9\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\795cdf1e3a04417e8bd223862634d39a\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c18e733643a04b0d801fe479a008bb70\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a0e82b93a6743c4afad567b17e9e714\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18cec24694b54cdc90f220198e4b53b1\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86e0e48cd3834885b8cd077af1f5501c\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d8f13c065c924cc7bd21d6137e58319b\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1ae77f32ccb4e2fa76f84d3f8856b2f\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b47b3859dbeb4fd2806e4f272d933aa2\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fcfb8b12631841ec9418912bdf5b68d7\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1066580cda784832b30fe56a12d6c89c\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ced3f7808a104dce9fc15dd40c9f7f37\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\604ba2f4c15a462aa014b7cdaaf34566\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\046508a38a834e2195840830dac69c54\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07548719722641f2b06ba066d66143db\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ccf8b3dda8e48278c0c8294d2cf3c4f\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ccc0e2bc177d408da0ff5c573309d3b6\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f6388ce0b504d08bd680c48e0624ec4\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c1e60f289034967a3ffaf32e7e1c2f4\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ad1dc3a86f746b58dcde05bb45f2d54\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ccfa60c2b184db692fe690e2fd3e44a\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae9d780eb92b4d1ca8882fe1aa256374\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\180da0ae15344c7995bcd314ea8aa77e\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\548aee8deb3d421fb5a5f53aaeba459d\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac58cc7925f24700a6c7943984b7cba6\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78921a81295449f3b9aff5489269de20\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9989ae4c07584369896f86d9fb27aa55\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f7d1236cb0046298bab8ce00111ea5a\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34f528051dcc4188ba17f0af01228203\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7bbdda7d64746b8856a90ea30382d44\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f179a9a331fe4225be3bf8d077b94309\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68df69ee4ae24089a6e8f38d4dccc180\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05c2820de017455a97ce805eadec6dad\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ded6e29bb8b04f518cc088653008d1ad\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea27060063854e98896a0bbf699ea645\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83181885d3cf4e8eaac9b0c4efecba5f\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d5f41b2c0ab4551a003e4a8f635c177\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc951b5e8b924c4f9211857836452d78\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca865fa8f41444c6a775d144091801c3\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16b8ed4fbe4a4fb39400837b2ae4ddca\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0726227782a3468c85ee2fc7b8123b30\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9900038ea637452f9f6fca517b078aa7\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d95889a241344ed09496d5695f203e45\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9029416c2b2c49989606269c14007970\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9a467dfd04f44668e7ebd7e52fe0fa6\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e4b4bad46a4460895eed738355cf0ef\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4a8c400ed66497e83156a7679932c83\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\510b681e18864eaeb851941c63419aff\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f2053924d92471e96c735f094b258e6\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e4d4d1f5a75476c8334b005402f1065\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c16e8c950ad34398a6568949f3a528bd\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53a7fac76fd049edaae53ae969b8afa2\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26573d0246c544c5b95974a8155a53d4\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ce13b3302bb4dd8ba85eb3b41ac5ca0\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33dc501063924697be41f7d58cb77579\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a7d30cb364d44e0b7f4255ba069c77e\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ca11756c943436aba4128aebd81e6dd\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc1dca0d45bc4a8b957ef96cac935d23\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80425948dae14c2dadbd069f9d1aa8a6\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae357ac3763e4d5295f1cfbc99d066a3\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cea0a849706340fd8449935993efa8aa\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3d309defa34479da3fb26aa7b61e1a3\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a32d247129614ff69b43447021a4ff1f\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc7da666dbaf41449f5ced15d4dad36e\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d23b3d3e5de741eeac00ebe56a86c9ac\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2553719f2cf6464fbcf7dc84d38b7ce4\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd6f86af48e48f899ae58a2f5587d42\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\569472a41fe14665b0eafab903453d9b\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\654e891ed8204611bd73d370728d8e81\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9decfb9ef08e4e1ab8b90f97d4b43102\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6371643193b14a4a801d6420a050de36\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97ffcfd9dbb14b89a1f6190d916806f5\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0703114c64914d71990e383d5115e426\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cabf05ca13014171a3078fbf861f1711\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3364ade2147e4c6b874049257568cc26\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7cad22b2c414d0d851ce9533aa9e286\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1d385caaac948b1976a2dc6f2429453\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03dd2dd13e794b6da41b5dab4c506189\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5179f25d29e4e95bc627b43b37e2af3\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\239dd011a64d4ea1a166f32a41597492\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c60bc25a158c4b58a4e95c5e69face86\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91d8ae0559e04195a14a320082ebd8f9\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f387a35d67874f96b7df15092f0daea5\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0154111ef95640bea02681b594a75614\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9e7652549f44de1b9caa08255797707\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39d93226790b4f5da3e3d3a4cea40696\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b501e40a15ee4d4b92dc8e1f07b16ed4\WindowsBase.dll"/>
</ItemGroup>
</Project>
|