File: Microsoft.AspNetCore.Mvc.Core.csproj
Web Access
Project: src\src\Mvc\Mvc.Core\src\Microsoft.AspNetCore.Mvc.Core.csproj (Microsoft.AspNetCore.Mvc.Core)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.Mvc.Core</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25327.102\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AcceptedAtActionResult.cs"/>
    <Compile Include="AcceptedAtRouteResult.cs"/>
    <Compile Include="AcceptedResult.cs"/>
    <Compile Include="AcceptVerbsAttribute.cs"/>
    <Compile Include="ActionConstraints\ActionConstraintCache.cs"/>
    <Compile Include="ActionConstraints\ActionMethodSelectorAttribute.cs"/>
    <Compile Include="ActionConstraints\DefaultActionConstraintProvider.cs"/>
    <Compile Include="ActionConstraints\HttpMethodActionConstraint.cs"/>
    <Compile Include="ActionConstraints\IConsumesActionConstraint.cs"/>
    <Compile Include="ActionContextAttribute.cs"/>
    <Compile Include="ActionNameAttribute.cs"/>
    <Compile Include="ActionResult.cs"/>
    <Compile Include="ActionResultOfT.cs"/>
    <Compile Include="AntiforgeryValidationFailedResult.cs"/>
    <Compile Include="ApiBehaviorOptions.cs"/>
    <Compile Include="ApiControllerAttribute.cs"/>
    <Compile Include="ApiConventionMethodAttribute.cs"/>
    <Compile Include="ApiConventionTypeAttribute.cs"/>
    <Compile Include="ApiExplorerSettingsAttribute.cs"/>
    <Compile Include="ApiExplorer\ApiConventionMatcher.cs"/>
    <Compile Include="ApiExplorer\ApiConventionNameMatchAttribute.cs"/>
    <Compile Include="ApiExplorer\ApiConventionNameMatchBehavior.cs"/>
    <Compile Include="ApiExplorer\ApiConventionResult.cs"/>
    <Compile Include="ApiExplorer\ApiConventionTypeMatchAttribute.cs"/>
    <Compile Include="ApiExplorer\ApiConventionTypeMatchBehavior.cs"/>
    <Compile Include="ApiExplorer\ApiDescriptionActionData.cs"/>
    <Compile Include="ApiExplorer\IApiDefaultResponseMetadataProvider.cs"/>
    <Compile Include="ApiExplorer\IApiDescriptionGroupNameProvider.cs"/>
    <Compile Include="ApiExplorer\IApiDescriptionVisibilityProvider.cs"/>
    <Compile Include="ApiExplorer\IApiRequestFormatMetadataProvider.cs"/>
    <Compile Include="ApiExplorer\IApiRequestMetadataProvider.cs"/>
    <Compile Include="ApiExplorer\IApiResponseMetadataProvider.cs"/>
    <Compile Include="ApiExplorer\IApiResponseTypeMetadataProvider.cs"/>
    <Compile Include="ApplicationModels\ActionAttributeRouteModel.cs"/>
    <Compile Include="ApplicationModels\ActionModel.cs"/>
    <Compile Include="ApplicationModels\ApiBehaviorApplicationModelProvider.cs"/>
    <Compile Include="ApplicationModels\ApiConventionApplicationModelConvention.cs"/>
    <Compile Include="ApplicationModels\ApiExplorerModel.cs"/>
    <Compile Include="ApplicationModels\ApiVisibilityConvention.cs"/>
    <Compile Include="ApplicationModels\ApplicationModel.cs"/>
    <Compile Include="ApplicationModels\ApplicationModelConventions.cs"/>
    <Compile Include="ApplicationModels\ApplicationModelFactory.cs"/>
    <Compile Include="ApplicationModels\ApplicationModelProviderContext.cs"/>
    <Compile Include="ApplicationModels\AttributeRouteModel.cs"/>
    <Compile Include="ApplicationModels\AuthorizationApplicationModelProvider.cs"/>
    <Compile Include="ApplicationModels\ClientErrorResultFilterConvention.cs"/>
    <Compile Include="ApplicationModels\ConsumesConstraintForFormFileParameterConvention.cs"/>
    <Compile Include="ApplicationModels\ControllerActionDescriptorBuilder.cs"/>
    <Compile Include="ApplicationModels\ControllerActionDescriptorProvider.cs"/>
    <Compile Include="ApplicationModels\ControllerModel.cs"/>
    <Compile Include="ApplicationModels\DefaultApplicationModelProvider.cs"/>
    <Compile Include="ApplicationModels\IActionModelConvention.cs"/>
    <Compile Include="ApplicationModels\IApiExplorerModel.cs"/>
    <Compile Include="ApplicationModels\IApplicationModelConvention.cs"/>
    <Compile Include="ApplicationModels\IApplicationModelProvider.cs"/>
    <Compile Include="ApplicationModels\IBindingModel.cs"/>
    <Compile Include="ApplicationModels\ICommonModel.cs"/>
    <Compile Include="ApplicationModels\IControllerModelConvention.cs"/>
    <Compile Include="ApplicationModels\IFilterModel.cs"/>
    <Compile Include="ApplicationModels\InferParameterBindingInfoConvention.cs"/>
    <Compile Include="ApplicationModels\InvalidModelStateFilterConvention.cs"/>
    <Compile Include="ApplicationModels\IParameterModelBaseConvention.cs"/>
    <Compile Include="ApplicationModels\IParameterModelConvention.cs"/>
    <Compile Include="ApplicationModels\IPropertyModel.cs"/>
    <Compile Include="ApplicationModels\ParameterModel.cs"/>
    <Compile Include="ApplicationModels\ParameterModelBase.cs"/>
    <Compile Include="ApplicationModels\PropertyModel.cs"/>
    <Compile Include="ApplicationModels\RouteTokenTransformerConvention.cs"/>
    <Compile Include="ApplicationModels\SelectorModel.cs"/>
    <Compile Include="ApplicationParts\ApplicationPart.cs"/>
    <Compile Include="ApplicationParts\ApplicationPartAttribute.cs"/>
    <Compile Include="ApplicationParts\ApplicationPartFactory.cs"/>
    <Compile Include="ApplicationParts\ApplicationPartManager.cs"/>
    <Compile Include="ApplicationParts\AssemblyPart.cs"/>
    <Compile Include="ApplicationParts\DefaultApplicationPartFactory.cs"/>
    <Compile Include="ApplicationParts\IApplicationFeatureProvider.cs"/>
    <Compile Include="ApplicationParts\IApplicationFeatureProviderOfT.cs"/>
    <Compile Include="ApplicationParts\IApplicationPartTypeProvider.cs"/>
    <Compile Include="ApplicationParts\ICompilationReferencesProvider.cs"/>
    <Compile Include="ApplicationParts\NullApplicationPartFactory.cs"/>
    <Compile Include="ApplicationParts\ProvideApplicationPartFactoryAttribute.cs"/>
    <Compile Include="ApplicationParts\RelatedAssemblyAttribute.cs"/>
    <Compile Include="AreaAttribute.cs"/>
    <Compile Include="Authorization\AllowAnonymousFilter.cs"/>
    <Compile Include="Authorization\AuthorizeFilter.cs"/>
    <Compile Include="BadRequestObjectResult.cs"/>
    <Compile Include="BadRequestResult.cs"/>
    <Compile Include="BindAttribute.cs"/>
    <Compile Include="BindPropertiesAttribute.cs"/>
    <Compile Include="BindPropertyAttribute.cs"/>
    <Compile Include="Builder\ControllerActionEndpointConventionBuilder.cs"/>
    <Compile Include="Builder\ControllerEndpointRouteBuilderExtensions.cs"/>
    <Compile Include="Builder\MvcApplicationBuilderExtensions.cs"/>
    <Compile Include="Builder\MvcAreaRouteBuilderExtensions.cs"/>
    <Compile Include="CacheProfile.cs"/>
    <Compile Include="ChallengeResult.cs"/>
    <Compile Include="ClientErrorData.cs"/>
    <Compile Include="CompatibilityVersion.cs"/>
    <Compile Include="ConflictObjectResult.cs"/>
    <Compile Include="ConflictResult.cs"/>
    <Compile Include="ConsumesAttribute.cs"/>
    <Compile Include="ContentResult.cs"/>
    <Compile Include="ControllerAttribute.cs"/>
    <Compile Include="ControllerBase.cs"/>
    <Compile Include="ControllerContext.cs"/>
    <Compile Include="ControllerContextAttribute.cs"/>
    <Compile Include="Controllers\ControllerActionDescriptor.cs"/>
    <Compile Include="Controllers\ControllerActivatorProvider.cs"/>
    <Compile Include="Controllers\ControllerBinderDelegate.cs"/>
    <Compile Include="Controllers\ControllerBinderDelegateProvider.cs"/>
    <Compile Include="Controllers\ControllerBoundPropertyDescriptor.cs"/>
    <Compile Include="Controllers\ControllerFactoryProvider.cs"/>
    <Compile Include="Controllers\ControllerFeature.cs"/>
    <Compile Include="Controllers\ControllerFeatureProvider.cs"/>
    <Compile Include="Controllers\ControllerParameterDescriptor.cs"/>
    <Compile Include="Controllers\DefaultControllerActivator.cs"/>
    <Compile Include="Controllers\DefaultControllerFactory.cs"/>
    <Compile Include="Controllers\DefaultControllerPropertyActivator.cs"/>
    <Compile Include="Controllers\IControllerActivator.cs"/>
    <Compile Include="Controllers\IControllerActivatorProvider.cs"/>
    <Compile Include="Controllers\IControllerFactory.cs"/>
    <Compile Include="Controllers\IControllerFactoryProvider.cs"/>
    <Compile Include="Controllers\IControllerPropertyActivatorFactory.cs"/>
    <Compile Include="Controllers\ServiceBasedControllerActivator.cs"/>
    <Compile Include="CreatedAtActionResult.cs"/>
    <Compile Include="CreatedAtRouteResult.cs"/>
    <Compile Include="CreatedResult.cs"/>
    <Compile Include="DefaultApiConventions.cs"/>
    <Compile Include="DependencyInjection\ApiBehaviorOptionsSetup.cs"/>
    <Compile Include="DependencyInjection\ApplicationModelConventionExtensions.cs"/>
    <Compile Include="DependencyInjection\IMvcBuilder.cs"/>
    <Compile Include="DependencyInjection\IMvcCoreBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcCoreBuilder.cs"/>
    <Compile Include="DependencyInjection\MvcCoreMvcBuilderExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcCoreRouteOptionsSetup.cs"/>
    <Compile Include="DependencyInjection\MvcCoreServiceCollectionExtensions.cs"/>
    <Compile Include="DependencyInjection\MvcMarkerService.cs"/>
    <Compile Include="Diagnostics\EventData.cs"/>
    <Compile Include="Diagnostics\MvcDiagnostics.cs"/>
    <Compile Include="DisableRequestSizeLimitAttribute.cs"/>
    <Compile Include="EmptyResult.cs"/>
    <Compile Include="FileContentResult.cs"/>
    <Compile Include="FileResult.cs"/>
    <Compile Include="FileStreamResult.cs"/>
    <Compile Include="Filters\ActionFilterAttribute.cs"/>
    <Compile Include="Filters\ControllerActionFilter.cs"/>
    <Compile Include="Filters\ControllerResultFilter.cs"/>
    <Compile Include="Filters\DefaultFilterProvider.cs"/>
    <Compile Include="Filters\DisableRequestSizeLimitFilter.cs"/>
    <Compile Include="Filters\ExceptionFilterAttribute.cs"/>
    <Compile Include="Filters\FilterCollection.cs"/>
    <Compile Include="Filters\FilterCursor.cs"/>
    <Compile Include="Filters\FilterCursorItem.cs"/>
    <Compile Include="Filters\FilterDescriptorOrderComparer.cs"/>
    <Compile Include="Filters\FilterFactory.cs"/>
    <Compile Include="Filters\FilterFactoryResult.cs"/>
    <Compile Include="Filters\FilterScope.cs"/>
    <Compile Include="Filters\IMiddlewareFilterFeature.cs"/>
    <Compile Include="Filters\IOutputCacheFilter.cs"/>
    <Compile Include="Filters\IResponseCacheFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilterAttribute.cs"/>
    <Compile Include="Filters\MiddlewareFilterBuilder.cs"/>
    <Compile Include="Filters\MiddlewareFilterBuilderStartupFilter.cs"/>
    <Compile Include="Filters\MiddlewareFilterConfigurationProvider.cs"/>
    <Compile Include="Filters\MiddlewareFilterFeature.cs"/>
    <Compile Include="Filters\MiddlewareFilterOfTAttribute.cs"/>
    <Compile Include="Filters\OutputCacheFilter.cs"/>
    <Compile Include="Filters\RequestFormLimitsFilter.cs"/>
    <Compile Include="Filters\RequestSizeLimitFilter.cs"/>
    <Compile Include="Filters\ResponseCacheFilter.cs"/>
    <Compile Include="Filters\ResponseCacheFilterExecutor.cs"/>
    <Compile Include="Filters\ResultFilterAttribute.cs"/>
    <Compile Include="ForbidResult.cs"/>
    <Compile Include="FormatFilterAttribute.cs"/>
    <Compile Include="Formatters\AcceptHeaderParser.cs"/>
    <Compile Include="Formatters\FormatFilter.cs"/>
    <Compile Include="Formatters\FormatterMappings.cs"/>
    <Compile Include="Formatters\HttpNoContentOutputFormatter.cs"/>
    <Compile Include="Formatters\IFormatFilter.cs"/>
    <Compile Include="Formatters\InputFormatter.cs"/>
    <Compile Include="Formatters\MediaType.cs"/>
    <Compile Include="Formatters\MediaTypeCollection.cs"/>
    <Compile Include="Formatters\MediaTypeHeaderValues.cs"/>
    <Compile Include="Formatters\MediaTypeSegmentWithQuality.cs"/>
    <Compile Include="Formatters\OutputFormatter.cs"/>
    <Compile Include="Formatters\StreamOutputFormatter.cs"/>
    <Compile Include="Formatters\StringOutputFormatter.cs"/>
    <Compile Include="Formatters\SystemTextJsonInputFormatter.cs"/>
    <Compile Include="Formatters\SystemTextJsonOutputFormatter.cs"/>
    <Compile Include="Formatters\TextInputFormatter.cs"/>
    <Compile Include="Formatters\TextOutputFormatter.cs"/>
    <Compile Include="FromBodyAttribute.cs"/>
    <Compile Include="FromFormAttribute.cs"/>
    <Compile Include="FromHeaderAttribute.cs"/>
    <Compile Include="FromQueryAttribute.cs"/>
    <Compile Include="FromRouteAttribute.cs"/>
    <Compile Include="FromServicesAttribute.cs"/>
    <Compile Include="HttpActionResult.cs"/>
    <Compile Include="HttpDeleteAttribute.cs"/>
    <Compile Include="HttpGetAttribute.cs"/>
    <Compile Include="HttpHeadAttribute.cs"/>
    <Compile Include="HttpOptionsAttribute.cs"/>
    <Compile Include="HttpPatchAttribute.cs"/>
    <Compile Include="HttpPostAttribute.cs"/>
    <Compile Include="HttpPutAttribute.cs"/>
    <Compile Include="IDesignTimeMvcBuilderConfiguration.cs"/>
    <Compile Include="Infrastructure\ActionContextAccessor.cs"/>
    <Compile Include="Infrastructure\ActionDescriptorCollection.cs"/>
    <Compile Include="Infrastructure\ActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\ActionInvokerFactory.cs"/>
    <Compile Include="Infrastructure\ActionMethodExecutor.cs"/>
    <Compile Include="Infrastructure\ActionResultObjectValueAttribute.cs"/>
    <Compile Include="Infrastructure\ActionResultStatusCodeAttribute.cs"/>
    <Compile Include="Infrastructure\ActionResultTypeMapper.cs"/>
    <Compile Include="Infrastructure\ActionSelectionTable.cs"/>
    <Compile Include="Infrastructure\ActionSelector.cs"/>
    <Compile Include="Infrastructure\AmbiguousActionException.cs"/>
    <Compile Include="Infrastructure\AsyncEnumerableReader.cs"/>
    <Compile Include="Infrastructure\ClientErrorResultFilter.cs"/>
    <Compile Include="Infrastructure\ClientErrorResultFilterFactory.cs"/>
    <Compile Include="Infrastructure\CompatibilitySwitch.cs"/>
    <Compile Include="Infrastructure\ConfigureCompatibilityOptions.cs"/>
    <Compile Include="Infrastructure\ContentResultExecutor.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvoker.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerCache.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerCacheEntry.cs"/>
    <Compile Include="Infrastructure\ControllerActionInvokerProvider.cs"/>
    <Compile Include="Infrastructure\ControllerEndpointFilterInvocationContext.cs"/>
    <Compile Include="Infrastructure\CopyOnWriteList.cs"/>
    <Compile Include="Infrastructure\DefaultActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\DefaultApiProblemDetailsWriter.cs"/>
    <Compile Include="Infrastructure\DefaultOutputFormatterSelector.cs"/>
    <Compile Include="Infrastructure\DefaultProblemDetailsFactory.cs"/>
    <Compile Include="Infrastructure\DefaultStatusCodeAttribute.cs"/>
    <Compile Include="Infrastructure\FileContentResultExecutor.cs"/>
    <Compile Include="Infrastructure\FileResultExecutorBase.cs"/>
    <Compile Include="Infrastructure\FileStreamResultExecutor.cs"/>
    <Compile Include="Infrastructure\IActionContextAccessor.cs"/>
    <Compile Include="Infrastructure\IActionDescriptorChangeProvider.cs"/>
    <Compile Include="Infrastructure\IActionDescriptorCollectionProvider.cs"/>
    <Compile Include="Infrastructure\IActionInvokerFactory.cs"/>
    <Compile Include="Infrastructure\IActionResultExecutor.cs"/>
    <Compile Include="Infrastructure\IActionResultTypeMapper.cs"/>
    <Compile Include="Infrastructure\IActionSelector.cs"/>
    <Compile Include="Infrastructure\IAntiforgeryValidationFailedResult.cs"/>
    <Compile Include="Infrastructure\IApiBehaviorMetadata.cs"/>
    <Compile Include="Infrastructure\IClientErrorActionResult.cs"/>
    <Compile Include="Infrastructure\IClientErrorFactory.cs"/>
    <Compile Include="Infrastructure\ICompatibilitySwitch.cs"/>
    <Compile Include="Infrastructure\IConvertToActionResult.cs"/>
    <Compile Include="Infrastructure\IHttpRequestStreamReaderFactory.cs"/>
    <Compile Include="Infrastructure\IHttpResponseStreamWriterFactory.cs"/>
    <Compile Include="Infrastructure\IParameterInfoParameterDescriptor.cs"/>
    <Compile Include="Infrastructure\IPropertyInfoParameterDescriptor.cs"/>
    <Compile Include="Infrastructure\IStatusCodeActionResult.cs"/>
    <Compile Include="Infrastructure\ITypeActivatorCache.cs"/>
    <Compile Include="Infrastructure\LocalRedirectResultExecutor.cs"/>
    <Compile Include="Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs"/>
    <Compile Include="Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs"/>
    <Compile Include="Infrastructure\ModelStateInvalidFilter.cs"/>
    <Compile Include="Infrastructure\ModelStateInvalidFilterFactory.cs"/>
    <Compile Include="Infrastructure\MvcCompatibilityOptions.cs"/>
    <Compile Include="Infrastructure\MvcCoreMvcOptionsSetup.cs"/>
    <Compile Include="Infrastructure\NonDisposableStream.cs"/>
    <Compile Include="Infrastructure\ObjectResultExecutor.cs"/>
    <Compile Include="Infrastructure\OrderedEndpointsSequenceProvider.cs"/>
    <Compile Include="Infrastructure\OrderedEndpointsSequenceProviderCache.cs"/>
    <Compile Include="Infrastructure\OutputFormatterSelector.cs"/>
    <Compile Include="Infrastructure\ParameterDefaultValues.cs"/>
    <Compile Include="Infrastructure\PhysicalFileResultExecutor.cs"/>
    <Compile Include="Infrastructure\ProblemDetailsClientErrorFactory.cs"/>
    <Compile Include="Infrastructure\ProblemDetailsFactory.cs"/>
    <Compile Include="Infrastructure\RedirectResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToActionResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToPageResultExecutor.cs"/>
    <Compile Include="Infrastructure\RedirectToRouteResultExecutor.cs"/>
    <Compile Include="Infrastructure\ResourceInvoker.cs"/>
    <Compile Include="Infrastructure\ResourceInvoker.Log.cs"/>
    <Compile Include="Infrastructure\StringArrayComparer.cs"/>
    <Compile Include="Infrastructure\SystemTextJsonResultExecutor.cs"/>
    <Compile Include="Infrastructure\TypeActivatorCache.cs"/>
    <Compile Include="Infrastructure\VirtualFileResultExecutor.cs"/>
    <Compile Include="IRequestFormLimitsPolicy.cs"/>
    <Compile Include="IRequestSizePolicy.cs"/>
    <Compile Include="JsonOptions.cs"/>
    <Compile Include="JsonResult.cs"/>
    <Compile Include="LocalRedirectResult.cs"/>
    <Compile Include="ModelBinderAttribute.cs"/>
    <Compile Include="ModelBinderOfTAttribute.cs"/>
    <Compile Include="ModelBinding\Binders\ArrayModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ArrayModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\BinderTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\BinderTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\BodyModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\BodyModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ByteArrayModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ByteArrayModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\CancellationTokenModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\CancellationTokenModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\CollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\CollectionModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexObjectModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexObjectModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ComplexTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DateTimeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DateTimeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DecimalModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DictionaryModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\DictionaryModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\DoubleModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\EnumTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\EnumTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FloatModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormCollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormCollectionModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\FormFileModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\FormFileModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\HeaderModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\HeaderModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\KeyedServicesModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\KeyValuePairModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\KeyValuePairModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\ServicesModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\ServicesModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\SimpleTypeModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\SimpleTypeModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\Binders\TryParseModelBinder.cs"/>
    <Compile Include="ModelBinding\Binders\TryParseModelBinderProvider.cs"/>
    <Compile Include="ModelBinding\BindingBehavior.cs"/>
    <Compile Include="ModelBinding\BindingBehaviorAttribute.cs"/>
    <Compile Include="ModelBinding\BindingSourceValueProvider.cs"/>
    <Compile Include="ModelBinding\BindNeverAttribute.cs"/>
    <Compile Include="ModelBinding\BindRequiredAttribute.cs"/>
    <Compile Include="ModelBinding\CompositeValueProvider.cs"/>
    <Compile Include="ModelBinding\DefaultModelBindingContext.cs"/>
    <Compile Include="ModelBinding\DefaultPropertyFilterProvider.cs"/>
    <Compile Include="ModelBinding\ElementalValueProvider.cs"/>
    <Compile Include="ModelBinding\EmptyModelMetadataProvider.cs"/>
    <Compile Include="ModelBinding\FormFileValueProvider.cs"/>
    <Compile Include="ModelBinding\FormFileValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\FormValueHelper.cs"/>
    <Compile Include="ModelBinding\FormValueProvider.cs"/>
    <Compile Include="ModelBinding\FormValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\IBindingSourceValueProvider.cs"/>
    <Compile Include="ModelBinding\ICollectionModelBinder.cs"/>
    <Compile Include="ModelBinding\IEnumerableValueProvider.cs"/>
    <Compile Include="ModelBinding\IKeyRewriterValueProvider.cs"/>
    <Compile Include="ModelBinding\IModelBinderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryFormValueProvider.cs"/>
    <Compile Include="ModelBinding\JQueryFormValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryKeyValuePairNormalizer.cs"/>
    <Compile Include="ModelBinding\JQueryQueryStringValueProvider.cs"/>
    <Compile Include="ModelBinding\JQueryQueryStringValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\JQueryValueProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\Metadata\BindingSourceMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultCompositeMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultMetadataDetails.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelBindingMessageProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultModelMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DefaultValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\DisplayMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\DisplayMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IBindingMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\ICompositeMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IDisplayMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IMetadataDetailsProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\IValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\MetadataDetailsProviderExtensions.cs"/>
    <Compile Include="ModelBinding\Metadata\ModelAttributes.cs"/>
    <Compile Include="ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\Metadata\ValidationMetadata.cs"/>
    <Compile Include="ModelBinding\Metadata\ValidationMetadataProviderContext.cs"/>
    <Compile Include="ModelBinding\ModelBinderFactory.cs"/>
    <Compile Include="ModelBinding\ModelBinderFactoryContext.cs"/>
    <Compile Include="ModelBinding\ModelBinderProviderExtensions.cs"/>
    <Compile Include="ModelBinding\ModelBindingHelper.cs"/>
    <Compile Include="ModelBinding\ModelMetadataProviderExtensions.cs"/>
    <Compile Include="ModelBinding\ModelNames.cs"/>
    <Compile Include="ModelBinding\NoOpBinder.cs"/>
    <Compile Include="ModelBinding\ObjectModelValidator.cs"/>
    <Compile Include="ModelBinding\ParameterBinder.cs"/>
    <Compile Include="ModelBinding\ParameterBinder.Log.cs"/>
    <Compile Include="ModelBinding\PlaceholderBinder.cs"/>
    <Compile Include="ModelBinding\PrefixContainer.cs"/>
    <Compile Include="ModelBinding\PropertyValueSetter.cs"/>
    <Compile Include="ModelBinding\QueryStringValueProvider.cs"/>
    <Compile Include="ModelBinding\QueryStringValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\RouteValueProvider.cs"/>
    <Compile Include="ModelBinding\RouteValueProviderFactory.cs"/>
    <Compile Include="ModelBinding\SuppressChildValidationMetadataProvider.cs"/>
    <Compile Include="ModelBinding\UnsupportedContentTypeException.cs"/>
    <Compile Include="ModelBinding\UnsupportedContentTypeFilter.cs"/>
    <Compile Include="ModelBinding\Validation\ClientValidatorCache.cs"/>
    <Compile Include="ModelBinding\Validation\CompositeClientModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\CompositeModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultCollectionValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\DefaultObjectValidator.cs"/>
    <Compile Include="ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\IMetadataBasedModelValidatorProvider.cs"/>
    <Compile Include="ModelBinding\Validation\IObjectModelValidator.cs"/>
    <Compile Include="ModelBinding\Validation\ModelValidatorProviderExtensions.cs"/>
    <Compile Include="ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs"/>
    <Compile Include="ModelBinding\Validation\ValidateNeverAttribute.cs"/>
    <Compile Include="ModelBinding\Validation\ValidationStack.cs"/>
    <Compile Include="ModelBinding\Validation\ValidationVisitor.cs"/>
    <Compile Include="ModelBinding\Validation\ValidatorCache.cs"/>
    <Compile Include="ModelBinding\ValueProviderFactoryExtensions.cs"/>
    <Compile Include="ModelMetadataTypeAttribute.cs"/>
    <Compile Include="ModelMetadataTypeOfTAttribute.cs"/>
    <Compile Include="MvcCoreDiagnosticListenerExtensions.cs"/>
    <Compile Include="MvcCoreLoggerExtensions.cs"/>
    <Compile Include="MvcOptions.cs"/>
    <Compile Include="NoContentResult.cs"/>
    <Compile Include="NonActionAttribute.cs"/>
    <Compile Include="NonControllerAttribute.cs"/>
    <Compile Include="NonViewComponentAttribute.cs"/>
    <Compile Include="NotFoundObjectResult.cs"/>
    <Compile Include="NotFoundResult.cs"/>
    <Compile Include="ObjectResult.cs"/>
    <Compile Include="OkObjectResult.cs"/>
    <Compile Include="OkResult.cs"/>
    <Compile Include="PhysicalFileResult.cs"/>
    <Compile Include="ProducesAttribute.cs"/>
    <Compile Include="ProducesDefaultResponseTypeAttribute.cs"/>
    <Compile Include="ProducesErrorResponseTypeAttribute.cs"/>
    <Compile Include="ProducesOfTAttribute.cs"/>
    <Compile Include="ProducesResponseTypeAttribute.cs"/>
    <Compile Include="ProducesResponseTypeOfTAttribute.cs"/>
    <Compile Include="Properties\AssemblyInfo.cs"/>
    <Compile Include="RedirectResult.cs"/>
    <Compile Include="RedirectToActionResult.cs"/>
    <Compile Include="RedirectToPageResult.cs"/>
    <Compile Include="RedirectToRouteResult.cs"/>
    <Compile Include="RequestFormLimitsAttribute.cs"/>
    <Compile Include="RequestSizeLimitAttribute.cs"/>
    <Compile Include="RequireHttpsAttribute.cs"/>
    <Compile Include="ResponseCacheAttribute.cs"/>
    <Compile Include="ResponseCacheLocation.cs"/>
    <Compile Include="RouteAttribute.cs"/>
    <Compile Include="Routing\ActionConstraintMatcherPolicy.cs"/>
    <Compile Include="Routing\ActionEndpointDataSourceBase.cs"/>
    <Compile Include="Routing\ActionEndpointFactory.cs"/>
    <Compile Include="Routing\AttributeRoute.cs"/>
    <Compile Include="Routing\AttributeRouting.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSource.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSourceFactory.cs"/>
    <Compile Include="Routing\ControllerActionEndpointDataSourceIdProvider.cs"/>
    <Compile Include="Routing\ControllerEndpointDataSourceIdMetadata.cs"/>
    <Compile Include="Routing\ControllerLinkGeneratorExtensions.cs"/>
    <Compile Include="Routing\ControllerRequestDelegateFactory.cs"/>
    <Compile Include="Routing\ConventionalRouteEntry.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointMatcherPolicy.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointSelector.cs"/>
    <Compile Include="Routing\DynamicControllerEndpointSelectorCache.cs"/>
    <Compile Include="Routing\DynamicControllerMetadata.cs"/>
    <Compile Include="Routing\DynamicControllerRouteValueTransformerMetadata.cs"/>
    <Compile Include="Routing\DynamicRouteValueTransformer.cs"/>
    <Compile Include="Routing\EndpointRoutingUrlHelper.cs"/>
    <Compile Include="Routing\HttpMethodAttribute.cs"/>
    <Compile Include="Routing\IActionHttpMethodProvider.cs"/>
    <Compile Include="Routing\InertEndpointBuilder.cs"/>
    <Compile Include="Routing\IRequestDelegateFactory.cs"/>
    <Compile Include="Routing\IRouteTemplateProvider.cs"/>
    <Compile Include="Routing\IRouteValueProvider.cs"/>
    <Compile Include="Routing\IUrlHelperFactory.cs"/>
    <Compile Include="Routing\KnownRouteValueConstraint.cs"/>
    <Compile Include="Routing\MvcAttributeRouteHandler.cs"/>
    <Compile Include="Routing\MvcRouteHandler.cs"/>
    <Compile Include="Routing\NormalizedRouteValue.cs"/>
    <Compile Include="Routing\NullRouter.cs"/>
    <Compile Include="Routing\PageLinkGeneratorExtensions.cs"/>
    <Compile Include="Routing\RoutePatternWriter.cs"/>
    <Compile Include="Routing\RouteValueAttribute.cs"/>
    <Compile Include="Routing\UrlHelper.cs"/>
    <Compile Include="Routing\UrlHelperBase.cs"/>
    <Compile Include="Routing\UrlHelperFactory.cs"/>
    <Compile Include="Routing\ViewEnginePath.cs"/>
    <Compile Include="SerializableError.cs"/>
    <Compile Include="ServiceFilterAttribute.cs"/>
    <Compile Include="ServiceFilterOfTAttribute.cs"/>
    <Compile Include="SignInResult.cs"/>
    <Compile Include="SignOutResult.cs"/>
    <Compile Include="StatusCodeResult.cs"/>
    <Compile Include="TypeFilterAttribute.cs"/>
    <Compile Include="TypeFilterOfTAttribute.cs"/>
    <Compile Include="UnauthorizedObjectResult.cs"/>
    <Compile Include="UnauthorizedResult.cs"/>
    <Compile Include="UnprocessableEntityObjectResult.cs"/>
    <Compile Include="UnprocessableEntityResult.cs"/>
    <Compile Include="UnsupportedMediaTypeResult.cs"/>
    <Compile Include="UrlHelperExtensions.cs"/>
    <Compile Include="ValidationProblemDetails.cs"/>
    <Compile Include="ViewFeatures\IKeepTempDataResult.cs"/>
    <Compile Include="VirtualFileResult.cs"/>
    <Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
    <Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
    <Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
    <Compile Include="..\..\..\Shared\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
    <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\..\Shared\RangeHelper\RangeHelper.cs" Link="src\Shared\RangeHelper\RangeHelper.cs"/>
    <Compile Include="..\..\..\Shared\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
    <Compile Include="..\..\..\Shared\EndpointMetadataPopulator.cs" Link="src\Shared\EndpointMetadataPopulator.cs"/>
    <Compile Include="..\..\..\Shared\ResponseContentTypeHelper.cs" Link="src\Shared\ResponseContentTypeHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultHelper.cs" Link="src\Shared\ResultsHelpers\FileResultHelper.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultInfo.cs" Link="src\Shared\ResultsHelpers\FileResultInfo.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\FileResultLogging.cs" Link="src\Shared\ResultsHelpers\FileResultLogging.cs"/>
    <Compile Include="..\..\..\Shared\ResultsHelpers\SharedUrlHelper.cs" Link="src\Shared\ResultsHelpers\SharedUrlHelper.cs"/>
    <Compile Include="..\..\..\Shared\ProblemDetails\ProblemDetailsDefaults.cs" Link="src\Shared\ProblemDetails\ProblemDetailsDefaults.cs"/>
    <Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/>
    <Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\Shared\HttpParseResult.cs"/>
    <Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\Shared\HttpRuleParser.cs"/>
    <Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\Shared\Json\JsonSerializerExtensions.cs"/>
    <Compile Include="..\..\..\Http\Routing\src\DataSourceDependentCache.cs" Link="src\Http\Routing\src\DataSourceDependentCache.cs"/>
    <Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
    <Compile Include="..\..\..\Shared\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\694c2e17ad714c47b5704ae41ec1a0f3\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\424a545a95d94f099140d907c6da28ff\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ddb78b1bc3440578eadff56105beb7b\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80d34f97c5c04d97beac90941ee76b94\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64d99521becc42bbace1b3895fb4fe68\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\584ad4eb54c643078138379794e7b24b\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a8824e2507642d08a8832f62594d402\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8629f5305f594906a7f5e37f7f427c01\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed130e8be02749a09626ec996053f65e\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c461a32242174cacac6bdaefe9a68e84\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71fc5f0ebc0a44dfbe19b61a209f63e2\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1eccd80ffd394014bcc044b685e79c55\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c6480604c0b415687f16b79dfd2d83f\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bb98da542714a0281697c8aa565e2c6\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65bfd8947fb94e949b801b7242f92986\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\632f140c3ac94672b3e6c819ce7c8265\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ca23933b96749349f07a267817ac296\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7562f85256eb47bf9800167ff3f04034\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5db95780692b4b188765109604b4e545\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62d2f5c09a954345a4e5c772b14f7072\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\086f9edfde0947dd80f1c3fd2202f166\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57c2859865a04636a003219090912085\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81b61f3c4e39474883b52020f1840ca2\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10d124bd1fd64ad0bd90f0685ab7d8d9\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f39a7e845d1a450784d7987a1cf6a750\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6febe30849847f4b1c3cc0c2ffff83c\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\796fad7fc7d84e57a7a1a9e400872719\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31fc5c8835434af79b7ab486bfca240f\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd0af1ec86b145c7bcbb154186116b67\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0f0116c2bf441edb1a7049d4aadd53e\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad283109e6c648a2be198cd068a5bd5e\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30065a73ec5742e7a101e93d343969c5\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\567fc0d4d42f4668bc2984bd6f5cffb5\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ebe384a191f4e44b699e4861c71594f\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5719dbae36a74ada9610264108dce129\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\adad42ec165e446a9535bb561c4f6b74\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62aed794496a41dbaec69c37fcf21dac\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1eefcd3b01ab4121809feba855fe1066\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10967ec09cb6449c82f7bcf1fca4b5e2\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e90516723cf74a4499579c8a4e762e5a\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5729efd6bb5e41218d4e3bb10d935ba9\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\07a220dac474427d8b62cb522bea8b54\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e726a4eb4bb244d19f0e8c39e447efbc\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c214dfb6ba66419fa29cfd1f9280f6b2\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\516f64387719477783592f77f50e2212\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\745f4906565a48f5b5ce42508e132aa7\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\afa8ca9ce7684876a0d7b07dad4995e7\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3430da94a1a4e4984579bc24e11c953\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee00ce32319249ca848b03acfb7985b1\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\423fc1c5a4514aaa860f8052f7c62a6b\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db44a5e0aaa54729b006d7fc7837f2a9\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd026743099141e0820c523adc526dfe\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cfd9d2eed044112a6fe99997491a365\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e2f09783d884eefbe899eb10c14264f\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed68397d88a143b393edad4fa005458f\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\842c87e203204496bc3963ef8481122c\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2627ddb7ed84c64886fff52f2dcf036\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2109bc14dde4577a3de0a744293a3cf\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0965b29d7f3b4f339b777df7a1fa40fc\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd0f35bc73de47a1852713519234896f\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5430017fa5394dbe94b43c6600a9a6aa\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63e6a8e82d8d45f0a2a3f22799251d84\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f7be6570ab645c799b043318ec7e1a7\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7265ed2d39f40d99f9ff8adaa26039f\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\157ace93ccbb470a91563cc590d3661c\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5418695aa1ba480ebf3b541c0142971e\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d15d700cd1c24fe2804515a1dfb63473\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50bbc4970195488bbc171cea0670f39f\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b63a983842b4a09934f8b03b80c3b2a\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f98742e864864fffa88a18c819af69cb\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0ab580bd60f48618046d6291c8fa56e\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\384080e70c424d79b2b51ff0f58b8b4b\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\323b1db48c6a4fb89a32e75851c9d5b2\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d01ad8f8e7c4ad0ac43cc1dadb88eaa\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dea8bff7f84946ce8cba3cf5afb2e797\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3dfe68e76874353bf06e270bdc765d8\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c6637b23c6b47d2967ec8bb4870bd41\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6282d2ae6de44c0786d9172158a0f6f8\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a17a02f1abcd4e1f926836934313f9ac\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f13bbb5408fb41fa8a3d8ea6bb1bcfff\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fda3d4865004ed288cac550a53fabe4\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\139bdf7d30004befb9eed51985ec89bc\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08bbc639639a4195a5d6fffe9b650f83\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e540193ec2e64a16a489a319dbab8772\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e7727a64d6346b3b4a9cca04eef8a5c\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcf7c391c75644cda97cb0ead8dbb14f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab58b1a62d7845e3b5bd7dc3b5dcd050\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\825b5fdf10a74bdeaecd9e4e04a34a03\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e09f7e36d418442b83fb69219d667e71\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6903da9321e4fbca8bafd61e198b8e8\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41460b5661a44278be69191b6d7d693d\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d7e273329ee4b1382d230707bab50d5\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\475b652ddd30426db910ab43208a72ff\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\607ec157de0e4c07a979472e8ce82bcc\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\868aa4f9c05f44409d1eda7871973ade\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00fcfab5a7c14d309014c0db65c651c1\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00ad7181206d4cccacf0cb3e92011b20\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f8b0836f0ce48a59324ce065666d7f6\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e29130c866741c48da328543beb4bb4\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1842176239ab41eca4306b7ac233209c\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\570e502be15e45a5acf26411efbebc4d\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4eeea212689348efbf80422cac16bdbe\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03d67ba551054e8fa3cbc7fa5944cc7d\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b1f4a306bcf4f51b63e51033a581c5c\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f1742cc478d4446ad1af30453c49b0b\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09a90802bb1e4064a7cdf60264692a22\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2e75aa5fb1c43e0b866b3d747f72456\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfa20d1a87ee48bd84555351d858dcc2\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfdb758943de4d0fab04fe14bdd76763\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b67d36d6126140e099027010adb32e66\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fa6280f035a487d893670f2bc40664d\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a5fa63568e648858c5bf0ac132076c0\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\896cb907c38c4b92b91ebe2d6e18c79e\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c6e538669a3406ea69694c72d1e981d\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bf8821b09944a969a96f1bd09182e67\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10b400e874f84bd3b355afc42ff2fa7d\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db500c2d55f0434c81674fa7ddf4dccb\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\07e76fc12cbe45c6a06adcd5b1a98169\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96e4990346c449c4b21cc246a00bc53e\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1dd94db7146f4e34a1f3f8bc8d4a16e2\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7be75b0521224b78a3ba26dc5c0f101d\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\655dcbec83144c3da3f47cc54991e74f\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d6300990caf4c3baf078a1cd636328a\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37d1ba301a464c8b902c4ce21327c2d4\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d98a473129c94214873b471cb0ea6016\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4a8c2a1241e4b78a5387f438d150375\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04566a10c8e3446aafedb367dd949b95\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f37e1dc63a1b4d7181cf9cfffd7f932d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3eae9a34df3c4aa4977ad139fad1feca\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25abdfa2091e48469a05b1c22c51de19\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1545aa5bb797448081dc0457070a9183\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1879363b90b740a98e229d6b81705795\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\281286378e4d430b86937e86858f78b3\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d604ff49ee1042e081e5984f3d5d5019\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\954eae632f1f4fcf9c9da82352b9a60d\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b877549eab6d40f796c3f03e0b4afc99\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b462ad27a6004ce6820f47694bc1359c\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f6a474ce1c743ccb1c648d623d3d793\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c64dbf0a7d0a47e894bc6c8f32c38936\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc808b609f2b49f59483726f2293228a\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95d9047de983427a8ca9c659f8689e27\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2f5ffdb6c2a411ba590a9e8f751dd1a\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9a01f406c8341a7ab1e9abe4f4c57f6\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a7106a9ba04e6f86d916d12cca9676\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38a4257585df4f889c10ada10e6663bc\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0309bd12b8e9407a965255705bd1c694\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\965b94b5ce9948f89a1b3d9d1a66ddfc\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62ab15f4e9b04c328e2d9158862daced\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ac9439f59154ce7a72079d45a41725c\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b88dbabe23bf471984f790c3042ec186\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\174e87a898a34a1988415408e5c31d6e\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\daf01481fa5d4b35bc38c5cee6b36570\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e215623b8de412b8b62aacee0ea4eb0\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34d5169b0e2f46eba9acb69ab101b858\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e147558d2f1d44cc8729680abd4face7\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4bb3289e0c54bddaf032cf009d37e9a\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46a03e0f88174b82b8e2502a86592fc0\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3236cb7bef94abea93c341f4ce37379\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cec87cc3aaf4a1f94db78b99c15fbff\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f7cca80b9e84624a26fde3066953215\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9a9b23a410f4f13982b107ac5b55810\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d91e446a3828430aa43d8a0673a45275\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\108404162e734253b85a13b99ddacd3f\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3b11111da8649b58a5ec61717a79d54\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a50d8e9d49f34fafb1d3357d3ea45dc8\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d9106d449394d69ba667cf622c2693d\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd831795fb1d40df86bc890decb5280d\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46e4cada684a46e3b0c284b12d22a7ff\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c7ddf2fb9e941bf984bb70c6075fcd1\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad26d79e4b134089bae85939c39b74f6\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0ca813a26184f28bc4ecc3f4eb66843\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\228d4821e2b94c05ba91e4413d4ee328\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce8bca19108149ea8e943194a4770375\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd72c79318954e30a7211614930dc240\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ed3c40cd16e4d7c9c6b815354daddd1\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59b85900f9ae448e9591d08ee5d13917\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\737812aa8b434db1949da66593a42c60\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e191eba4a8445d4be9137a1f3f9ec7c\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1912e986525649788551be32ca084196\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd1683931dd848e3880ab06a8fdf9b3d\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28b49052bd82483281121f76f1f2b44d\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6515847c58114bfeb3d28188068491b4\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef0ee2aff67940e49086cf9460ab8513\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e37c95878bef46b49220d0fd731354b7\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39a4b727b05d4554a0ac563d91c43127\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d3f1be945d042fa8188cacd01021019\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e5b8a0060c948ddbf58364eac8c2e0e\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a26a0da5446c430ebeba420757ac6100\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e8afbaa6f664976bdbe5c08e9336062\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\802d18f9b78244988caf3a21b843ad0f\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f92ca75edca464686d3845e25cc1ffd\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fca886e8fc54235b7fee04a4009a65d\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a335a9206ced44bab28b6bbb668cc0f1\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a1e0f686ffd42ecb25ee24c1eebd2e0\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\335fb898c7e54c38868339d357aca80c\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69bc9febc007492389af3c54eff263fe\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5b8ee4899dd4041939ce82a82373042\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bd8f97215c7466fb70311ab3864b92b\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbc0e72797d84b8ba554ec86b5e61259\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44b24624c64a4ebeb54388820bd9b886\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6fc71bf614f43faa599c15f73fc1e8f\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1511ddae2bcb400aa22aa2f6ab1ad2e5\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4104b35e282476f92d62ad31b691098\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dc4fe9af364462280c3295be54f0b06\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2826cca3bfb458cba34463122dcab16\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55899dcd31f54a9b954e9540e0fb049f\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acf2f3843f0f477d95674fabb55f0efd\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ada97a0e00c64c9e951b7c28774dd04f\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c495b0dbe2ad45dd85d45e7d36b663c2\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\642bf21471e2433988dc432f99fc5151\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3edcd2c60b1f44d3abefe7fa337a534e\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c962681feafc4565afc0d0d78c214ff7\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca63c7a706eb4396a890a9fe5f7a7f17\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80867dacf70b466d80deb1560dd21bba\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9e6cae249a6448aa321d1d02251c413\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b50cc87587b402aa7bd262635d3652a\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f2e731fa8e14c55ba9858ad67420696\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39816e384ba74d17952a1eb60caa70f2\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5e045288b2147778a9b28f0b64c66d7\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74e6f8c57cfc48c8b73b788b5d86f83a\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9019ebddb89546ff8cbf98879f9fa8bc\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\77ef69804868467db74222a0e845ab1b\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26079dbb950341639727bbf4976c6382\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0f65c14f37b4cd29e2b930081aa44c4\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0319af1ddc5c41bc9b38605857870463\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7cdbf020a604b70b1aac2237daa224e\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\037cf29cb5674b25a03a6c3146c2c504\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a0f3563e6d64da8928a16f88c8b95ac\WindowsBase.dll"/>
  </ItemGroup>
</Project>