File: Microsoft.AspNetCore.Mvc.Core.csproj
Web Access
Project: src\src\Mvc\Mvc.Core\src\Microsoft.AspNetCore.Mvc.Core.csproj (Microsoft.AspNetCore.Mvc.Core)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.AspNetCore.Mvc.Core</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26202.104\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="CompatibilityVersion.cs"/>
    <Compile Include="ConflictObjectResult.cs"/>
    <Compile Include="ConflictResult.cs"/>
    <Compile Include="ConsumesAttribute.cs"/>
    <Compile Include="ContentResult.cs"/>
    <Compile Include="ControllerAttribute.cs"/>
    <Compile Include="ControllerBase.cs"/>
    <Compile Include="ControllerContext.cs"/>
    <Compile Include="ControllerContextAttribute.cs"/>
    <Compile Include="Controllers\ControllerActionDescriptor.cs"/>
    <Compile Include="Controllers\ControllerActivatorProvider.cs"/>
    <Compile Include="Controllers\ControllerBinderDelegate.cs"/>
    <Compile Include="Controllers\ControllerBinderDelegateProvider.cs"/>
    <Compile Include="Controllers\ControllerBoundPropertyDescriptor.cs"/>
    <Compile Include="Controllers\ControllerFactoryProvider.cs"/>
    <Compile Include="Controllers\ControllerFeature.cs"/>
    <Compile Include="Controllers\ControllerFeatureProvider.cs"/>
    <Compile Include="Controllers\ControllerParameterDescriptor.cs"/>
    <Compile Include="Controllers\DefaultControllerActivator.cs"/>
    <Compile Include="Controllers\DefaultControllerFactory.cs"/>
    <Compile Include="Controllers\DefaultControllerPropertyActivator.cs"/>
    <Compile Include="Controllers\IControllerActivator.cs"/>
    <Compile Include="Controllers\IControllerActivatorProvider.cs"/>
    <Compile Include="Controllers\IControllerFactory.cs"/>
    <Compile Include="Controllers\IControllerFactoryProvider.cs"/>
    <Compile Include="Controllers\IControllerPropertyActivatorFactory.cs"/>
    <Compile Include="Controllers\ServiceBasedControllerActivator.cs"/>
    <Compile Include="CreatedAtActionResult.cs"/>
    <Compile Include="CreatedAtRouteResult.cs"/>
    <Compile Include="CreatedResult.cs"/>
    <Compile Include="DefaultApiConventions.cs"/>
    <Compile Include="DependencyInjection\ApiBehaviorOptionsSetup.cs"/>
    <Compile Include="DependencyInjection\ApplicationModelConventionExtensions.cs"/>
    <Compile Include="DependencyInjection\IMvcBuilder.cs"/>
    <Compile Include="DependencyInjection\IMvcCoreBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcCoreBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcCoreMvcBuilderExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcCoreRouteOptionsSetup.cs"/>
    <Compile Include="DependencyInjection\MvcCoreServiceCollectionExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcMarkerService.cs"/>
    <Compile Include="Diagnostics\EventData.cs"/>
    <Compile Include="Diagnostics\MvcDiagnostics.cs"/>
    <Compile Include="DisableRequestSizeLimitAttribute.cs"/>
    <Compile Include="EmptyResult.cs"/>
    <Compile Include="FileContentResult.cs"/>
    <Compile Include="FileResult.cs"/>
    <Compile Include="FileStreamResult.cs"/>
    <Compile Include="Filters\ActionFilterAttribute.cs"/>
    <Compile Include="Filters\ControllerActionFilter.cs"/>
    <Compile Include="Filters\ControllerResultFilter.cs"/>
    <Compile Include="Filters\DefaultFilterProvider.cs"/>
    <Compile Include="Filters\DisableRequestSizeLimitFilter.cs"/>
    <Compile Include="Filters\ExceptionFilterAttribute.cs"/>
    <Compile Include="Filters\FilterCollection.cs"/>
    <Compile Include="Filters\FilterCursor.cs"/>
    <Compile Include="Filters\FilterCursorItem.cs"/>
    <Compile Include="Filters\FilterDescriptorOrderComparer.cs"/>
    <Compile Include="Filters\FilterFactory.cs"/>
    <Compile Include="Filters\FilterFactoryResult.cs"/>
    <Compile Include="Filters\FilterScope.cs"/>
    <Compile Include="Filters\IMiddlewareFilterFeature.cs"/>
    <Compile Include="Filters\IOutputCacheFilter.cs"/>
    <Compile Include="Filters\IResponseCacheFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilterAttribute.cs"/>
    <Compile Include="Filters\MiddlewareFilterBuilder.cs"/>
    <Compile Include="Filters\MiddlewareFilterBuilderStartupFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilterConfigurationProvider.cs"/>
    <Compile Include="Filters\MiddlewareFilterFeature.cs"/>
    <Compile Include="Filters\MiddlewareFilterOfTAttribute.cs"/>
    <Compile Include="Filters\OutputCacheFilter.cs"/>
    <Compile Include="Filters\RequestFormLimitsFilter.cs"/>
    <Compile Include="Filters\RequestSizeLimitFilter.cs"/>
    <Compile Include="Filters\ResponseCacheFilter.cs"/>
    <Compile Include="Filters\ResponseCacheFilterExecutor.cs"/>
    <Compile Include="Filters\ResultFilterAttribute.cs"/>
    <Compile Include="ForbidResult.cs"/>
    <Compile Include="FormatFilterAttribute.cs"/>
    <Compile Include="Formatters\AcceptHeaderParser.cs"/>
    <Compile Include="Formatters\FormatFilter.cs"/>
    <Compile Include="Formatters\FormatterMappings.cs"/>
    <Compile Include="Formatters\HttpNoContentOutputFormatter.cs"/>
    <Compile Include="Formatters\IFormatFilter.cs"/>
    <Compile Include="Formatters\InputFormatter.cs"/>
    <Compile Include="Formatters\MediaType.cs"/>
    <Compile Include="Formatters\MediaTypeCollection.cs"/>
    <Compile Include="Formatters\MediaTypeHeaderValues.cs"/>
    <Compile Include="Formatters\MediaTypeSegmentWithQuality.cs"/>
    <Compile Include="Formatters\OutputFormatter.cs"/>
    <Compile Include="Formatters\StreamOutputFormatter.cs"/>
    <Compile Include="Formatters\StringOutputFormatter.cs"/>
    <Compile Include="Formatters\SystemTextJsonInputFormatter.cs"/>
    <Compile Include="Formatters\SystemTextJsonOutputFormatter.cs"/>
    <Compile Include="Formatters\TextInputFormatter.cs"/>
    <Compile Include="Formatters\TextOutputFormatter.cs"/>
    <Compile Include="FromBodyAttribute.cs"/>
    <Compile Include="FromFormAttribute.cs"/>
    <Compile Include="FromHeaderAttribute.cs"/>
    <Compile Include="FromQueryAttribute.cs"/>
    <Compile Include="FromRouteAttribute.cs"/>
    <Compile Include="FromServicesAttribute.cs"/>
    <Compile Include="HttpActionResult.cs"/>
    <Compile Include="HttpDeleteAttribute.cs"/>
    <Compile Include="HttpGetAttribute.cs"/>
    <Compile Include="HttpHeadAttribute.cs"/>
    <Compile Include="HttpOptionsAttribute.cs"/>
    <Compile Include="HttpPatchAttribute.cs"/>
    <Compile Include="HttpPostAttribute.cs"/>
    <Compile Include="HttpPutAttribute.cs"/>
    <Compile Include="IDesignTimeMvcBuilderConfiguration.cs"/>
    <Compile Include="Infrastructure\ActionContextAccessor.cs"/>
    <Compile Include="Infrastructure\ActionDescriptorCollection.cs"/>
    <Compile Include="Infrastructure\ActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\ActionInvokerFactory.cs"/>
    <Compile Include="Infrastructure\ActionMethodExecutor.cs"/>
    <Compile Include="Infrastructure\ActionResultObjectValueAttribute.cs"/>
    <Compile Include="Infrastructure\ActionResultStatusCodeAttribute.cs"/>
    <Compile Include="Infrastructure\ActionResultTypeMapper.cs"/>
    <Compile Include="Infrastructure\ActionSelectionTable.cs"/>
    <Compile Include="Infrastructure\ActionSelector.cs"/>
    <Compile Include="Infrastructure\AmbiguousActionException.cs"/>
    <Compile Include="Infrastructure\AsyncEnumerableReader.cs"/>
    <Compile Include="Infrastructure\ClientErrorResultFilter.cs"/>
    <Compile Include="Infrastructure\ClientErrorResultFilterFactory.cs"/>
    <Compile Include="Infrastructure\CompatibilitySwitch.cs"/>
    <Compile Include="Infrastructure\ConfigureCompatibilityOptions.cs"/>
    <Compile Include="Infrastructure\ContentResultExecutor.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvoker.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerCache.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerCacheEntry.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerProvider.cs"/>
    <Compile Include="Infrastructure\ControllerEndpointFilterInvocationContext.cs"/>
    <Compile Include="Infrastructure\CopyOnWriteList.cs"/>
    <Compile Include="Infrastructure\DefaultActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\DefaultApiProblemDetailsWriter.cs"/>
    <Compile Include="Infrastructure\DefaultOutputFormatterSelector.cs"/>
    <Compile Include="Infrastructure\DefaultProblemDetailsFactory.cs"/>
    <Compile Include="Infrastructure\DefaultStatusCodeAttribute.cs"/>
    <Compile Include="Infrastructure\FileContentResultExecutor.cs"/>
    <Compile Include="Infrastructure\FileResultExecutorBase.cs"/>
    <Compile Include="Infrastructure\FileStreamResultExecutor.cs"/>
    <Compile Include="Infrastructure\IActionContextAccessor.cs"/>
    <Compile Include="Infrastructure\IActionDescriptorChangeProvider.cs"/>
    <Compile Include="Infrastructure\IActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\IActionInvokerFactory.cs"/>
    <Compile Include="Infrastructure\IActionResultExecutor.cs"/>
    <Compile Include="Infrastructure\IActionResultTypeMapper.cs"/>
    <Compile Include="Infrastructure\IActionSelector.cs"/>
    <Compile Include="Infrastructure\IAntiforgeryValidationFailedResult.cs"/>
    <Compile Include="Infrastructure\IApiBehaviorMetadata.cs"/>
    <Compile Include="Infrastructure\IClientErrorActionResult.cs"/>
    <Compile Include="Infrastructure\IClientErrorFactory.cs"/>
    <Compile Include="Infrastructure\ICompatibilitySwitch.cs"/>
    <Compile Include="Infrastructure\IConvertToActionResult.cs"/>
    <Compile Include="Infrastructure\IHttpRequestStreamReaderFactory.cs"/>
    <Compile Include="Infrastructure\IHttpResponseStreamWriterFactory.cs"/>
    <Compile Include="Infrastructure\IParameterInfoParameterDescriptor.cs"/>
    <Compile Include="Infrastructure\IPropertyInfoParameterDescriptor.cs"/>
    <Compile Include="Infrastructure\IStatusCodeActionResult.cs"/>
    <Compile Include="Infrastructure\ITypeActivatorCache.cs"/>
    <Compile Include="Infrastructure\LocalRedirectResultExecutor.cs"/>
    <Compile Include="Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs"/>
    <Compile Include="Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs"/>
    <Compile Include="Infrastructure\ModelStateInvalidFilter.cs"/>
    <Compile Include="Infrastructure\ModelStateInvalidFilterFactory.cs"/>
    <Compile Include="Infrastructure\MvcCompatibilityOptions.cs"/>
    <Compile Include="Infrastructure\MvcCoreMvcOptionsSetup.cs"/>
    <Compile Include="Infrastructure\NonDisposableStream.cs"/>
    <Compile Include="Infrastructure\ObjectResultExecutor.cs"/>
    <Compile Include="Infrastructure\OrderedEndpointsSequenceProvider.cs"/>
    <Compile Include="Infrastructure\OrderedEndpointsSequenceProviderCache.cs"/>
    <Compile Include="Infrastructure\OutputFormatterSelector.cs"/>
    <Compile Include="Infrastructure\ParameterDefaultValues.cs"/>
    <Compile Include="Infrastructure\PhysicalFileResultExecutor.cs"/>
    <Compile Include="Infrastructure\ProblemDetailsClientErrorFactory.cs"/>
    <Compile Include="Infrastructure\ProblemDetailsFactory.cs"/>
    <Compile Include="Infrastructure\RedirectResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToActionResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToPageResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToRouteResultExecutor.cs"/>
    <Compile Include="Infrastructure\ResourceInvoker.cs"/>
    <Compile Include="Infrastructure\ResourceInvoker.Log.cs"/>
    <Compile Include="Infrastructure\StringArrayComparer.cs"/>
    <Compile Include="Infrastructure\SystemTextJsonResultExecutor.cs"/>
    <Compile Include="Infrastructure\TypeActivatorCache.cs"/>
    <Compile Include="Infrastructure\VirtualFileResultExecutor.cs"/>
    <Compile Include="IRequestFormLimitsPolicy.cs"/>
    <Compile Include="IRequestSizePolicy.cs"/>
    <Compile Include="JsonOptions.cs"/>
    <Compile Include="JsonResult.cs"/>
    <Compile Include="LocalRedirectResult.cs"/>
    <Compile Include="ModelBinderAttribute.cs"/>
    <Compile Include="ModelBinderOfTAttribute.cs"/>
    <Compile Include="ModelBinding\Binders\ArrayModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ArrayModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\BinderTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\BinderTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\BodyModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\BodyModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ByteArrayModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ByteArrayModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\CancellationTokenModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\CancellationTokenModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\CollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\CollectionModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexObjectModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexObjectModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DateTimeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DateTimeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DecimalModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DictionaryModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DictionaryModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DoubleModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\EnumTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\EnumTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FloatModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormCollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormCollectionModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FormFileModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormFileModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\HeaderModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\HeaderModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\KeyedServicesModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\KeyValuePairModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\KeyValuePairModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ServicesModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ServicesModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\SimpleTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\SimpleTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\TryParseModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\TryParseModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\BindingBehavior.cs"/>
    <Compile Include="ModelBinding\BindingBehaviorAttribute.cs"/>
    <Compile Include="ModelBinding\BindingSourceValueProvider.cs"/>
    <Compile Include="ModelBinding\BindNeverAttribute.cs"/>
    <Compile Include="ModelBinding\BindRequiredAttribute.cs"/>
    <Compile Include="ModelBinding\CompositeValueProvider.cs"/>
    <Compile Include="ModelBinding\DefaultModelBindingContext.cs"/>
    <Compile Include="ModelBinding\DefaultPropertyFilterProvider.cs"/>
    <Compile Include="ModelBinding\ElementalValueProvider.cs"/>
    <Compile Include="ModelBinding\EmptyModelMetadataProvider.cs"/>
    <Compile Include="ModelBinding\FormFileValueProvider.cs"/>
    <Compile Include="ModelBinding\FormFileValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\FormValueHelper.cs"/>
    <Compile Include="ModelBinding\FormValueProvider.cs"/>
    <Compile Include="ModelBinding\FormValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\IBindingSourceValueProvider.cs"/>
    <Compile Include="ModelBinding\ICollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\IEnumerableValueProvider.cs"/>
    <Compile Include="ModelBinding\IKeyRewriterValueProvider.cs"/>
    <Compile Include="ModelBinding\IModelBinderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryFormValueProvider.cs"/>
    <Compile Include="ModelBinding\JQueryFormValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryKeyValuePairNormalizer.cs"/>
    <Compile Include="ModelBinding\JQueryQueryStringValueProvider.cs"/>
    <Compile Include="ModelBinding\JQueryQueryStringValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryValueProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingSourceMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultCompositeMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultMetadataDetails.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelBindingMessageProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DisplayMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\DisplayMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\ICompositeMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IDisplayMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\MetadataDetailsProviderExtensions.cs"/>
    <Compile Include="ModelBinding\Metadata\ModelAttributes.cs"/>
    <Compile Include="ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\ValidationMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\ValidationMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\ModelBinderFactory.cs"/>
    <Compile Include="ModelBinding\ModelBinderFactoryContext.cs"/>
    <Compile Include="ModelBinding\ModelBinderProviderExtensions.cs"/>
    <Compile Include="ModelBinding\ModelBindingHelper.cs"/>
    <Compile Include="ModelBinding\ModelMetadataProviderExtensions.cs"/>
    <Compile Include="ModelBinding\ModelNames.cs"/>
    <Compile Include="ModelBinding\NoOpBinder.cs"/>
    <Compile Include="ModelBinding\ObjectModelValidator.cs"/>
    <Compile Include="ModelBinding\ParameterBinder.cs"/>
    <Compile Include="ModelBinding\ParameterBinder.Log.cs"/>
    <Compile Include="ModelBinding\PlaceholderBinder.cs"/>
    <Compile Include="ModelBinding\PrefixContainer.cs"/>
    <Compile Include="ModelBinding\PropertyValueSetter.cs"/>
    <Compile Include="ModelBinding\QueryStringValueProvider.cs"/>
    <Compile Include="ModelBinding\QueryStringValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\RouteValueProvider.cs"/>
    <Compile Include="ModelBinding\RouteValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\SuppressChildValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\UnsupportedContentTypeException.cs"/>
    <Compile Include="ModelBinding\UnsupportedContentTypeFilter.cs"/>
    <Compile Include="ModelBinding\Validation\ClientValidatorCache.cs"/>
    <Compile Include="ModelBinding\Validation\CompositeClientModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\CompositeModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultCollectionValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultObjectValidator.cs"/>
    <Compile Include="ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\IMetadataBasedModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\IObjectModelValidator.cs"/>
    <Compile Include="ModelBinding\Validation\ModelValidatorProviderExtensions.cs"/>
    <Compile Include="ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\ValidateNeverAttribute.cs"/>
    <Compile Include="ModelBinding\Validation\ValidationStack.cs"/>
    <Compile Include="ModelBinding\Validation\ValidationVisitor.cs"/>
    <Compile Include="ModelBinding\Validation\ValidatorCache.cs"/>
    <Compile Include="ModelBinding\ValueProviderFactoryExtensions.cs"/>
    <Compile Include="ModelMetadataTypeAttribute.cs"/>
    <Compile Include="ModelMetadataTypeOfTAttribute.cs"/>
    <Compile Include="MvcCoreDiagnosticListenerExtensions.cs"/>
    <Compile Include="MvcCoreLoggerExtensions.cs"/>
    <Compile Include="MvcOptions.cs"/>
    <Compile Include="NoContentResult.cs"/>
    <Compile Include="NonActionAttribute.cs"/>
    <Compile Include="NonControllerAttribute.cs"/>
    <Compile Include="NonViewComponentAttribute.cs"/>
    <Compile Include="NotFoundObjectResult.cs"/>
    <Compile Include="NotFoundResult.cs"/>
    <Compile Include="ObjectResult.cs"/>
    <Compile Include="OkObjectResult.cs"/>
    <Compile Include="OkResult.cs"/>
    <Compile Include="PhysicalFileResult.cs"/>
    <Compile Include="ProducesAttribute.cs"/>
    <Compile Include="ProducesDefaultResponseTypeAttribute.cs"/>
    <Compile Include="ProducesErrorResponseTypeAttribute.cs"/>
    <Compile Include="ProducesOfTAttribute.cs"/>
    <Compile Include="ProducesResponseTypeAttribute.cs"/>
    <Compile Include="ProducesResponseTypeOfTAttribute.cs"/>
    <Compile Include="Properties\AssemblyInfo.cs"/>
    <Compile Include="RedirectResult.cs"/>
    <Compile Include="RedirectToActionResult.cs"/>
    <Compile Include="RedirectToPageResult.cs"/>
    <Compile Include="RedirectToRouteResult.cs"/>
    <Compile Include="RequestFormLimitsAttribute.cs"/>
    <Compile Include="RequestSizeLimitAttribute.cs"/>
    <Compile Include="RequireHttpsAttribute.cs"/>
    <Compile Include="ResponseCacheAttribute.cs"/>
    <Compile Include="ResponseCacheLocation.cs"/>
    <Compile Include="RouteAttribute.cs"/>
    <Compile Include="Routing\ActionConstraintMatcherPolicy.cs"/>
    <Compile Include="Routing\ActionEndpointDataSourceBase.cs"/>
    <Compile Include="Routing\ActionEndpointFactory.cs"/>
    <Compile Include="Routing\AttributeRoute.cs"/>
    <Compile Include="Routing\AttributeRouting.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSource.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSourceFactory.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSourceIdProvider.cs"/>
    <Compile Include="Routing\ControllerEndpointDataSourceIdMetadata.cs"/>
    <Compile Include="Routing\ControllerLinkGeneratorExtensions.cs"/>
    <Compile Include="Routing\ControllerRequestDelegateFactory.cs"/>
    <Compile Include="Routing\ConventionalRouteEntry.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointMatcherPolicy.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointSelector.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointSelectorCache.cs"/>
    <Compile Include="Routing\DynamicControllerMetadata.cs"/>
    <Compile Include="Routing\DynamicControllerRouteValueTransformerMetadata.cs"/>
    <Compile Include="Routing\DynamicRouteValueTransformer.cs"/>
    <Compile Include="Routing\EndpointRoutingUrlHelper.cs"/>
    <Compile Include="Routing\HttpMethodAttribute.cs"/>
    <Compile Include="Routing\IActionHttpMethodProvider.cs"/>
    <Compile Include="Routing\InertEndpointBuilder.cs"/>
    <Compile Include="Routing\IRequestDelegateFactory.cs"/>
    <Compile Include="Routing\IRouteTemplateProvider.cs"/>
    <Compile Include="Routing\IRouteValueProvider.cs"/>
    <Compile Include="Routing\IUrlHelperFactory.cs"/>
    <Compile Include="Routing\KnownRouteValueConstraint.cs"/>
    <Compile Include="Routing\MvcAttributeRouteHandler.cs"/>
    <Compile Include="Routing\MvcRouteHandler.cs"/>
    <Compile Include="Routing\NormalizedRouteValue.cs"/>
    <Compile Include="Routing\NullRouter.cs"/>
    <Compile Include="Routing\PageLinkGeneratorExtensions.cs"/>
    <Compile Include="Routing\RoutePatternWriter.cs"/>
    <Compile Include="Routing\RouteValueAttribute.cs"/>
    <Compile Include="Routing\UrlHelper.cs"/>
    <Compile Include="Routing\UrlHelperBase.cs"/>
    <Compile Include="Routing\UrlHelperFactory.cs"/>
    <Compile Include="Routing\ViewEnginePath.cs"/>
    <Compile Include="SerializableError.cs"/>
    <Compile Include="ServiceFilterAttribute.cs"/>
    <Compile Include="ServiceFilterOfTAttribute.cs"/>
    <Compile Include="SignInResult.cs"/>
    <Compile Include="SignOutResult.cs"/>
    <Compile Include="StatusCodeResult.cs"/>
    <Compile Include="TypeFilterAttribute.cs"/>
    <Compile Include="TypeFilterOfTAttribute.cs"/>
    <Compile Include="UnauthorizedObjectResult.cs"/>
    <Compile Include="UnauthorizedResult.cs"/>
    <Compile Include="UnprocessableEntityObjectResult.cs"/>
    <Compile Include="UnprocessableEntityResult.cs"/>
    <Compile Include="UnsupportedMediaTypeResult.cs"/>
    <Compile Include="UrlHelperExtensions.cs"/>
    <Compile Include="ValidationProblemDetails.cs"/>
    <Compile Include="ViewFeatures\IKeepTempDataResult.cs"/>
    <Compile Include="VirtualFileResult.cs"/>
    <Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
    <Compile Include="..\..\..\Shared\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
    <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\..\Shared\RangeHelper\RangeHelper.cs" Link="src\Shared\RangeHelper\RangeHelper.cs"/>
    <Compile Include="..\..\..\Shared\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
    <Compile Include="..\..\..\Shared\EndpointMetadataPopulator.cs" Link="src\Shared\EndpointMetadataPopulator.cs"/>
    <Compile Include="..\..\..\Shared\ResponseContentTypeHelper.cs" Link="src\Shared\ResponseContentTypeHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultHelper.cs" Link="src\Shared\ResultsHelpers\FileResultHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultInfo.cs" Link="src\Shared\ResultsHelpers\FileResultInfo.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultLogging.cs" Link="src\Shared\ResultsHelpers\FileResultLogging.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\SharedUrlHelper.cs" Link="src\Shared\ResultsHelpers\SharedUrlHelper.cs"/>
    <Compile Include="..\..\..\Shared\ProblemDetails\ProblemDetailsDefaults.cs" Link="src\Shared\ProblemDetails\ProblemDetailsDefaults.cs"/>
    <Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/>
    <Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\Shared\HttpParseResult.cs"/>
    <Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\Shared\HttpRuleParser.cs"/>
    <Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\Shared\Json\JsonSerializerExtensions.cs"/>
    <Compile Include="..\..\..\Shared\Obsoletions.cs" Link="src\Shared\Obsoletions.cs"/>
    <Compile Include="..\..\..\Http\Routing\src\DataSourceDependentCache.cs" Link="src\Http\Routing\src\DataSourceDependentCache.cs"/>
    <Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
    <Compile Include="..\..\..\Shared\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs" Link="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="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="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="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="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\65f81f25264f437e928f1933071a6003\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55684866db6a4a91996f33533591552a\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4a91db519d44c4290335ae7cfb33461\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4068da9cbaef4096bde5f692886230f1\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d27885686b06416eb53b35457905d451\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35af15e9d8304efa9cc22ae94253c234\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87dd2cb50873485893054f382e011053\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13aeeed2ace34cb885bd89d44a434845\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59fcc89de4a848d3817c2c1a86f41462\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84dcab75df9a44728cde9af83f671e74\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc3f732add1c434aaf4ac91eb84d986e\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99c4a02aae644eca95536b661cec7593\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60f8d7cc5d144fa7a613ce54cdc7c669\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be94f6dcdd69494cae99e9079d93f3dd\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4b7e876ec8f40789f5ef76f8efa680c\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75eba575be4944f3ad51aafe67f07170\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e69ea8c075c41fcbd22ac60706f48d9\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c5001a23dd645f18475b2b0ce196b97\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f391fb395fc2404395623fdf4b37a288\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d8ee05526754701afc90cc8b19ab62f\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06dc8844f3ae4c7695621a6232c4d03e\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f674e1b80d645748ecbdc4a908816b8\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37f710b8f22743adae42c49c271daacc\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7d5b665fa924f61ab682b9033fa28e2\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f03d242fee4456688f3e18c1078a940\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc080758f28741b9adaf9f46ee65f21f\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2403ba944724239b1a1ff726f673ad1\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98182507b5514887b5778e2d8734698c\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\921a047ec6914a8e83d6dd005d599d80\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d845f7792064c8e9bcd37df6e626773\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d592a7b14e414038bad8485cf74f595a\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\468719d3fb004919b722f4630b66ab5d\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b260e8741cd4a67a2512b12aaa1b609\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46ddeddab985401f9538abe2bef0a048\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\495d17706a194a7385038d7e586a151f\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8c9bd03c2f24df3a4987242ff3271dd\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b2d15c236e44b6181ad16b7cdc73a72\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cbba7ac5c7148ed9899f8d8deb0ebfd\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ce086e3af954cfea957c9bf9e7c665f\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf34d82d6d464535bc6d0010e355964f\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17f3c0c31e4841e39b5f82f4d953bedb\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd6beff374784a0aaef0bba20288e6e7\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\703dc304fa324d3e856966e5541ea10b\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdc76b33c8ab4150ad85babcbdba5a61\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34666ac2d8a1412f853ec147444e0bae\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1017665f58e49c6b892522da3ed8c17\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f32f3ad8a584b018b70409498ae7bc8\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e39df9b2e5448ce9e3ef9e378f0fd2e\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f767367a055441bbb6ed2513d52aed0d\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1a6cf719b0640a693cf31e53fa8dddf\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\036e96343b434776b23299a7cc38fda9\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7efcc9e50c448b2ac2d3c54f26acc09\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fac2bb74e3254f12b42acbfc46328dd5\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27523c00f9354902a7e0d33e5fcfff9f\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83632c55a7f04235acdabfff0a4986ed\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\143b18b2202845ab9fcbc2a8bbc07ff4\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c258c78932554bfd9d7192d8a39e54b6\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe39df9ce621484687629f69b9fa423f\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7a916d5851b4b43b263025929d0006f\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f607764df6047c1a7ed34f2e09d9bcf\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b291076a6dda4eea8305652d09113716\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\672ec8f05d3d4ddc9da8e35f1ffa3e9b\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\942a29316f1c40b3a1b526f1f66db09a\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37507ff9b4ca4b8c913a936bd312f72f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a13d3fbace144cd5b3a55a5c0c51d21c\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8762fc9708f41b08a271316da8af3e6\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1d79133fea74d60b35fc51752fa5d84\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2333f00b49b140d29b09c4e820f91b92\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6be828b7702748e9b56c5d4a8e70da91\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3e009ab76064d39ac87e9022de8603b\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10d7a163783544618395a571db40a203\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4982f0c66ca4feeb1ef96057b36a347\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c725d88520a249018fe7e6c754aa2482\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d8e19c972e94234aa6a2dc25f580417\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e94191f3902473eb1303201c36c3dd8\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dada62cb1c34c969764aad746a92349\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c1615352ef149a8801494d1c731c2be\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\834b0d6c39554bdbb4e26dec62486e92\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db185b890201496bb4051b003e32d22e\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e9969e0add2471ea5f39600cf698380\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43da24bdfc0a42dfbb87839cedd79b14\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a91d11b9c2b4979895f041759a76c7b\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cef741576a614eb394c51aa8c9356c6e\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ce346ac2f524679aa267b5c3cac13bf\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6c504c3c9ad4df1aa788ca02d52d64f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34a8605aa53e46c79971e5c53a5105a9\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7de7811739944f69f639f25a7898d14\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48d416660cae4ecab3806c057d16188c\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e309a0398964411955e5ce089b1aa1a\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6791219245c1403783b0431601a0d09a\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35ec879d537149698d8a21afca59c8b3\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a44325dae12e4f4f80b375b675344e24\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d22736db29f4e34b5188bf3e6930899\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5753245572148eab1ddc14ef5c5aae4\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\431ea64cfef9433f8b6fab6838eaf32c\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89b2f88a5bcb4f3a97a1c7bc3f392708\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2a341d1276446eab81c0b6c89e3e26d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ffc6d183a77414d944f1155a9bd1781\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e71829e7dd9548d3bd2687d5a05c6d38\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04db30a2ecc846e088e6068e690f66bb\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad7874c6235b4a4892a3efbbf29422b5\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcdf96ac9a5946f19ff21458c6235e18\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4eccd1256ad485fb15835159ed7a19f\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8516c69ab21246cd918c88476f99ddd8\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8d73fc4b211473e86824aced4449ea7\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f32682d72dc460da1de4f1417491944\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ec7d37ddcbf41c0b5eefe16912e319f\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d815f81bebd49bbb7a97469959e133f\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91ef4fcd96ab4f0a95b63a6fbaad0b6f\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c0b834339124ab6a8be8f3d79511f23\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a19248ed26614a53b674db36279408e5\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbee050f32a142c78040c29960a4dbd3\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6b65df06f074ca18f199eb941b435e0\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f792631918f745958de22bc462ae4393\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3a20e594d2a4f919332b4fdb27f1f65\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a94fe0b30603496e84b132a6af164eb8\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\886b6cc390ac415d9bb7cbab6c546e31\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb5144b32b344cdf95b6508b991a86e4\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e114458c94644f2fbc41b4ce61f73727\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f22a5210b1dd4ebf85e97f37a85efe3a\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bb81afbec294343af058484dc928ff0\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03f65ba9937941c894d20a0d57046e94\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3267fb0966074a408c22841e41ad89b6\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c185586a1bab427eb7e59a3c9cbdc9cb\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ef20a1148aa45dd8beeb812242b6349\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d67b76ab9fb4857af1af94943bd6d61\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a9e7730876144dfab447e6eae7eacdf\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f843f01c88fa439b9fc1ec041d069e83\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b19d40ec96324958ae90f37dc9639718\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24566f1bac5f4b61bfd5a17ec8fb7b2d\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c85aef689d341c5ab06a5f6f2ecc45f\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cba78fb750248e18c7528fd54df2d69\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10bb2da897914102895f14b482966e87\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d62448c8ecff48cfb0bc87a797394aa8\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d8804b3fb8a49cba594db2a9b79df81\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4b1af43aacf491684f4315f8e833819\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2eac221caeff41fa8d9285d4c566b6fa\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae35f34f6b454e35bc7c1795b5f134a9\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41f9165710f24ae5a7bb209c872c9185\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c84c8ac982c474790c2d3a64c87555d\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ebe85a30adc4b3792895874fa6bfc55\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e767f1741cf47f2b09907611e36cdd3\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3641f5cf0cd48ca8ea6dc8dfe5eaef9\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\984c926799164175b89adccd96a6039d\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\900200392abc4ea788f9d6726faa72d7\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5429423c988461c87a6f6691e0c5a52\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f3ef4103d944c23816a54a5759b8538\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\824f892015c14619bb2af58dfc43e613\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73a945bd2ad24c908a5f412be2517c60\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd21583785304c75956868b3cd60978e\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e719defb53b14516ace3659cd190932c\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f430c449f8634073ba3de5112e4c7b00\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68d9cd73e3d8451580374d2be767f1aa\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e0ee55723fe4c85a844a7ad1676a260\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5d50fb262354a86be1607a2b3f4d16c\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a3bf76aa2a449429e87946dfd4cdc3a\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dde599ddb8a4558b738d60803a11568\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9a2ec4a442247e99acc508c43e8ce30\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5037bfed5714ad3a431a1afc690bc84\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\487625e960a64925b27e2e3afb72b68a\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90a1242be4f640e7b76955cf0fb1de3f\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e96a56fb289b462b9681d1d344a7d1bf\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7cd7d13552349bb9923a8a8cbb987fb\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c005033290f54027ba449e523f60d441\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80d1405b018e457594644d445d943c0b\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa949f62f10540538ff3d74edc9fe3cc\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0528986105f04b8bb62cb9b87493fb92\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b522c3fcfecb48cdbf3af28b7d62b74f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31ade022196a410d824b6fe0760c9a0d\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e478d4f94a649ed91ce1306a7624fd7\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1735a9e6f1b74304ae68adf222079bfa\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ed95eafaeb14dfdb9a7368ae25bdfc8\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4c2a77f4b4b49caa5baaef48d3e1f3c\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcf2df54221c4763aa8ae91b3fe1186c\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f4e17c1063f4fd68f26dab4a671be37\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ccb1e03aac64d0bacac0fa736cb0147\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9c442008dc543ce8ce71d668ff368c2\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8c3173a91f04be88e47ed569483abb6\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6081c26efc20411ab48ffc22de65c1de\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\271836819d4e437dad07181a72ff2d59\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6fb2c887c0d848fc9115d28767eb32fe\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9f8f65bc5a04e81920c3dafec40837c\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b82cc19728a84524a2d947e09372bc76\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5885df2b2ada4c20ad478e7ce7fabd2b\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\372469a224184bca9f524a52700251b3\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cd4e10068874b209425e0fd1a0730f6\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d11db31874134d2ea9d3e42d4ccee01d\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cdad107b6f848bf89bb16134f19db89\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8244a6d0fd1c4309bfa6512fde764fa1\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43c9a3e2a7e84b538e4e5e089346a71c\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ace62eae1a641c3bfe0a9721ec776c3\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1977d6ac1e5746719d76526c7a212d35\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\304a74bcccc14a28b15cad442bf25e2f\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0e1ef0198e04ae282f4a2725bd4cb82\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27876a1896e84613b650fd61b85d941b\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\307431c5496b4c18927124779ec58ac2\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5e697ac6fdb46a99d20e0d4f927072e\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e47b6537fa049ee86ef9984a8732914\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7bc5d4dbf384157a9efc3158cb64913\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7296370cff8458f9661704c901e9c2e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d7c5b52adc04363be4e5e67fc1c1ee5\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3608d92c89914d04be90a028b0ac9c97\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e69a27c01714eefa16c90a121dbc94e\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\777eeba2142c4599b1fc75c752a5dc71\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f383c99c3b204f6899b8db74c89050d2\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d25b68feb794acf888e360857be39e9\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e8a256582cb49bab728aa6597806ff5\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44679f4d2cf04b87ba6c1577d17e55e2\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54efc32576024352a735bf2ce1c2e031\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de89472e7cd04f339e1043666d041300\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb6f08fa6ed04b8487f9b6325ffaa53a\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdcf097f0fca4c3b92c298d3089743b1\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca60856dfb494f4783caf0b00de513f3\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b3b6ef411434a328f5f39bfb4da85ef\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cde38ee934224526bb29c835739f0e47\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d95a51da43c941c999a098779477f1f3\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4289152b33a14ae9bd4ea6e954f5cff3\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37083abaf5664b27b85c98f5ae5d48f3\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9c4bd0cdff647b6a04308abc4d0967f\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd7c7cd4fdd94155968935b56fcd8c19\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14e83af49f584f7280aa1e45f39fdd67\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3d3e852176448b1bbdf55b1c7eb213c\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\636405c9d9ec40a68eb1c8960d2f115f\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3747bdb95b18478db8d22a298f80457b\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5947a77cb4e540dda9319815f4ed6441\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dafd05d1ec484e899fa1eab9b65a80a8\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb84d0dcd69c48af93cd24ace13f31a9\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00aa5ee0e696400c8fe5e5fb3d75039c\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
  </ItemGroup>
</Project>