File: Microsoft.AspNetCore.Mvc.Core.csproj
Web Access
Project: src\src\Mvc\Mvc.Core\src\Microsoft.AspNetCore.Mvc.Core.csproj (Microsoft.AspNetCore.Mvc.Core)
<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;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\c7f2108939194ae28ea5982151ab3f05\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a933d5e8b8f14e2895e35d680a988cfe\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33ca8f86f67b45de8d6ec9122d896d4d\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f09444bfee3a4863ac2bf64e5d049881\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\889003c85b6d44ca9b717b396dcc7e9c\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf2cd5dda92640b8bcc5fe57f8932492\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb8fa94d8bf14a929f84ac8200919ccc\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57fe5237438440fc811bfaa92992b656\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffcff0335e324eca915fa7f53189684f\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b6e20380f2f4b8891bf2ae180df15e0\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c47645aa71442429cabf3bf8d0816e6\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\079793d9e84940108ef28b6f5322d9c2\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\172e09217df14094b31fbde145de96ec\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76764c48767049a29d47762bd146ac20\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5757ff88f3c84bbfa8c461cda62e5bce\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5a5da616bde4e058c1ef8122fbf4f5f\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de6536db98fe435f87005cb681234585\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4742c8dc1d934da3bec4bbf4be09238a\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc93a029bbe54765863733e58d6ef358\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7332fb80998420687230ce2853ba46a\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57254d7cb137495c87cd70ea30f86081\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d307428e9b034210a54b4c94cee50702\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2062f356ef74d88b5a2fdf14de0410b\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e8592ed8ba34e3e8a5269473f39e1d3\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d3b05b50ade44b6a76fc62805afda98\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebfacb27071a44089902a27b51fc4912\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\836897b516934aa0815e4fa3c6baf462\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f465f5c3f45347e38f22e3cd8adba1fe\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49511c397e2042f7a5a4bfce31f14c11\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9e5b326aa41475fb87fb68d61e874a9\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\974cf005156143dc8919cfae5b423c7c\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a869f12ef8c84b25b84e1e9b2e84860c\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1af131352974852bdc8ba37ea5800fc\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08e2c397493846718107becce25e50dd\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5284ea053aae4cbf9d6a8f520fc58eb2\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38ecbe2269254cf0b911bf73afb11a55\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\378181fa44ee443390802e31fc0dc3a4\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb4228819d504d218eb2ff8f5aecc884\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d97e480a12004f81bffded58364832e7\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d2e943fe9984c3283b9dd30d81533ed\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\869dd704513b49a987a97ebb749ef783\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa3144caccad47d9b6dc9b53327d2d06\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb82e94f3ab847e2a647e197584c722d\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34c2adbf7464431d811c537bb6935696\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9107742ea6f54a4a8f195bf74dfec780\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a44d13ecbfe4002ad7e8ba08a891cca\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b114f9e705c84f36841b6690a3e9d8f3\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6510fa115eb0456fa4a2724b1e8a2f03\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3231e3af3ce04e71b80c02305869e5a5\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b28b9f2b0a3c4fa5bb6ed66551a232e3\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\693ed611e8f14f9fb579b9266f77d46d\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd5a924202bb46428739f6ddd5966044\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\000337fc99d247a1b1e6db7437726531\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6daf1005e754d2ab21fbf87ba77cef2\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71f7d93f03f94761b38ea5fce5cf66be\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3bb377f55744b628c51ffe8c048e4f4\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\456eff14d0414007aacd35a1fca2271f\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e3430e63ed8404a95ffc9fb589cb5f8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bcd3a097c684fdc80cd926013a90dc9\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2427724ba1e94057b1881c46639d8a90\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e27442c16ae4f00a774be064f9a280a\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a45349ea4ad40539f78b194982f3900\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c6a4d6d801f40a79f13d48d93a50026\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5681138d168543918d6ed5e5a0f2d01c\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1e4140444084016812f999ecef56f29\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\568036807b1b4635858d1b45665ee1da\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ab4c44da91949f0b7c84a36f86b0660\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4e1872bc3244d24b9e45f949aa728fc\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5eafcf3a50794e7c8bcb870eb107f773\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3b3b4a5fb4741969a86f4b15b815bc3\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca08bc62bffb4c5799d3fc78a1685415\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68efc14b66de41ffa73dfd7791e2a664\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b50ba8f60ee24893a582f2487e34d62c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffbc8ae9924e47b2842ba4b2302cee0a\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7826c53337d4ee59860b556c2f1a7c6\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ca2c5c60210421a90a70186e176cf56\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64470b9e9d044c16bc5c8e97016163df\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad64b8a4742b405fa9949c98f6b5699d\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01140dd4ffc9418892d678bba64746cd\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd3d96483ff14cc7b3c28db0257bace8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45e182d7a0d416ca3ef7afb0c9789e9\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f937a8591d44be1a3bbd175d92e3987\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5747991bcde41b1b826a2ba07d12777\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c0b310691624ac1be4611d2a8c35e25\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\958596d689d84e7ab565e4469fcbfe59\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\493b86093dea4831a260588eab09aaab\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\440992513cd0458c80da04ceb3fcd443\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83115dbbc72b47e091904c80a45d07e1\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b5657b995be4bddace425d61554ef79\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c9ec28a83b149978d3701645df61d10\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb85432df4294453b92fc3828d818b33\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b83f8bfddda4cc8bed82f4d4ad73b71\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83095b0c06744231810de82b8d4fe56c\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86bc6dae51294987803b513f313b116e\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbace947bd8c4201932f2943c64ef19b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\685a0b1e40134640915238128e435054\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a17e40f23fb04635b17f33d1cb12b1c4\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a9327da6714441a830356e8cc39e185\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\054beaf2af12423fa10019d8c21fcfe2\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9178caca9fc4447ca7eef05d5fdd72ae\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7897a21857ac4ee2b91c047fb1dbcab4\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3691a06fd0846a0a3f3a07d0252b030\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18b351d37595497e9191537f82088b9b\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8acab97cd02417d8b703521bc08b428\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d5d3984358d48879eb9a223fdc6ad6d\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83980599974d4e2f9749a66e3d62b43d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2f174acd0da4a3f93693f35e7200ae2\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b6e2cbb6aad45a4affed7005fac76bd\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5b3a46f4f1541aa92cb27aab91996a8\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57941e5f904945a39edd740cf80e9547\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45e1496b20384f9d8649241d34295c41\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f5084f550e74859a66999f29e6cfe76\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae36db5fef944a35b57c12a710d54fb6\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d1c29a127c7446c9c926373e2544cc0\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\203744ef19be496094200a40b8543e30\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3742098cc7c4a679223d8fe211bda36\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e72e455dcc041a8bf797bee0a68d299\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\610e6a74ecdf4c95b347ceb3a1176b49\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\224140825c21476d9643daf4250563d4\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0768ebb225774b00bf992b084e91a2f1\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3babe8eb3ab84d94bfc9b668a14cb56d\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72caeb5676674bfbaf65bbf911ac3396\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f83db98043c49e4b473a35e43d9e44f\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d6fa3bc5a7a47abb6300ded31d43fed\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62283cf5b2f147f7aa8997f6ae126519\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b5cd85007cb4fc8838df7470092c49b\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dceb243595449969d8645b376152d4f\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c03096a25a6b4db281e52f4abc96440c\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acd2ccb7e27042c6933133e47b35def6\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d01051f8f03468eb95e46aad1e67e9b\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36385f374b054a48bd4672c35e58fdeb\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a8a08be2fdb41c89f447ff22b41410a\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95d1d80341be4d57a444a41cedcd1973\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aab8e108f90541ccb20c024da5191f27\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ceed39529de4ca8a2cfa2e457d6aa37\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe2994c8278849e8ac10c750509dc623\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b31c48005cf7465db1c64e8e45d3dba6\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8674ba00f6b45c0b1e3bdaaee44da64\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d3ea3bd9911478e9d6051b90748521d\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\729b94f857044313bbc73b29bcdf0e56\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df7828143afe469aa3f77312cf7fcd32\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0429ad3a6834c838e3ad4d20e92f52b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c4a6c2fa6ef4965aaca85472a259ed2\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3f2835b90b04eb29f8b3d846f3dcd81\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd90c79066df474ea90f21f971975b9e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5e5fe594d674decb9ec706b5190e779\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc7519da9a4c4d63929a12907c94f825\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c8fd87705a14cbc9af4a17fea4dfaef\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\965a789def474a6895ee39137b777115\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\822122468cfe4a898d67e1502731d9c9\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71a8ca925170474ba0db0481aaddf406\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc831d07aa0f4476838bfe0212e3feab\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ea154244f254e0fafa0e2a66353b301\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef48775138db4bd696c84522aad8d276\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae16577d8daf436aa27a08f699753b12\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22f290cdd5e240eea8f982a720e8a5cd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65673af51b2142ce919af2ed593777b9\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5dab12edb69446793795d4286382462\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0be9f092e75948cd8339e36d0b4ee434\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c56898e0640f40b9ac5f3ffb4f789703\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9835cea1b9d741678ea29f4628f0db21\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d4a1a499b734b3dbdb3ca249b164300\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95410bbc9f2b4b1c83875431ea29f80e\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64aab4cd89034ba9afc2e8e882149ccd\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06f8974d4e554bb6a7ca697b7a49ff3f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4e2a235a7be402690dc9543936b0343\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b905c4dd82a464a86f36b5ea8223384\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77fb85b4059f4e73833b8b54d368a5af\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\184eadd7f2ca40c2b0076a386d3dedfe\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81e1c7b9bc9a4c2aa598e169ac503325\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a26d8507cd6e4aa6ae37e51bc1a8cf12\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58bffb4f4fa849bbbb27a664a877fa1f\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e01ab178706c4d7898d4ad9a38ec7adf\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b08c8105b28f448dbebf5e5ebbf8e03a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c6680cb52d445cbbfbbab451ce5b6ed\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e998f943dca4a8a97467aae8fd5a085\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4761ee8032b447b5a544acecc2e91bf5\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\478005074cba498f931ac58ac84780e0\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47e666c8e609492389cea9ef7e34712f\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59f386ce1fa84606815311bb7f9ac83d\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5a2f5b026174f60bdf24f1276d02a0c\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\792f7776805a4aeab1f4bfea257f269c\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9077c8fb7034590851cf271bf1a94f3\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5135c518e83d4aae8563f13859dcf1d1\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cb6fc5555d54be180a151c93dbe97fa\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a6f798643024417ab3ab7be869f9f0f\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67d4538528124f8daa0ba7ec24eec1e6\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ed253388254458abd8dc5909c0718b2\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9df87dabc1a488c8724f14e8bafd078\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ee75007dff644779a9d1e685509639d\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77372b8856e34c7bba7560ca0aa2e1a2\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2e12a23ab5248aa999e47ba7efe2342\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5151f6f797c948cfabe46793822c6013\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b502bb33be394bbd8bbb9a786162e443\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a3bed9ff06a4ee0b121c48369f01428\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\098114bf55cd467d8b113b4060bb0be9\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21c56793f32d4b7e83138b6fd787c3cc\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e92fa81c695d49e9892d5ab7ae4ef81c\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef3caf7a031443e5b680ce0b08ff70f3\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1be90ef74d2b44329fc237adea5fd710\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\060512b0795341cfbb9985ca7eec01ed\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71e9941e1006453f8b93eea06ecfd920\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c01c9213f36c48b5846fbaa4436264a8\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c104bafac3b4e059f5b42682f9f9115\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4b8c59f32c64264b2d990985b95d3c8\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\946c5c19fd8c47fcbb0bc9a30ed02261\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05dd5e82a795434d9858ff05fc603e4f\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43576fe2589d4c199d245a0b6b51a281\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b49464592ff04c44860a7d29d9789db9\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d6da1d3d8924a5e839b07aeca618ac1\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e39c77481a649708fd38519ac1ec62d\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b74079f989314663b990379b0d91bfd6\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79b6dae43ba146a8b79e291681166d2b\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5be13e77007f469aa51270532b5f1ac5\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bdead50bcf64f53910119cc9dba5d55\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c0d1cb319ffe45b3a3c4af10897a0711\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c328d4abf8074db78a0c93f21a1b40b3\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b463396af5ac49a8b0f5c93a7b267c81\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6845e7e2176f43d383fb161e38b22aa6\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6420670ef35449bf919d930adc9ff39c\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dc2259a581c4b23bc6868768a7c17b9\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\423e29eba9a24f75a0510ed729017907\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63373029ebbe426dabfd26a70a98b209\WindowsBase.dll"/>
  </ItemGroup>
</Project>