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>
    <PublicSign>true</PublicSign>
    <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="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="ApiExplorerSettingsAttribute.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/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/6287805813564eb28a181c46dcb6c5cf/Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/23cf59bd5305490998624f6da9a1f947/Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/51646bc2cd904ef9aeff129ec468b011/Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="../../../../../../ref/4d9627ffdb604096b97ff562f66e20a9/Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="../../../../../../ref/e59e427675264601aa4b4709bcd638ab/Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/156eac4a960f48659bb60dd7d51d8729/Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/abd4a86595ef4c9393d46601680fa1d3/Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/2260b753634e49ebadf126e495182842/Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/4084b7c2dd5f429492e687b83fcb078d/Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/9dc7f81210f947708744166b77b09d92/Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="../../../../../../ref/7ccb15230f86417a87dcb04477cd2033/Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/0aa29895dc9347fba7d880dc3d298b5a/Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/78aed7fd02fe4b259f6feedb1e9ae19a/Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="../../../../../../ref/85eb2a7b71434f8c82d26d7d0f86ec19/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/e7ba38999ed9415b9dfba2b428b8f54e/Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/b8139d9b069648d5bc21b34402678dd6/Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="../../../../../../ref/46f5f95e567c4a6abb62ebf39fdde00e/Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="../../../../../../ref/38daea2aaefd4134a2a71773711c7c78/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/e9e64a96a34b4a4387a3c40a23437354/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/2b4f757e793042d397abc6e06a7dbef5/Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/10fff3dbccac43ab92bdd1ee1087f508/Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="../../../../../../ref/562f9d1f3f7e40c8a1b20706dc50b508/Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="../../../../../../ref/9a84f00517634d1396333dacef8453b7/Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="../../../../../../ref/72d7919b0e404e579c9ca1a3a7852543/Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="../../../../../../ref/7d9a97a6582b429783e3a3de17164874/Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/f1a90ff14305411ebfe15bb5703cee20/Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="../../../../../../ref/75583bafac5c47beaa78d1fddfdc4043/Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/e5f8ffd0ef144231a00d3e5715dcbc65/Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="../../../../../../ref/1471e4a297c349aeb55ef8929fe1b596/Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/f88a861bee394966ba2ccfe1739f058b/Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="../../../../../../ref/1bd9649b68a54598a4ecc4095ab86ed2/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/8e798336f3404072abfada6430bb3ec4/Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="../../../../../../ref/80b1825d9921494ca9bf5c605dddc291/Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="../../../../../../ref/bccb31b6fd234273a5f827d035100d59/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/230074e60b85474e8277be01ba4b7697/Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="../../../../../../ref/ac9ee917bfca4947b24da5c23ec7a028/Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="../../../../../../ref/bc22dda2a3234630a1b5b0edfc13d18c/Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="../../../../../../ref/65eb34f837504655b4ecce714c9e0da9/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/27456523ed1d4ed59b26180ef50a7a4e/Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="../../../../../../ref/8a6cc81ef39849039814ff541dabe6f4/Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/9512da011d2047f3b689612d4acb601e/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/babaa1b6a04f44509143d8f90e83d06d/Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="../../../../../../ref/2100a361b64d47b8b09d1ffc8a19d2e2/Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/63539c77403c4865923734c9564951d9/Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/e2e4a8f35470424da0bc06a834abd30b/Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="../../../../../../ref/9ac68ac3e9c14eb89ebd12c76e086e04/Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="../../../../../../ref/e9fdb5dd6c334173840c4bcf262b3d60/Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="../../../../../../ref/e75de339fa42471cae7ede76315fac73/Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/da3ef87f17bf4cebb29ec2ea6380b0fd/Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="../../../../../../ref/4e962dcb29ad42aead665a9f5bc4ea72/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/4600411ef4344d3aa5bbcc66cd2c1e77/Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../../ref/224b269b077145a2a78992d8fa08bb03/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/b9a825b301c54a948a2e62c4c10b5b49/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/bbe2ba424b7a43239eff96eabeea21e9/Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="../../../../../../ref/681b77f2b50040d292694fee4576c47e/Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="../../../../../../ref/3cab053a248c4bdc95cae7401236eb1c/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/b00f1dd3e0614ce49ad9cc8df883f891/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../../../ref/36b48c32219140849f49397068864a0c/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/37a0d38139e142969900d02c44adb2fe/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/8c84461e29a4467ab41e785c97289c6d/mscorlib.dll"/>
    <ReferencePath Include="../../../../../../ref/62bcb62eb4d04e7783759b047b853341/netstandard.dll"/>
    <ReferencePath Include="../../../../../../ref/d7d7c1ed4146434eafaec6f7ec9a4d2e/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/1039274d5ea64afabc8ddd4ffa3a8128/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/ad1d38ae2a15443ab06bc70ed60f59bf/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/e334ccad4ce440c89a18ff9f74073584/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/6421543eeaf9479e8dc8f9eef6cf9156/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/8a52e6e15d604d5f98782d938dd9918b/System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../../ref/7778fc7ebb1149f9a9a72c44023332d9/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/45efa0cad9c84c1dbd6fcafb40b29bda/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/50c7b8651e6b4508ba65df2f362e900a/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/685291478cd1415496e5a5ee38f11823/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/c19c5962dfd149c38bbd9a044d1c3670/System.Configuration.dll"/>
    <ReferencePath Include="../../../../../../ref/f500412f8d2a49a5b98079dcaeb140c2/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/9cbcc5507a434f82b49858e0a09b6163/System.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/75bb045e5d6f43e9acad20075058ea06/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/546bf30471884c1f99bb5f351a79d465/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/e5a518305acd4ae386ff4a387f893f44/System.Data.dll"/>
    <ReferencePath Include="../../../../../../ref/e62dd07e25c14d74bafd23839987da24/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/0d8c207a2a284e98862ba64ad86282c0/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/b55e65d6ba34422283ad9a91adafe8b1/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/b82bc9dfda634b65bccf8c2de69f40f4/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../../ref/6c46a787f3764816b624f225241398e4/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/eb18d6354ba64fd4b67b472d66aff1d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/106cfbc0e9184da2a758178e342b29a1/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/49ed1421268548209e61a0f283b58938/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/621274633e44429db61c7b7f9b307663/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/cb6f17ae80a04d5697af21cb3ff9102c/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/d71b85f98f644fa7a937835ebb0d9004/System.dll"/>
    <ReferencePath Include="../../../../../../ref/39353a1ff7cd49a8b00bb73c1ccbf5ba/System.Drawing.dll"/>
    <ReferencePath Include="../../../../../../ref/c10d55cee0d245d285ee49a81dc55c6e/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/3517873e75684970a0eeef88eb6a3b41/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/86621bc00e2241dbb29a90772dc7d3c8/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/8aa419d2671b440db3173f56eac4e80f/System.Formats.Cbor.dll"/>
    <ReferencePath Include="../../../../../../ref/d5d98171a8834aa69f2837d80981cae5/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/71dae13c2bb1428993b0bb73c392a805/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/ea5772fbe3b142e2a61ed52c63b23197/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/7239a304512244c9881f25dc95f5dc0b/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/11a132654e5f4427b3129448afcade52/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/4104a88626234553bd3419b56160966a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/2ab60ced0bbf491a998e96bf4e6eb8e9/System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/fdbe21c57ff34f87a392a01040e5bebd/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/2bba4f321842473dbb940034460f0b58/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/bddf6b7db0544f9aa0c49ef526a99c3f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/09f26e67cbae455fa95da46efad48735/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/5396d618638c455598115db37f2a23f4/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/868a44da79ba4be98b45357b4e2a2b9e/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/6879538a3e4f4e5d974b60b3529f8371/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/0f43eae407b840f18c8d4cb12d208dae/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/840de9be7c024653bba0d8fb5165c3fb/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/7f2257aea10b4e9bbe513cd80d39b3c9/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/4b412aa5846849c6bfcd6425d67c33e0/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/fc80e7a14b004535b08e84d0c00cb5a0/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/fe71d6f095cc4b9dbaac0e3477c62702/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/e6e02a7cc3474c9282bfd5ed1ab0a3c8/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/e70fdfba2db548aeb08b9e17ea23d5bd/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/0201c8f14cbd4c2e8cee90f4428ea174/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/8c2ed11248b64813ab15db985e77e03b/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/dc340ed0ff0c4c1299322d057e8a7f34/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/21d5d876c791479f8543cc9bf2088554/System.Net.dll"/>
    <ReferencePath Include="../../../../../../ref/2e78459a3ae14fbdb014f79e1364d0e2/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/36118e9e06e14b7ca7281d871edb221f/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/bd37d57e85134754bd6b78da2da89425/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/35d59c122880473597e424346cdcf3f5/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/d955a8e3a9904dab8ff3e40ac1c0d2af/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/977d4463c67a4b0e888095a026ac4534/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/f3655547457a46f09ced29179396aa0e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/8b6223a39d164009b42a6cf569c40a30/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/e934a56f35d74a049def8928170a041c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d9cc880230e94d2d99e6f918c9a8ab52/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/adbf7497be6a45209caed918c3182928/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/6cd297618e3e42d39e3cd178a2df6969/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/d7589453d5cd4ef091a35265d188f6f7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/97837035c22e46619c3e34ba0788d084/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/f1351a9f4d4647f7803170e534c5e317/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/e9bd665d5f834aadad7ac3455053423a/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/d29d9fcbe5ba4e77be893e5edd979b29/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/52ff9acbe47a4a29ad16527783c2b1f3/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/47916c90461542e48ae93e0e77f4d264/System.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/547b241c7e8f4ab0a043b448ef7b4352/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/82dc5db1fd5a484d94e46333390818a1/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/e0ca8fd5b76543c2835b7cd38a1861ab/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/69211b44b67c417c887d0271bcf8087f/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/430738c0396a40c2b4b971bbb7d60b78/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/3c80f89c29564b38b14dc610f8379eeb/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/60f22d3e3ada4b78b2521605ffbe9fb7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/a3b10ad122f949008a81244bb493e6e4/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/67ba7fb2072f4024bc1ecfed35cecdec/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/cb89857cf5eb453e93a62514fda87503/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/c753d50d6d634ea0a778e98b7521a6c0/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/59734d1955574035a70320c842bb64db/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/3519e2e3944d48a993ba7127c8ee4daf/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/657d9e9a70fc424c95f96400d76db501/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/0972ac1951584e85b57dc2aab3da9532/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/dab917a9340547e09b5d572b205f0fa6/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/25e5da47f7c04f40841da724c4eb582c/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/34ad02e5b7cf4c0dbe2d6899a510c8dc/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/cc61c625dddf42d5b7315e37a4dbbd5a/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/c0be15a4dbe54a18a9311f1f61b1b477/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/6d0c4cecdd00456b8c468aba60f52fe6/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/245f0d4a3ff44bca9529489e7d3da974/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/a05d19bc02c24b6f9e83e0ef98689718/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/98852bdb146240b4b6a016aef9b3a7e8/System.Runtime.Serialization.dll"/>
    <ReferencePath Include="../../../../../../ref/92d5698ca22b461eb09a08637ea4df7c/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/9712020128da4363a757e698f11e5d6b/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/fb3a8262dd8845d5b8fe20470bc67d23/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/69cd4abde3874b6ca1cb1fd85d454ed9/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/167503daf5be41a89bf4da74f09f5da7/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/5c7ccea6f1bf4531a871c79c1a1ac211/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/0ae0a869e67d484aa9b5d8a384e27ec1/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/517b4122b09c46df81099ea6b1b4e9ef/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/8192cfb56aa449e7a4411f64030c9004/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/36fb3a25545f437aade687509a7a7098/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/3cf902e2b96a4370b36e7b3f242ae353/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/d2fa0040fa55456581653cabdaf75275/System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="../../../../../../ref/ee706324bc294e24be0b37d2ecc62bd8/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d61edd2d434f4bccab038a387d359008/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/8f25b8d919634366b73cf75524ee1870/System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/2003d2fefd564af0a4f78e2cdb0f1a04/System.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/c098f437fc7c42e499777981bf155501/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/f79ca6be4d66412cba748433928c9064/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/922ffc3c523342d2b389ff0993b05f75/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/74bdc26b3979482982a56fc11c961076/System.ServiceModel.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/b941df6dd5a7477c922f705c997141b0/System.ServiceProcess.dll"/>
    <ReferencePath Include="../../../../../../ref/9c8c2b19fc804bc083e3e06cb3c881cc/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/5f7d1fabdaf74bbca590d456b340dbb6/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/5c72661e24844ff8bc47fde971357fbb/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/f108c8fcdd20442199ef82a67e2d5654/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/5ed63ba41b9e43a0b7588e84f74648a1/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/e469e5cf5dbc43dcb8e5c2258e94e778/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/0992953e981047569f27b0d41dc04902/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/c6f67289551c462487fcad5edf7da263/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/aa464827477f41bfa5a8e9efdcbc2af0/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/cb2cc3a601c54e909a66ea4f003c28da/System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="../../../../../../ref/f55b017d93804f969cfc61e4913fdb37/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/35fe3841da264a2dbb631a307945e986/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/be05930c39744c0089cfe9a5050656eb/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/fcc8384569454d1ca4e93bc816dbb9f9/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/540f4265ca6b4d5b8eeeee07bf34800a/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/55ab0b8970cc44b9beee3e834e03d8ed/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/e3be7f71fe78485ab405b69610b12b05/System.Transactions.dll"/>
    <ReferencePath Include="../../../../../../ref/f5c9ca3370024eaca8cacf51446d93cb/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/020b421d2d724937bd69e11dc23b5ee3/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/b779103c7cb64b558b55d066a7a7db6c/System.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/82fce13b022541d5aaed5622545886ed/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/25c777b6552e450e9540b2c55455e7d9/System.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/9edc000344094675a472457878ace890/System.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/824c174b6c014c8c96a79fec7c207e3d/System.Xml.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/05a8a4a247bd4b0b82386426e1a792f3/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/64b4dcd2c4b84d9e98a692df0e5b47a3/System.Xml.Serialization.dll"/>
    <ReferencePath Include="../../../../../../ref/e8ffa152e28c4a88840d23dc5b5f4a32/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/b5758e2a8cda412186236514992bc0c3/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/6394f970a2de46a88a4e9c9c3f57ba35/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/1a6bfbfb55374533a352e062da02bcaa/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/ac80fef0c9dc4e5480ea3bbf2e7a3054/System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/4119b935c75040218fe5fcac3aa1d0b7/WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LoggerMessage.g.cs"/>
  </ItemGroup>
</Project>