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>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25420.121\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <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\InertEndpointBuilder.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\656c6390945a4bf58d856291016857c3\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94be729d69f541029b649c874d7c8882\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc9f7c1158734ccb89985dc53f14dce0\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b37086c9c51c4037a233305bfe779c0e\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa041afbb28a4be3a655e8990285bd5f\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ac816aee5ea40eba33328c5dc17d601\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66eb4e918f0746f59a1041490a8153a3\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d399f1808b345dc9093f65a99c4bb01\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\981c85e827e0466d8e4e2c212c84d039\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82e72b78fab64540bc022dbc171ca944\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5aab4cbe7bf349b6a0bd18c4da64cfaa\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37c44408bb234e8f954668896b21397a\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6ff0ea1fcd14868bb18fe985cc91591\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbe1863ddb7f483a867a2c19f6aa268b\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a49c9cda923489d974ad05563a9a57c\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8986f6ad832c45a3ac2ab3cf0c8fc73a\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be6898b4ee6947d6aafb90379bbe74d1\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f892eb486ebf41bfac3537135008ab12\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e0b471267074c9bb7aae1103da66b3e\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9a2905d6148426aa938577a7622d1ae\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46e97ffef38a4ceb956949ff70d2c776\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9b5ab31e4194e1c9dc1d4b251252fe3\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b7804944ace4ed7a02df26045f6a969\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea170241e12a418b8aa89ddb9b33f063\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17e34b983c8b4e3089b87634738200f8\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab187d589d51498f8273e8ce1b0a59fd\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5039f07dc4774a2fba11168fa40023f5\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bedf5f16c3bc405e9cb2907ae98b1d20\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebf480125c4045a896d67095b28bcb61\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62a09297868a4319a98d9d39efd1b219\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbeb527f4777403b9638a16bfda9e24b\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d830655c18e042da9dee76ab7b189e8f\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\576564fa82054517ad5d6aac415b4143\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46ddd831980c4474aa958b5b47abd39b\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f171bbd75154978b06787f94bf7f2f5\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\610b0c323c5a4aaa949178f5db4eab8d\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4849c1cb69b94e35896dc9c285313506\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d99cdcd25764f359876f45190a52fa0\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\386281275bf34e759efd6af45c2ecc7f\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec0af081152c4da7b5a3045225c0effd\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd25766e08a0412e933a43e3957489e5\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b63241c0398c4ad69e6bd53f295ab003\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c130c23f352c4346b98c8a81a84e2133\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a5f8b02cd2e412ca40c4e69a9cf95a4\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9cd03b4b7fc48b8ba57692df9d3312f\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b2465f70a664321918826dd9a5662e6\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f2bbd79497441b6a6d3f9fee8eb73dc\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\652c87c4c7bf4e5bb6c143cb9ceef9e7\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0923a0c6cd3a4e43bdf0c0ce742d0fbb\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e4cbc0247874813a3341f03a4bc393c\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdae295019c94c12bd8c1ce4867b25ae\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4935afe06c4845a191e62b9df1fb6dec\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48dfd4afbaa740f2a54ae58435ec9d65\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aed672cb55864464b42c1a12cc0d557d\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17c832e905954c0aba644ad496b416da\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffe287e6f62047c9b8f47ac7fdf9e6c9\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1dd4e0c0defc4dedaac1a34a28c1200d\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7b505da12ca4e03af39bb03c59687c0\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0868b873dd5c489a859eceb03f910847\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e696708cd0f74f508946a2c990b28080\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\284b90fcff1645bf935eb3bc5611b5e4\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7473eab216064824a77b5846c0277674\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48188465f3a4415ab07e0cb28241ad6f\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edc66c4a512c4a3eb5951bccd7f4be06\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7b6de95cb6f4d8494ed928cc5a045fa\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57b478f3a49049df9348c192c7137124\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bfb18b3d45c4cc4866ae9c8ae782c72\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9638ee144e884e619a50aec73dbdfab9\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11489780332049dbac3f534baa966a14\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c65e0cba0a341798bfbfb30fcd4697f\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe7ead89018d40b79031dcd1d1c386ed\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8408689daa824707b3cf29005a4c0351\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\725f45286eb840b7933925d3f8f0f6e9\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c84205d33d449098d9a2b65908382b7\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a02dd6b4d66248cdbb4677d316923523\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90810a76196f4530b68d8b772fcb0637\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a019666b6e24d1897e37413e793ef41\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fab433b245ba4c78b421b80d160f4eab\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\492c2e69660d4812afb1f2bf380e4ae1\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\987c43efe93a48d5a53ae8d8a0208b49\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1314fc6e7cbe46669ea9a1328dcdb255\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7808b5c5e15c40b1995a6c1dd314dfe0\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12d3cade5dfd4f5e996543a29b055430\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6c965f78b95480bad000440099c068d\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7dc366bc19104947a59c0d3c91e9a7c0\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fa8bb853a0b47368370da952a57b38d\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbfe6be935554fba9deb459ad9246633\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bab3d679ccec42738cda441cc478e6f6\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\140253abd4f1484e9d832f591a6a4fd6\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc41dbdf18274e3ebaa0acb7b1048990\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44c35c714fbd44f7b394677f4ce66d08\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\032458ebe62c4b7ab892c938a6b5ffa8\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5877cff3bc7482da91a5e65d114565d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a657fa07efc94a7cae4c458a9c626893\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbcaebd20ef145bbae7f971cfdceeead\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02e2528990d64940b3ddcd53ec46f864\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57f025fe4b8c4df5b8f47af719014330\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cc2a2e4b5e848449479664ea06f44b3\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7b59c913ad947b48a45789ebf38486e\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aaea8b4cd8cc4904bcef7cdf925c5a89\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d664bc9380504820984c69d06ca0cb24\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a194b70462564e86b1ea70b5897b5dca\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80414b2f96c54137b95eae73191a5fdf\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6272a04ce9de473b9844a652ec54834c\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d44cb6964b0548028fbab04785dfb6ee\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3157204213ed43ff92a9b49ae413e26c\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2bd93d6ec22d4a849028de97e2008bb3\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f81298024f4c4b87a2ad16ff54472c18\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45d52dfc6edc4e01bb921f8ca692a622\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f0556b3fa13479bb07d6581913fc5bf\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dd73e91ad384c59aab90a6f187c8f3e\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c7cda21ec514ffb9b05adb3eae7cd39\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8951e0101d4249128b4a5e90799cc05a\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8f894b2422e4cd2b620e9c8231a6827\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ce35f2791094911acc31a8809fb81ab\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10d5769828794607ab9cc5f0e446efa0\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fc03c70d8384177a7560816510007c2\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4e1cdfc4dc140ff8654f495d7f50c71\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed03880744e9479bb48f4183d211b28b\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a2b604bd6724b34821033b5d132249b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3cbf1d4a615e499d977dd6e939ce901b\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b3f75f3e35c4cc69a182bea6ecee23e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0b90ffeb71d445bb64fbab7de923454\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcd92940f3264c598fd2654649ed6ad1\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d6594ba734f4f0397f51a4c994d5720\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2a8db1b53df4f41b856b06369100b27\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16ed2cdbdc7e481eb9534f911a2bae89\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09d001db342d416cb7aae349cde4fc1e\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aeddeaf44f064478969578fdc75c4651\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1398099f9de0410f93a20fbf363d3262\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ccdba4a14fe4f32b416eecc19bedfc4\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa4f3d437d5a4af98347a71ea0f061ea\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44f4a4176b3d4be586513839011a665f\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\048effe2a6b948228e0a612cf476c424\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3be3590232241178aee0ad1011f32c2\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ea578434f5b4ff5b3838c723ba71184\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d6e7a79424f460ebfab4058b6050e53\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\485f09f6dab245a2863beb772409d6cd\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d26cf1e31b244d9a5f2fdc0a79220de\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fc84a33326a4563a57f969a7846fd76\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1b0ae58bc034d67a10c9f8aa2f5415b\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93b4ec1407e94a01ba41d969bf727fbd\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a967ee20d1e4546ba65e0126236ed42\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9639a8d5840846feadc54ee8261cefd2\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c081a607d8b4568987c67dd7bef4e1b\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63ec1874d03442708f708a102bc34534\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\343effce36964976bb3090c1b0ecb09b\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af645cb2d87d42ce9dfd58401268ea3e\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbc15f8ae420458f9d19b2a4b83ed186\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b228d5a3a8f46249126eeecd3834216\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a95810b8ae9942de9c4e6fb617aef368\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc038ffdf28c4095bac8fbe1fe201305\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24249c9d19034d6c9afd22770efda897\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e23726b82b6475ca9715e1b01a4e2ed\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba997525abeb4bb78ae64a3bbe48710b\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a740c288307847f58a1bbc51bbe87340\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84dd0443ef754db0b6751e48764f8529\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcaa5dfabf734c63bcd13e268e67e25d\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bb4486afa264e309c75348444c6527b\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27296ac50ee149b4b0d57e6cff2cefc5\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbbc5f19b05c4f2fa079206c07973507\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b073dddcd354f26b9e73eaa6527e26e\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cc97bbbb5454100b50ff10f9e51bb8e\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f093235dc6b442f3b8473dbf87e69fd7\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e65c58a8b2f34e099b95fb1b0390859c\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb7e811f1e9944469b101106b42d71a7\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7070130816554850a69d4ef4bc5f2964\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a0c80e7fe4b40a5b17ab3ff0b511205\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0a3c3d4fbdb4618afc6f1f6256edf22\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fc84cc5f9604f12959f6f65dc6ea72d\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\863e5e96c55641edae481c1f1071c795\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e93ba824b264884933c6c1972e748b9\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a058c31f53624b94916c70b3d4d6d973\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28939b0a09b54b6f9c93cf67aaa4dd50\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54e78d4c9d204f85b6233695c28e0dfd\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a57397afc69444390f3e69119d4d96d\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\531b826d6df841799836b40a222cce10\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c458399761b04ef081cf3d7edb1d598e\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78bdba5d7c0f4748b8d6a3db76c560cb\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e9ae00d4c774efb9c272e2ea136c8a0\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c312b59faaf4433788e8a954305adeab\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1734fdd6290b489e87b37a93d6811ab0\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4803fb99fb4b495dbec3be21894be610\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1914fcf2c8b0453885180f8980176b29\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\113f4527670d4d88b458ae40c18fc5cc\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b0f7ffc74ff4fc2b1398b8c9cd72e19\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89ed61bd00294942a82d3adf9dac4881\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\984379b8bee1408283cf5b36d61f2467\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43e283f83ac74ff3844057d681956eb0\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b6d9947d8d547eb82041054d1f3ff8d\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fe2da157b534565955074cfd3b14294\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05e661de9ce24d0aa4cb053588dd6f2d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\048223bc9ead468f8bc406fc0ed18be5\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b55f6e97a05646bea8c83c6824a0362f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5069685a5fd54e21bea462279418bef0\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94985b7183b24bcb8993692dfc3e65d5\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b240cb78bb7a41fcb394dbbfd3e214f8\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48716ac4ccdc4bd698f3628993519dba\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22e7b2641b154837adeaac0b32e48703\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98d418134b6243609a311eef7acc9445\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2504c2414b94575b34ac672bf1096ea\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b4df038fc054f17b3874ec4d04e47d6\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e06a2215c9e54b00b93c3fd85bd55293\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0609171965c04ecfad3a9782605aba79\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b86db48604f4ca39be0c63320f8015f\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e08ac0ef836b44fe8510dd571556f1bd\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e58ee807c834275a3c423f79a5ad6b4\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae8ccb84374542c08399656a908ef710\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db648e2b9d2246c2bd8272f14b47dfa3\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53bb55e5b4ed4c24a938608ca3cd7a79\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92d67fa687204e69ab94c04dd4f6dd1e\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f998e9ebdce449568a9d63a231b06513\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2ed4c47878f412fb47b60b46ea021d9\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4ac5024634e4a0597325d446a54eb5c\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ffa7e868e044b099dc6395c52ab8919\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19aac21c951545a498224c0f970abbfc\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cccb0f7e77e54c32a3559e17b20df110\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73a82f9561674a6e8ebfcfb8b353442e\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9572be07ec2f44d3a0ef06d70c46fe08\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\202fc8c3e58b460291ac15b2ca51cc01\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\051cbbc3730a4461a6d3e17992a90b40\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1395c473d0948bc8a46dcf36a2be4e6\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd9d8e52a1d84e7da0f46ed4116cce28\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15a30a5745aa4cbbb9a259530892353e\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\353fa13b03c94df3b7b47c0d031a1adc\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\375d312670114594b62b4943a6b65ca0\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6046daab4742413a99ac5ab1266510de\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff0f270273ee4826a401631eb9836f76\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9423d6b9db4b41988a466214cd3ee357\WindowsBase.dll"/>
  </ItemGroup>
</Project>