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;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\151341b15df6408ab0d71409cc9bd091\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3865a6502f164fab89c9a01eb68e66b4\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c21c876aa54e482f99b6ff7c6bd93e94\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96ced2a51002404486147a1179df00e2\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed60eba05b7c46eebd0c55263515e2d5\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db9277fe6b13483589173c70dca7934c\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\725935a0133e47d7ae9a5f1a508cf659\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1d25a0e3a5442e19fbf257b1c889796\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f3e6f9e97ae4ccd8bb7f0539441a337\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd6a66419aa34510809f132d6c752d7e\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f08c07c6ac5a42589848834fcbb73fd1\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47789437be1a482780f2ab437e99949d\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\478273aa2afd4a3daee0fb1cf3fd32dc\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f1338589ff342448747000c6683512c\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3ce9bd9f694412a833b56122c5c105b\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf4e7d74ab714531adc3e221f2dbf447\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c43752307be74d5db53d5ed019cb6939\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd821ae1258461584bd988cbeff87d4\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d1a49fe403749e691ac5025a77818be\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f77a40c72e542f0b35ab7bc173c1f92\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ec0b872ceed4708a6907d6dbba7f4d6\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fd3a16a28404574b38e1f22cdccb111\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc1e653cc22b49cfbb0ef392518d8dbe\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f12eb27b14c47f1bc5acfa6d5a3353c\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84644f26b9be4bc498a9fce6dcab769e\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58bbb73ca2f247d6abeb15397582a165\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\076b0e6c47ea4a60a6343fd12b1580e8\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f15ee37965741fb997fc4b5926b6174\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58226fc40d4d4516b553dccc1a6dc291\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b034f578ead49c3bccfe344ece4ea52\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab8e6e2900384f5ca23ca6be9d9098ef\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe50c1e804d442d78143db14bb3fe16b\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c664c7077eb5456290577b82ab80c52a\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7392daeb8bcc4645b9f7205fde11a520\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f462b2be25fe45e388c49847e950fcde\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4875d294f95498bb02379c360148343\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73441840d8a74bdc812ab71b0401c7a3\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3fbe61365154ddf841434711aacfa09\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72ec1f47de4b4544989ef91e7bf95fb1\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80fba88223584bb5b68e54eb1952ec6c\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2fe861a881d471aad683705d4a375fa\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d98d0b8976f74fa283cffcb90cff2e58\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\730750acb1dc483ba35893e3f6923bf2\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eaef8b8b13aa4edf869ec5c82963dbcf\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c0caaa2d784840d793431934abd5487c\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\847c11f182e64acabf84841d5c10ea30\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\293a1c7080f444419f1a7cbc2e46001b\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\072c769410654f07a7b33b89cdca06e0\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41e144e440f04891956471c67db17160\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c04b777bf7574961856bf4097029bc8f\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd58034b6b7c45179b5bbdfe0e8cc2c9\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5bfa627d9a945c98a32a1fbbad3c686\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2acf9926079947cf81576c84eca92ddf\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b92df3f7dd1f4479b5c73f5083facf82\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4630f86bf0884ba59acf1c82dd480993\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3631f904101b4e5d8f331cb5dfda788a\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9940750addff4e1f8152a6a529c1218a\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e3fd9f580b94ad3868934ba4554db0e\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bc7ffcc2e7b4fffbaaa7a3290cc26a2\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c76f4954abba44e68fe4bc348468949a\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13fa5073292e485eb9eb5f28044c89a0\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41dbf5d6fe654e2481ea20d967112be8\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\772ca27273fd4ed699c850561acb296f\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30d1f3d89b71481bab1fe0ac675fd059\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed3c3b8cce544191b2af883f988835d8\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2875d91854745798014ae4f2a7baf68\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c73bf6ceb51840d987e3a1a01a5ebf82\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a526ab9571c42d4a9db29715c27e650\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\deba2e46bcc34119862b86ca381fff39\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a4f07d82ee24dbcb2fea3614971a1d2\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acfd9eef572549ad94e43f947623ae7b\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc4ed4f1e9f141eab78993f4d8291384\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63782030508f482eb72c43017ab620e5\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ce5067c28f14f4caad12772022f42e3\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e9616d4ae3a41f48f78cc9574c64145\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\451808edadf84e99b24936e5f01b76b6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\542d94175ed34da08a883952e80008fb\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44a0edca365d4e0fa97783718ee5a2f8\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19c3b29b9da14a5090f021b960ca71c1\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c9bb728ccf2451b9d8f78b2f2e53cc8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1c7e648d2fc43dea9169ab6ecc0ae61\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\739e66cf38684f328c715d9e30fbc479\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1a485d7493a43208546d0690e8ad26c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93a6779d8483447fa58cdf634e99bade\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c66601b1410c4f1e96be548269c38bf7\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\598e016362ce46c98f5366dee1550d58\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb953391da9f4adebf9530d1e25bc02a\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acc7d57412f84ca4833ea0b305adbac8\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e71ef536e0144049cbe31897e83ff25\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34e9985e1f4b4890a115bd071250e39b\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6683f37d980c445091dd42e222b10feb\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2dba61f95f1f485381172e704e3938f1\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c3b6b6383b94757a57fe82edb985d16\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27258c78858b41278c11f5c26b24d6a6\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea1667abd1fb43b98158ba1ab7ecc4cb\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fece84c8fa742bf8780fdbf8502e7a5\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e4329f20d645839be4f1299e9a3f46\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcd1b595bd9b4bb993f70be328376e35\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd9c76ed48224a37a0ee11515e243d35\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8dd019b9c9047b58901089e64a1f841\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93b07995009444998c57a7212a76ee94\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3e647516cbe4873b4f5709d41f12e20\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88940d4480bf447f9da82209f3546f4d\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b584d73f4a34195b34b909da04cf8ad\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23a78f8c672c4a8d903a78b2e356c567\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab368c0ab8d94f8bab6c2b5efc41bb4d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba995209421e4e47801abaeb43c8fb22\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79079f3ae7b248098cde0eac7e873faf\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9545b5deb44640759b09b14a463d9ecd\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2320c878e39b4ad59f12ff8ee9ab27de\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\480b7e7979f84e95ba8cec33dc8a5555\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32e6a5b3d9d24341a4a486247ea7af74\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f3d6e8603964a4b95aa48c8f72434c9\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a63d48c587b4ecdaa3989341f3a7831\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3c956eb313d44138cb97554b52d5597\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fab357730de434bbd2e3101dc4b613e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d589db4f7fc44a74b42b0eb72459789a\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\456f754521624036b4c2926dbaff0b96\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fc79f446e3249cc848ced98d7ee68df\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f7dd9b8655c4e0490ca0a6a3e3fcbdf\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\638f8e187b8748efa55c7c51b8623769\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16bc68ee8f114a838844391ac2cc52e8\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bbd60a565744c4198452811c90bdc64\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\898816fc1f4c4d1d9831077782b28f46\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e60731382a65458094c6eab63e296698\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a97accf90d45bf9626f700a6f0204d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4ea840189e24258b1986faecd2f1356\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d52506f072844779d9880f86f3b1060\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\197d44e061cb41f9afb1d6caa141de33\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1ad57e29f50479993fe5a2880e4060c\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1298700bef0140158f919fab86602b72\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a834c846f0947faa03defc3fd9269f4\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e692587666b4ec6b42fac72b747ea1b\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c12f68e6f464c5a8aa0d17208994074\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3662d3bcf7a9415f91991f8a33bbd724\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8b20699565247f3aa69cf6ea4ed661d\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6c90e552ab048d1b7041ba02f5d2820\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c92a2c62c4d8444485d8711806ddb94a\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\722c4ffcfd524353bd96dc3144044b88\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\972fd0251b7f44f783cc0fbfdae96c7b\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\121cb3c0903d4cefb4273984c6d9f0cb\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11542438c7e3470a9a70709b56d67c11\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4230f74e4ec742be8843f6644fc1562e\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b463baad49b14eb883b5a9eea5eb0cce\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f312bfa5b48c4786adb96850b9770f14\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7db665cf82e41cdbeaceaa1c717d67b\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23712cf4610b4834a348a0ae8152e81a\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\add655e3c9514d4d9512d28b03052ee5\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87be3301466d44ce845faa8735636304\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d7c3f982ac54ca9993b578a67f492e1\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7948d5bad6c04516aa69efde3c69ca8e\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e82fa4b2baae4ca6b3451fb19d450c7d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba12651a86b64427aa6dd9e218269b41\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc3ea0e110aa4f8d9235295657b8adf3\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c038375063834e9ea3351ead472ca723\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8470cb22eca43849a0c967e038e6a4f\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7958ecf31fac4950a597a47afd38432e\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c898575fa2474be09e493f9b787a27cb\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\725e228a768344ffae497618ffe22227\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70e4f298322d4f919531f7c2b1bb2266\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\003c0e69a2c54f999651f517611d2aaa\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed511e65ac184d2da3424f65d72d8305\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\863df9c9c4fd46bdb345a63d1ecf77b7\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf67111634da4e87ab7a5463a8eae9a7\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3a581b5da6f49f98906ef140799e89b\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\728e22796d2244938cfd88b354b21524\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cc0cb8388b6454ab2bb18c725ba5e90\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd968f374eaa489eab0dd894b854f4fc\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f1b8806a4574a68a46717ba51455d1f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec9048f86b6b434d8049011fa65db2a8\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdfa880d621e4abb90cd9e98e621186f\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e2ff0f6d84d49c1a6a6ef9fea18bb3b\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f173aac37c9428cb3652ef6b54f847d\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f4f7c520e3e4160ad21318327f9dfd9\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\471e176d98c54927a541e1f25067602d\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62282a0943ff448ca9f4711471282f1a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb1af406b8b949a98fa49293f04b5b83\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f735017a4e1443f80f9a061ceef1509\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47b7c0b793844d6da8652cb1962c5717\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53c2285842fe4078a3488611f6504ddb\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c34f0e32e474f08b231b20468668fe2\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\290d9e0c021d4ae786fa94fc3e573134\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb42de3fceee4daf821e18cf7155ebc1\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\928d2a1828884cd8865ae5c75d23d81c\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4465f20cfdf24a3084f037b19006e8a1\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a6e33df15bf4cb2952c4a57ccc11cc6\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c8f289387d54cb4a0e4a4056e10d5d0\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a06a29f406c34dbf9431f46f08a98a85\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf8b83cffcbd4881827a4531355d828b\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0df801a788dc46879828d88c84726236\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\892d96b2e0cf4b5c959748099d94873c\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4cf331f3ce545a8b7715456f7de840b\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b49f536f9094611be571d93a0c059d5\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38617cda941249e4b217659be084cec6\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e0fa127e35e4004b17e7f2c81576897\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3d674cae0cf48f9a0c2a3464fad0525\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\861e09cee6ae487e834d16cb92c1b851\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\014dba9c66984844ba67071145ee8702\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88dd4f5afbeb44bd822228d37df174e5\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\627fc40ffa7442c39cdd929f7778c6a0\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68ac774f82dc4813809f247047cfba06\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\978b7e30e2ba4346aa8bbab6f23d1606\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5746afbb36d44481ad806202640ced98\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c55c1095cf5d4d439e9182b296bd4e07\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d0465f415704095bdd50c03e951711b\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85fbb7487d4c46b4b19dfd7c3352d5f6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ce958a43f874741bc3763b5bb2c4c5a\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d027e6e6ca54ca5978829afdac1e554\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\738bb093b869434e9622077e724418c3\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\030c5aea31a14fb0bb648dd63529675a\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dbd2b172c664df383e3d85442f8af00\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b42fa62c71924f95970a217da22d1b1c\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41ca5e0931ea419b940afb9f2e0552aa\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e922130d8c948248831f99456a7541e\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ad32bc43b6d4e4398427b06a74c52b2\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\486390a411f74a5ea773ee9588342aef\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\661ed8889a564a13a0189a806b5b2445\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d17691c9eec4714b3d3959329687ea5\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e73da63df6fc4d89b7132b05cc82e4a7\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7745981eb19a442e92f638a439d2e69f\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb3a8e480a8a40568345184cd6fe7e36\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6b2fe7b58494868a544747fb6eee413\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49598b72d7614998828e80c490af2ee8\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a64afd243d544e62b9812dcb4f9f40c7\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ff33147594640ffba9535fd3849f007\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3578efe2d89e4fce85e4b3e9530210f0\WindowsBase.dll"/>
  </ItemGroup>
</Project>