File: Microsoft.AspNetCore.Mvc.Core.csproj
Web Access
Project: src\aspnetcore\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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.AspNetCore.Mvc.Core</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\..\..\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="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="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\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\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\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\aspnetcore\src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\aspnetcore\src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
    <Compile Include="..\..\..\Shared\PropertyActivator\PropertyActivator.cs" Link="src\aspnetcore\src\Shared\PropertyActivator\PropertyActivator.cs"/>
    <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\aspnetcore\src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\..\Shared\RangeHelper\RangeHelper.cs" Link="src\aspnetcore\src\Shared\RangeHelper\RangeHelper.cs"/>
    <Compile Include="..\..\..\Shared\SecurityHelper\SecurityHelper.cs" Link="src\aspnetcore\src\Shared\SecurityHelper\SecurityHelper.cs"/>
    <Compile Include="..\..\..\Shared\EndpointMetadataPopulator.cs" Link="src\aspnetcore\src\Shared\EndpointMetadataPopulator.cs"/>
    <Compile Include="..\..\..\Shared\ResponseContentTypeHelper.cs" Link="src\aspnetcore\src\Shared\ResponseContentTypeHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultHelper.cs" Link="src\aspnetcore\src\Shared\ResultsHelpers\FileResultHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultInfo.cs" Link="src\aspnetcore\src\Shared\ResultsHelpers\FileResultInfo.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultLogging.cs" Link="src\aspnetcore\src\Shared\ResultsHelpers\FileResultLogging.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\SharedUrlHelper.cs" Link="src\aspnetcore\src\Shared\ResultsHelpers\SharedUrlHelper.cs"/>
    <Compile Include="..\..\..\Shared\ProblemDetails\ProblemDetailsDefaults.cs" Link="src\aspnetcore\src\Shared\ProblemDetails\ProblemDetailsDefaults.cs"/>
    <Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\aspnetcore\src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/>
    <Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\aspnetcore\src\Shared\HttpParseResult.cs"/>
    <Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\aspnetcore\src\Shared\HttpRuleParser.cs"/>
    <Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\aspnetcore\src\Shared\Json\JsonSerializerExtensions.cs"/>
    <Compile Include="..\..\..\Shared\Obsoletions.cs" Link="src\aspnetcore\src\Shared\Obsoletions.cs"/>
    <Compile Include="..\..\..\Http\Routing\src\DataSourceDependentCache.cs" Link="src\aspnetcore\src\Http\Routing\src\DataSourceDependentCache.cs"/>
    <Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\aspnetcore\src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
    <Compile Include="..\..\..\Shared\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\aspnetcore\src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\633934ba19ed47a7b938e3ad354a4ec4\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d62ddd337454c39ba89b01627304b25\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2a64190d80424aaeb23778cc51ce072d\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1ce2589537c9421e82de731cc3b9a2f2\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db82f29e86274cf8b1b6c67b1881ff7d\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\312587ff080b4d8fa85c1d82524cebfb\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1ae8d461b0d54825b2534203c9586f6d\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0e88949471f04abcb525b44a3eb7a4fb\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4d522a53fed6490b9af5a8863ea2c176\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2ba75202a7e94564ae39800a9df09aa7\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f112cb99c8534233831c910176fae5fe\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8976c4e04d584600a2ef723410ef7f91\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62b22c5b76594008970eac1d80df0cb5\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c1ce9d7568f54e9dac13525dd69ae971\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b47c6a277d54acb8b1240d754e5ec35\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\174c94f241c04fa98c8d75af8e30d93e\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99024072c6f04b1da703992b40d2af7c\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce29cee49d264634b83a792352163ed8\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a195dca9a0304f518f3e6d836f9ad71f\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\03bcef1ca0994b08b491905bead1c98b\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f60616bfbaaa423083fb8770242b7182\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae99b13967e34cbb96a51372b7590380\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6eb2c060f3f54b0e9a237dadd144e93e\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\115013800aaa434db8537d547110872c\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\893b0cca9bbb43f896c4aa51581953d7\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97a675852cc74b91b0dd2631004648c3\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9389057ae72443a58c812d5e501c9402\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a86ed6a767e04fc28211ecb96eb9104b\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\677763c841e84a07b4589b2efc81cb0f\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b5747c049a0e4a568df26a6dc22cb5bd\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02cb6dbfd6984658b3b9f1a013c541d4\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dbf628436ef2470c95ffe82f647612c5\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b8cc07d4c8f540d8b585513322cf0b83\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f36511ff92994dd39e1aa96c64ef6484\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e512bfb9c10a45ea9774c1353c095376\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c29cf48c2d5b4b34ac7fda06c35af845\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6599985e4bc24f7eb35f2999c1f0594c\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19bcddee42ca4ced8dc78984ff3cd692\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\efb67657749f4a93b7f299fde133f42d\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3f156162862434a85e0af81fc0dc91b\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c2daf4405dd84b8fb8744d74df429c8b\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b64cc766895648ceb1d341aa49258846\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4eccf60f6f0c43c99697506240ce28cd\Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c599b5933ce743e4acb5001aff80f4e7\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f156ed53e0f349158504f132d1d9c834\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\46e85512d5bc490bbd88aaf9edd3f4ad\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1f573b67c70d420d902de9bde293fdaf\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5fd8b926bc1c46058c7f44953767f1d2\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2ba610ddba494a33ba7c1fd2930c88db\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dda7c06f2d464b0da6a4f3848f7f2b3c\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0195be86a10e4ab6951555bb8080c68e\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6fc3f00a7afc4fc091bab340bb476e7e\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a2db0034dca740cfb42044f2ddf679a1\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\381a123076464b2fad93ad3527c1c75e\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\168af4a516dc4b379771daf095e03765\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68a6e94cab294af88deec98ad6eb7017\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fe57066dba9c48ba89b15cdba8ff1c05\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\81bc4d6f57464e8b9b251d5010177a45\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c10e28e895e3433b956a244188b2bf97\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2eedd4f7ed1b41639f06300caab81e68\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c3c374eb49b43bbab3bc2e321b2755c\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef214d32b98d44438f5a72ac6e8d4e67\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bb58224691b34c478b7a760eb1b6f2b3\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\60b38a661c1544cd840f3c1613a90a83\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\44d698e271d34a6aa6b926a26e7472a2\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c6b5d0aff394aa287b75bb4ab712c04\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ffccb999426c45a980033cadf56e5d76\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47b1663f1130498a9a04f85f27cc824b\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ecab85af70ed450db0852a046699f26b\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\60993e0b0fd847b998793d53780dfb85\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b4ee27244d4643b0acf97f1fa94c7246\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\857c91747fdc421ba0ba047f5af5f1fa\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3ab9f1f8572d482faa2159ccdde8c91c\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a7ba39b8b4a427caf65844fabfe338c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5bf8a29edb284f03b7d14681125b5982\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\27b8bf307bc94c7c881ac8c8331a94b6\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f2ae7f71b9b4356b9fe0481fe71b007\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\898fb665ea1548d3bc2f55f26cb516b1\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80f0f90aecb24d5a84db2630faaa2632\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ab625734b0d545fb9bdd424383a4f445\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30f3546574c64c1191cde806ae8492c9\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\084e322d639343559e28e0aa7aeb51dd\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef6d66b0f2164d0281976b6e9265f97f\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19311ac88468473b91195ead3e7ccb2a\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0d194d2f80444bcfa46153f67540a679\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5dd4726e5a5f4182a041a2fda5cc5bac\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dd6a0e1807414064bdad9c7754855740\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5eb754b206d3490cbf1d4337e6e4c98d\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7ebf7b5b05984d7ca533f4a4abb93e07\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bea8a7f99f954f209c7533d32eaa6486\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80580281d2704570ac0929e9b947f750\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f6c09e3c4174bc38fa41c949e6f5a82\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ad0d254b908f42e78407885c9267025b\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a85f13e273cf4605b519014621b7f777\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04a7294629374e658b47d802e6d2f214\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b70f7dfc010a462fa788ce8cacb95749\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\772da1fec7344744a31868e528825c91\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc297bbdf163406c8ec5b121fe1913bb\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f729f97e273a446f97ad167d11c85abd\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2bb9aa736aae4259ac3bba8b23e2ad58\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a0c58b7d6dc043b4b7f069e7d344d4c6\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f04af1d6dfb41bfba4c827397c3ccf2\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b980efd029d2440686a70f05ed858da1\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\88e0c785b80c43afb667725d26f441ad\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\86a6e5107fed481fa11a45060e3163e5\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4d681a974da04e369df1700905bff745\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\519b4adc52234b7195bb523a85e17188\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa57deeaa23a4bb7834fa2eb15091775\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6979295484764929a0ac4d738190f781\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3ca8cb80cc174233a01b9e9313f9d028\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b68d212c4ad4d6c80927e14da94d168\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dfdeadaf7bcc4b7ba54d01ecaf226808\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99844e67a8394474b16fe260243c0d0c\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dee003f793e442d18fa0a9229999b7ff\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7802a65b93f546649493ddbddfa0d716\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c21fe3eb01b5425da2b571ea907e928b\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a8b6e8535500470ba3eca9b20d30bcc5\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d2588cb56cf46a7a9c22ae978090c03\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d5920165341f4c07baefb403331942fc\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce5ef3ba33a54080a76321d60cfd33c6\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\67f411e152df497397755bee0da97f38\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce86495ec7054d79acc9e447bfe6f59e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\928ab0ff738943938dc64486333d4b28\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b45a624828f44148a1f200bee9d87584\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba42daae54be491c86e4b6d272f88c18\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\805166608484430fb58e9130ec93daf1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb0a2495b3cc4d78ae3e692b0911c059\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0d028b0fdb4b4345b903b866dbfda298\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\451f709a11a9483cac2157db2c0ab3ff\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\862a25860cc5442699ce6318d5fa53ca\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76df334507034f58a33524c570473166\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1973e597685946a494d41d9f9a485f3d\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5558b3044ac4441aa42f95eff5fb575\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3a107a80f6114355a41b42181d64ce84\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48ec668f86ab4296a40ce7e981cd1308\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\133d2b45cc2f4dca846ba9c84d417447\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d03f388840884efca6447755b77ee74b\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\56b366d3010044e189687cb94d4cbd07\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e7e6722bbf1947bf90045b22403569ac\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b7e435d21ba41d686ca01fedf5a8acf\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\362b727951ad40bba3b93e5b1bf0ba72\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7b85b1fec75b429a9ddc8d19be7cc5ef\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9733b500b7d34d71bda36f1e6356d14e\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2a2a4f6ed90c43d2b742433b163cbaa5\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8aa5b09bb51b467ca5757c4466c9f91a\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cb4fa8eb097462d96877af52413a429\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a89f1404f3ba4e6a849eeec6cc215940\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\075ca398ed3f4ec786bd780d11649361\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3895108f7404154b7cec8d93466d759\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\60d63aa8dccf424485bd9051070dfb7d\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53a9b397c31a4e3092453080aa9386a0\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb3d73139c6449a68ccf1fd1c1323414\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6846b3d438594f7f95aa0cedcd3397e1\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\67dd13d69e9d4a7bbb1ed40ff3989a5c\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c1c5f17b4df4e0e9055079d72768bdc\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\671b5d6315044f1099369ffa87cce71b\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f35a9074c8344670976a6078823bed60\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5455b602a4d94978b019d1a649a40c4e\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8eae40d0ab2e41be96a53925a57f9466\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47f027e170ea4a77b7fd9b6ee135305a\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba7db543074345b7b1ca85501ea0e88b\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\530adda684854f2f8b25e6c2921b69c4\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\da47ff1665c84b90bcf83ea08d998859\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1b0ff521039f423e93e0a8671ed00aa1\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d8d8c444d8ca4f15a0786943d1b48063\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\119504adc3db4ccebbc278c94a2c801a\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74f2ddf9e4e54d7bbeb76357d5ce1da5\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cd7b019ad5924a54b3c35eecac1d7284\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fe18378a186e4ff3aecdd38028a3717d\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7def6471d78e490abc5062669f52ffb3\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b1fa8e659abb433296976cf156a6d5b5\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7aa46db2f18e45f89fc307854cc903d8\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b2cda11417694a4898a7bc0b4f588deb\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f1dcf56d3d2044f0a90371e2765bac4e\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\df5879711c6543b7b05d86b7f6861229\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f937a5245c6d4293b5b4b14e5ecd00f4\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1ab0c52b077c4fcfa060028db4bf3049\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0232c26a78894b40953a7c51c2297481\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e2213c39b8174da1aa75658622e8b728\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b8a00ae2c6d4b0bb9d143323fcdf7f1\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1369f8aa31294647acfcc9bd2f3a3839\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4254295ab1854df2a3dd630431f41c0a\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\92916de872384f50805decdb11b03f1a\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ecc74b53a5604981884fe96e48b2ae94\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de08789041714837b7372ca16248b89f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\daa46ec3613b4db68117e3605ffa1f3a\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fd7f28ec5d1436cb70f99ecb10abb73\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\40c7a26ebf3944758ede2915667d3212\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4507295c6d544fa08d2fb4af12cd6573\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f82effe5394e4c3a8c638e86ffa1478a\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\46a5ed85c29a4486908669dd4dd819f1\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a448d489d8034741b05756744efe0afb\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48e71c53c2004a129a12be9e90721bc9\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7521dfb4a8c6484fb631671eb78df484\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6df386ebcbdf4ef383e9d326e03b790b\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1dd30720e6e94c0dad541d07e4df3b98\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52e82fa4e01a4bf9929f5f3568627725\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cff03ddb02914ec28066ddc7ad857742\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\54d57e989bfc4629a7985990f8896182\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\074de925f4a8457aaabd9a4afada3d88\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6daa9d2ca85a4f38bd5ce2e5b4606d33\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0be534420ce74eacb83ac303f4eccb82\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64fc92a978a94e069d0585068225a284\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0bd6b03a47fc42b9985ceb713f8be6c9\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee1efe486c754b129a0f16cebad5bd67\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8ae85c18fce4aa79fef78d5966d96ba\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c3fac0ffd41945bb940dbc986c0131df\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5f9190c5d5584cfba7b794a31f151c97\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\626b3fe1e11345f7a93470c2004500a4\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0937c3c6f33640db95b979fef54bdc48\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f3087b064094ece943f15f160f90643\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\332d6a2616014467bdfaf6c6bac20ad0\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0eec4b5c6df04c83948b3ab1dcc00753\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e6afd6597adf4369829d6596e54e0992\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9b467ed06d9d438b905e4067f7ae9ef2\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\407cc53f327346058b45352842059565\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\174cfe5ee018476b8971d39e2d684da6\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62955ff41d9a4fcb9eefd2dfda2bf757\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3a9b28b5e8648d1a72eebcfb09eaac9\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\407c036229254ddc8a80595288bd3700\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1bd6095d015949cfacf842b92785dbdb\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a777d0d09e44df5ad8a55359a52c38c\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5732d802f4c14b888a6d62bc63cb18d6\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4875dd83ba27499caf3ac56faace9b2b\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aaf6af7ee2e346b0a0a0ee3203a83566\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca0f339ca0534545bd5be0b1bb8873cc\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cd1a08732dda427eb7285c8f04d18b86\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\22a18c3e52314fc7b5e342deb59f386a\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8caf047a19344fe79c821f84db9f9719\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated\0\LoggerMessage.g.cs"/>
  </ItemGroup>
</Project>