|
<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.26055.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="..\..\..\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\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\804d96c343dc403089f5d16aa6d63b28\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0460f4210a446e6809b5ea361d6de78\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f93400d448ea47f3b467c06f556ff058\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60648daead6445ceabb75f23c4fad3ab\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14c48ff4495046ca8a9d17f1f1fa7db1\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\923d38bdf21e4dc6b9720ac385a9237c\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\466ec6bfa3e140a487e8f899241052eb\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff53b2cb408d46d2b4921314f18aa362\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f241fb242b78412bbb4b602c01b8daed\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e204e6fe321e4c3ca12c2bf179337eb6\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\053ffb733a7340a0abae7bae6b3d296b\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c876235327c04466a0d087b07490a228\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef272f0d17fc443296a27d39da668346\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80cfbf7bb3a2470fb8fe73deb7076baf\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\106e288cc48842fbb1a6228e6c4437c7\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62041e8c296d44d58351b2d8be3d9617\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03ab69fafef54a18b70b540eaa3d75a2\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8bc6da9a79c469e8abcfab68aee862e\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63d25513bb554c50a2a1e17186282a59\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a2d014b4c574b78b5397373f896f55a\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0cb1f2a05a44af4a0d19f772144165d\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d551f731ac2e4ef8a328c2cc11c6b7ae\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3a0d742d2844dc6b2aea27db77e83a5\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c24642ae56bc4b97aeb809af959ffc09\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bafb2231ad94b35ac443a3de26fd25c\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa7db7759a734af3b2c7ae32892690f1\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\734969ed8a054e308253f386cc404d75\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36a01759c40f4341927f2bef51035bef\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0524050413d64e708d7be80f161aeb48\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0288bafb8c04cdfa5403df5bd318ee3\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a6ee0b296bd46488a01047f8dcf021e\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1f3427dd44b4e2bb5e96a9e569577d6\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3724d6a9c514417cab763c0f0ae99620\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70e1052d0ce44b53b8ea0c51683d8222\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76616efbc39a46f2b0f41ba68a72921c\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17d69f57ea884cbfb0cd3defa923ac8f\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\876de50dbd7d4c259aada00a75028137\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e76fde27a57453395eeb11b9d32094b\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c0ee1547fc4067b91460fe75adb908\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f82b50eb2af47678a15f209ed2b6f43\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4468d49c0654430ba5d314660778b6d3\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04846bdf307b4a29be483e05ccdb9255\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a4e4e0494194cae9412be320cd83d3d\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03a01c0179af421eb29844bf6e08d18b\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc9814bdbde5431a8c167a3c58034c4f\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fdc8e70199b42b18f86ac53ce1a62f3\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa6e7ae3baa40a78825fa66e5e68b33\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f73b90d45bee4f53b5c18c79094e4517\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3d88ab12a1f4bf39dfe13519e2e85bd\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23d53dcf2e2e4e9583763c8ed54f240c\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c42950eb1e84450b656b4b8f14a6a3d\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54d77ad537884b3d9963a1d6f0115180\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca59ab2ad9004f46a2e1f8f5a57b8f25\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b410176467444735a35149bbe9fe0e61\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\545fdd84563342e48908b2a39d817d2d\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6ae047deb7c4d6a9ea798d744518df6\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\debf5a783845443eb5178887e4ffbf07\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65dc087417d8480e929fd978bf608d71\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35f8b62444764b88baea075afa6ebe43\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70ca6293f8c34c6f9c4cb83e5d7aa51c\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43f41d2bb5ee43fa977d1b7f4bfd3918\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e1579f2c9854dc2b4420bd9538eefac\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a06d2f9d0434e97afdd403191f8efa2\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af369395541946d097f313da2f0c01a4\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22f5979260db46cd9f30d414b446ea80\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e100bbfb51b400d81d92e44981e7ad0\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4cf9592bd4d490fa68b9c4f33726297\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\637dcf61f6f14e0b9f25ede299f13d55\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eef744a3ee5641e09c120cea3dbecd4a\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f265990cc3b6442b9ce28a23b6bb96c1\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\962011192067430ca76ac8744c9971a8\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b194b15a13474155a198bf2a977909ae\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eea18c8e9ac495ba38f2b0dcbb714a1\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64018030c7fe44f686a2e24b8d0cab99\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd891eb7f2c5431ca012a4b49ae5773e\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c783d4d03de3415495d86ef681ebbd9a\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24372bc043f24af6a8acb4fc65aa44a0\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f7522760abd4d529e962f13329be7a9\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dae7891e8a2547cb964118ccc9db67d0\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb77b45b6f274787ad77d78ad69f1f1c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bde749da47c4949850b69d23989a585\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f216f06b24e4deb98902824e9572d57\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aaafe6f1baa9454eb7fb284b3ea6ae4e\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dc4390647be4783ae7d06627774a7c6\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e153b9fce064465ebafe1fbf7fd223ea\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\068222162d11429396e752b2751f06fa\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\710e34196045434daf90db267e27d69c\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79d06aa06a13422ba0765faffe1bc84b\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9aeb49c03e047f493c3e2579ccd8669\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee86475576304daeb6130739f25fc6b9\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30b100b5258749cca62b44d950254d98\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56fdfa4e3a424466826448f017c7181b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7a4c39a77b04710ab74f72bec716800\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be7437f81f154e49a4fdb9342ffd6785\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c652751b64f14be3bd22bf7c9366f727\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcfa21beec3b48fba3d6c720d0f01e24\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cda2df5f344642d79d66d75c2cea1498\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8172906239e4695a931cabddeb91bf9\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e66e8e3c75db467aadfcecc2c86388da\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b83234eed1b4c8ca099e575a6019d12\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43a5abc6c42244bab9f549ab418568b7\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0060366f9ecc4ab9afa89799d56256e9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\167dd91a5f8e46f8a02326925cf106bc\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f35927943aa74e5f921271b019a7ba05\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bd2bd44c6644ac1854a9292628798a9\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22f961b557744f04a628b582f561db25\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ade234590eef4c05bf450c6874530dd4\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8952315ffd644815b08072c97cb94880\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb008c0d200a40aa90da7ac39fac973e\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd295bc3e9bb4e409fa9a897e43ad298\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\140dcc763fab4c97a8bdbb6e33a1c27e\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89039f9f63cc44e9b165bdd28a82e219\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\971b6db9800b4f64a492d4a31fb33b95\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a96cfaef54f54bcaa26a7688bb3f3bad\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c56da06dd02f4bbdb59182073dbdc098\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f366577c009749ebb028331504c62bce\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e92873b04a24b2a954b29ab48ba52b5\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13d882bfb2df470fb152b90b0da63386\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd394f840854af29c5db9b5401a861f\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d3c3c254cf24706b0b0286d847598a4\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d77241436fa490aa3aff5e779e9e10c\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a22ee8c64a4747fca58f458cd2f7de62\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\472504af3e8b4367a3d73a5f467fd3a3\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\affe83dff03d4ce7a1ffb6609cf2df61\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3139cc7f2aa94060be4cb6da53194e6f\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51bd84c40f514637a60ce1227c56f201\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a515374b832a4776958795e7452ccb05\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e6566c893a24aeb98f3a75c34bf0292\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1448c7e8c90f4ddaa41bbf8875951373\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\028c3b101420438dbfa25e7d3fd8d625\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86674470839d4bd88ef1b09606cb7bd8\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4999583b0b14effaa430b39ba1c3a2b\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afb2173a06fb45bb85aa1f7506ff5455\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c098e9861954609a70a85d9c53a1ee0\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dd249b4bb0d4ea8b98cc35b5ac42ad0\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26145e434dcf46a3bbfcbb7a6dfa7a16\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39357f09c44b4714b0367fe36989dfbc\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\061bfc347589477992448ce4395f108b\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\454be79d7b2041aa97f1b9e7af10a5b7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ffa435dea96430192c477469f62e3c6\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0abfa4379c6c4351a656cab399e087d7\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b2d6807245b47c8b529cc7f4edb7246\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6134b46947284a6a8798177c577e89af\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4453e80526334a898ef1b6b03260731a\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8d9ccfeecfa45dea293bfddb4238fdc\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c964689d4cc4cb6a8c699a72b49e279\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7767d5831fa544d59267bf8a24397001\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2444dc54a8fe4d138797ef708dc3eb1c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6c4e7f4cd5b47b9817400cd0a53080c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4472e3d164c45c493d98c7841b428ba\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf8a24aff2c244cfadf49083f55a701e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddb62fdac00b42e09483d9315b30733b\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b23c529a68c453f96774c58ad72ebf1\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71e8df1ae09744678769455a148c7719\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fa4ac5016594176a1b4ecb1d1bb1b1d\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67553ff08b664164aa6c26e2d4742949\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a8bca9ef91146d08403e0cd5194894c\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee7447bef4684bd4b271f05510f62413\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e8a7028bc394b85bba46be11b551ece\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37152dfc5be647e69cd13285a458b42d\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff5d7110f49f47429f2a9093b4f78714\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59424328db034d56b09fc9c8009da807\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5531b7c507044d39a226db6594a9197d\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86f46f67ead441f99257cf9624819a06\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f503b1ba1e99402b96992e544eca67c0\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b4c590c19b646e28af847fd74cd7554\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c681bcaa1ca94db293344cc2510612f7\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a625495243248aead38002c5aaaa4d0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51f70bc9de6d426c803a76441d869315\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a1afa0d680748b885175a12f4982ec2\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\633a8fb6814049f8bfbd4dd449c9d71a\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09b4ca662ecf49af975e350edb85ed9b\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ce333d5db7d44a594f3fda60b059307\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\586ffe786fe347c08489a24361bc1df2\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b41789f6673a483fb9e1d00d3522b4b0\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa84f0a94ee3436aa7d4fab5cc6aac89\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd91a845d3442e0baeffdb3bd359287\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\175bf364068a4194b0ffbc59a02f782d\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4fab7a1b8b941adbf5eb79de999846c\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b345d7f489c4ab59088d5fb48ce34fe\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec0762269b5742299f95822c2fd8598d\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df91146ecc574b5ca419b59cadfa0275\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\491e897b944a4954b0a17697cc54b82f\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b5742bb62c04450b6231830a1b4d8c2\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e512cdd181f44a3bae871589831626ab\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\976b50d9f961433ab5a25fd666435a0e\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\803aadd0916a478fad2b1dbe0d78dc62\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6af664150b5b452d9da4edb8931a7446\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1b882edf86b42608e0accafa12bed6e\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97872b33db914d6885e5705aeb3e6f83\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d189f814373f421ea873107879b9b743\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\342aae90bea94b6a801d300934182e96\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a17bece66ab341edacc98b6114eac2eb\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87d1300817704b349e7d5c8d1ee12a95\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c690a4763ef44ff4b6be5484f13a51eb\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02dadb56468e4d7cb0649ab3da1a2929\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b3be77f11a8418db21e998d78bb5d7f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb8776b43ec64acda40b535d0695530b\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30fb62b42b1749838b386be1f09d04f2\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19e4faed02644f3a9469a4e5d5f3df49\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97ac3b2135b1425ea3f46ea355f7e680\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\830c0ddcf95c4018acce0b47fdd567fb\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10ec7c2c1a274b1787a1af61586e8e9b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8032f896538e4267bf80437a1090f489\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ad62acab14345969ba5b8dab7a4e376\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4888c6a741b14e9b94adeb45727bb4da\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53456104b2064df8b36f9d12d0417d6b\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a47d68487154378a713b4663c60bb62\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcce0ae733c74547bad645ae4c499b8c\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6124ed50af6e428a8746ab713011385d\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a3028ce31824f618f3ca95eea3d4727\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16590bcb3417432aafbffc1c3516c741\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92c069f74aa441a3a847cdd4709219d1\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a92af8559a8e49a9bd98d73475e31c61\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3d8f3f4cf9c438ba21cacc93f9ca411\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed735350fd5e46f9aaed7636f4df13d8\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2f381c01dd42b9bd6d8b9254eaeb1c\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\872f66f328e0464cae0ecfea53a6dfab\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcb45ea1bdb04c8b8ea616678ec36e3c\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44de202515c842d886999ab9db47acaf\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da78bf8307314c25b2c9e6926b93e2e7\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9a5ff835baa4ca6b0c7e570cb370e7c\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fa78ee954bd4c9a9751ac4777fe8d98\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a1e9612b6d748e8a79eb26d42a284a8\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c129e8390b0042a09e21556e43d61a34\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\811eb61f663e48eeb752e19306a2c8fa\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d661335f72642c2848cba68cb02d8d5\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c32d101714c14308a2e640e7c14bb087\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
</ItemGroup>
</Project>
|