|
<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.26176.106\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="AcceptedAtActionResult.cs"/>
<Compile Include="AcceptedAtRouteResult.cs"/>
<Compile Include="AcceptedResult.cs"/>
<Compile Include="AcceptVerbsAttribute.cs"/>
<Compile Include="ActionConstraints\ActionConstraintCache.cs"/>
<Compile Include="ActionConstraints\ActionMethodSelectorAttribute.cs"/>
<Compile Include="ActionConstraints\DefaultActionConstraintProvider.cs"/>
<Compile Include="ActionConstraints\HttpMethodActionConstraint.cs"/>
<Compile Include="ActionConstraints\IConsumesActionConstraint.cs"/>
<Compile Include="ActionContextAttribute.cs"/>
<Compile Include="ActionNameAttribute.cs"/>
<Compile Include="ActionResult.cs"/>
<Compile Include="ActionResultOfT.cs"/>
<Compile Include="AntiforgeryValidationFailedResult.cs"/>
<Compile Include="ApiBehaviorOptions.cs"/>
<Compile Include="ApiControllerAttribute.cs"/>
<Compile Include="ApiConventionMethodAttribute.cs"/>
<Compile Include="ApiConventionTypeAttribute.cs"/>
<Compile Include="ApiExplorerSettingsAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionMatcher.cs"/>
<Compile Include="ApiExplorer\ApiConventionNameMatchAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionNameMatchBehavior.cs"/>
<Compile Include="ApiExplorer\ApiConventionResult.cs"/>
<Compile Include="ApiExplorer\ApiConventionTypeMatchAttribute.cs"/>
<Compile Include="ApiExplorer\ApiConventionTypeMatchBehavior.cs"/>
<Compile Include="ApiExplorer\ApiDescriptionActionData.cs"/>
<Compile Include="ApiExplorer\IApiDefaultResponseMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiDescriptionGroupNameProvider.cs"/>
<Compile Include="ApiExplorer\IApiDescriptionVisibilityProvider.cs"/>
<Compile Include="ApiExplorer\IApiRequestFormatMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiRequestMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiResponseMetadataProvider.cs"/>
<Compile Include="ApiExplorer\IApiResponseTypeMetadataProvider.cs"/>
<Compile Include="ApplicationModels\ActionAttributeRouteModel.cs"/>
<Compile Include="ApplicationModels\ActionModel.cs"/>
<Compile Include="ApplicationModels\ApiBehaviorApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\ApiConventionApplicationModelConvention.cs"/>
<Compile Include="ApplicationModels\ApiExplorerModel.cs"/>
<Compile Include="ApplicationModels\ApiVisibilityConvention.cs"/>
<Compile Include="ApplicationModels\ApplicationModel.cs"/>
<Compile Include="ApplicationModels\ApplicationModelConventions.cs"/>
<Compile Include="ApplicationModels\ApplicationModelFactory.cs"/>
<Compile Include="ApplicationModels\ApplicationModelProviderContext.cs"/>
<Compile Include="ApplicationModels\AttributeRouteModel.cs"/>
<Compile Include="ApplicationModels\AuthorizationApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\ClientErrorResultFilterConvention.cs"/>
<Compile Include="ApplicationModels\ConsumesConstraintForFormFileParameterConvention.cs"/>
<Compile Include="ApplicationModels\ControllerActionDescriptorBuilder.cs"/>
<Compile Include="ApplicationModels\ControllerActionDescriptorProvider.cs"/>
<Compile Include="ApplicationModels\ControllerModel.cs"/>
<Compile Include="ApplicationModels\DefaultApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\IActionModelConvention.cs"/>
<Compile Include="ApplicationModels\IApiExplorerModel.cs"/>
<Compile Include="ApplicationModels\IApplicationModelConvention.cs"/>
<Compile Include="ApplicationModels\IApplicationModelProvider.cs"/>
<Compile Include="ApplicationModels\IBindingModel.cs"/>
<Compile Include="ApplicationModels\ICommonModel.cs"/>
<Compile Include="ApplicationModels\IControllerModelConvention.cs"/>
<Compile Include="ApplicationModels\IFilterModel.cs"/>
<Compile Include="ApplicationModels\InferParameterBindingInfoConvention.cs"/>
<Compile Include="ApplicationModels\InvalidModelStateFilterConvention.cs"/>
<Compile Include="ApplicationModels\IParameterModelBaseConvention.cs"/>
<Compile Include="ApplicationModels\IParameterModelConvention.cs"/>
<Compile Include="ApplicationModels\IPropertyModel.cs"/>
<Compile Include="ApplicationModels\ParameterModel.cs"/>
<Compile Include="ApplicationModels\ParameterModelBase.cs"/>
<Compile Include="ApplicationModels\PropertyModel.cs"/>
<Compile Include="ApplicationModels\RouteTokenTransformerConvention.cs"/>
<Compile Include="ApplicationModels\SelectorModel.cs"/>
<Compile Include="ApplicationParts\ApplicationPart.cs"/>
<Compile Include="ApplicationParts\ApplicationPartAttribute.cs"/>
<Compile Include="ApplicationParts\ApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\ApplicationPartManager.cs"/>
<Compile Include="ApplicationParts\AssemblyPart.cs"/>
<Compile Include="ApplicationParts\DefaultApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\IApplicationFeatureProvider.cs"/>
<Compile Include="ApplicationParts\IApplicationFeatureProviderOfT.cs"/>
<Compile Include="ApplicationParts\IApplicationPartTypeProvider.cs"/>
<Compile Include="ApplicationParts\ICompilationReferencesProvider.cs"/>
<Compile Include="ApplicationParts\NullApplicationPartFactory.cs"/>
<Compile Include="ApplicationParts\ProvideApplicationPartFactoryAttribute.cs"/>
<Compile Include="ApplicationParts\RelatedAssemblyAttribute.cs"/>
<Compile Include="AreaAttribute.cs"/>
<Compile Include="Authorization\AllowAnonymousFilter.cs"/>
<Compile Include="Authorization\AuthorizeFilter.cs"/>
<Compile Include="BadRequestObjectResult.cs"/>
<Compile Include="BadRequestResult.cs"/>
<Compile Include="BindAttribute.cs"/>
<Compile Include="BindPropertiesAttribute.cs"/>
<Compile Include="BindPropertyAttribute.cs"/>
<Compile Include="Builder\ControllerActionEndpointConventionBuilder.cs"/>
<Compile Include="Builder\ControllerEndpointRouteBuilderExtensions.cs"/>
<Compile Include="Builder\MvcApplicationBuilderExtensions.cs"/>
<Compile Include="Builder\MvcAreaRouteBuilderExtensions.cs"/>
<Compile Include="CacheProfile.cs"/>
<Compile Include="ChallengeResult.cs"/>
<Compile Include="ClientErrorData.cs"/>
<Compile Include="CompatibilityVersion.cs"/>
<Compile Include="ConflictObjectResult.cs"/>
<Compile Include="ConflictResult.cs"/>
<Compile Include="ConsumesAttribute.cs"/>
<Compile Include="ContentResult.cs"/>
<Compile Include="ControllerAttribute.cs"/>
<Compile Include="ControllerBase.cs"/>
<Compile Include="ControllerContext.cs"/>
<Compile Include="ControllerContextAttribute.cs"/>
<Compile Include="Controllers\ControllerActionDescriptor.cs"/>
<Compile Include="Controllers\ControllerActivatorProvider.cs"/>
<Compile Include="Controllers\ControllerBinderDelegate.cs"/>
<Compile Include="Controllers\ControllerBinderDelegateProvider.cs"/>
<Compile Include="Controllers\ControllerBoundPropertyDescriptor.cs"/>
<Compile Include="Controllers\ControllerFactoryProvider.cs"/>
<Compile Include="Controllers\ControllerFeature.cs"/>
<Compile Include="Controllers\ControllerFeatureProvider.cs"/>
<Compile Include="Controllers\ControllerParameterDescriptor.cs"/>
<Compile Include="Controllers\DefaultControllerActivator.cs"/>
<Compile Include="Controllers\DefaultControllerFactory.cs"/>
<Compile Include="Controllers\DefaultControllerPropertyActivator.cs"/>
<Compile Include="Controllers\IControllerActivator.cs"/>
<Compile Include="Controllers\IControllerActivatorProvider.cs"/>
<Compile Include="Controllers\IControllerFactory.cs"/>
<Compile Include="Controllers\IControllerFactoryProvider.cs"/>
<Compile Include="Controllers\IControllerPropertyActivatorFactory.cs"/>
<Compile Include="Controllers\ServiceBasedControllerActivator.cs"/>
<Compile Include="CreatedAtActionResult.cs"/>
<Compile Include="CreatedAtRouteResult.cs"/>
<Compile Include="CreatedResult.cs"/>
<Compile Include="DefaultApiConventions.cs"/>
<Compile Include="DependencyInjection\ApiBehaviorOptionsSetup.cs"/>
<Compile Include="DependencyInjection\ApplicationModelConventionExtensions.cs"/>
<Compile Include="DependencyInjection\IMvcBuilder.cs"/>
<Compile Include="DependencyInjection\IMvcCoreBuilder.cs"/>
<Compile Include="DependencyInjection\MvcBuilder.cs"/>
<Compile Include="DependencyInjection\MvcCoreBuilder.cs"/>
<Compile Include="DependencyInjection\MvcCoreMvcBuilderExtensions.cs"/>
<Compile Include="DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs"/>
<Compile Include="DependencyInjection\MvcCoreRouteOptionsSetup.cs"/>
<Compile Include="DependencyInjection\MvcCoreServiceCollectionExtensions.cs"/>
<Compile Include="DependencyInjection\MvcMarkerService.cs"/>
<Compile Include="Diagnostics\EventData.cs"/>
<Compile Include="Diagnostics\MvcDiagnostics.cs"/>
<Compile Include="DisableRequestSizeLimitAttribute.cs"/>
<Compile Include="EmptyResult.cs"/>
<Compile Include="FileContentResult.cs"/>
<Compile Include="FileResult.cs"/>
<Compile Include="FileStreamResult.cs"/>
<Compile Include="Filters\ActionFilterAttribute.cs"/>
<Compile Include="Filters\ControllerActionFilter.cs"/>
<Compile Include="Filters\ControllerResultFilter.cs"/>
<Compile Include="Filters\DefaultFilterProvider.cs"/>
<Compile Include="Filters\DisableRequestSizeLimitFilter.cs"/>
<Compile Include="Filters\ExceptionFilterAttribute.cs"/>
<Compile Include="Filters\FilterCollection.cs"/>
<Compile Include="Filters\FilterCursor.cs"/>
<Compile Include="Filters\FilterCursorItem.cs"/>
<Compile Include="Filters\FilterDescriptorOrderComparer.cs"/>
<Compile Include="Filters\FilterFactory.cs"/>
<Compile Include="Filters\FilterFactoryResult.cs"/>
<Compile Include="Filters\FilterScope.cs"/>
<Compile Include="Filters\IMiddlewareFilterFeature.cs"/>
<Compile Include="Filters\IOutputCacheFilter.cs"/>
<Compile Include="Filters\IResponseCacheFilter.cs"/>
<Compile Include="Filters\MiddlewareFilter.cs"/>
<Compile Include="Filters\MiddlewareFilterAttribute.cs"/>
<Compile Include="Filters\MiddlewareFilterBuilder.cs"/>
<Compile Include="Filters\MiddlewareFilterBuilderStartupFilter.cs"/>
<Compile Include="Filters\MiddlewareFilterConfigurationProvider.cs"/>
<Compile Include="Filters\MiddlewareFilterFeature.cs"/>
<Compile Include="Filters\MiddlewareFilterOfTAttribute.cs"/>
<Compile Include="Filters\OutputCacheFilter.cs"/>
<Compile Include="Filters\RequestFormLimitsFilter.cs"/>
<Compile Include="Filters\RequestSizeLimitFilter.cs"/>
<Compile Include="Filters\ResponseCacheFilter.cs"/>
<Compile Include="Filters\ResponseCacheFilterExecutor.cs"/>
<Compile Include="Filters\ResultFilterAttribute.cs"/>
<Compile Include="ForbidResult.cs"/>
<Compile Include="FormatFilterAttribute.cs"/>
<Compile Include="Formatters\AcceptHeaderParser.cs"/>
<Compile Include="Formatters\FormatFilter.cs"/>
<Compile Include="Formatters\FormatterMappings.cs"/>
<Compile Include="Formatters\HttpNoContentOutputFormatter.cs"/>
<Compile Include="Formatters\IFormatFilter.cs"/>
<Compile Include="Formatters\InputFormatter.cs"/>
<Compile Include="Formatters\MediaType.cs"/>
<Compile Include="Formatters\MediaTypeCollection.cs"/>
<Compile Include="Formatters\MediaTypeHeaderValues.cs"/>
<Compile Include="Formatters\MediaTypeSegmentWithQuality.cs"/>
<Compile Include="Formatters\OutputFormatter.cs"/>
<Compile Include="Formatters\StreamOutputFormatter.cs"/>
<Compile Include="Formatters\StringOutputFormatter.cs"/>
<Compile Include="Formatters\SystemTextJsonInputFormatter.cs"/>
<Compile Include="Formatters\SystemTextJsonOutputFormatter.cs"/>
<Compile Include="Formatters\TextInputFormatter.cs"/>
<Compile Include="Formatters\TextOutputFormatter.cs"/>
<Compile Include="FromBodyAttribute.cs"/>
<Compile Include="FromFormAttribute.cs"/>
<Compile Include="FromHeaderAttribute.cs"/>
<Compile Include="FromQueryAttribute.cs"/>
<Compile Include="FromRouteAttribute.cs"/>
<Compile Include="FromServicesAttribute.cs"/>
<Compile Include="HttpActionResult.cs"/>
<Compile Include="HttpDeleteAttribute.cs"/>
<Compile Include="HttpGetAttribute.cs"/>
<Compile Include="HttpHeadAttribute.cs"/>
<Compile Include="HttpOptionsAttribute.cs"/>
<Compile Include="HttpPatchAttribute.cs"/>
<Compile Include="HttpPostAttribute.cs"/>
<Compile Include="HttpPutAttribute.cs"/>
<Compile Include="IDesignTimeMvcBuilderConfiguration.cs"/>
<Compile Include="Infrastructure\ActionContextAccessor.cs"/>
<Compile Include="Infrastructure\ActionDescriptorCollection.cs"/>
<Compile Include="Infrastructure\ActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\ActionInvokerFactory.cs"/>
<Compile Include="Infrastructure\ActionMethodExecutor.cs"/>
<Compile Include="Infrastructure\ActionResultObjectValueAttribute.cs"/>
<Compile Include="Infrastructure\ActionResultStatusCodeAttribute.cs"/>
<Compile Include="Infrastructure\ActionResultTypeMapper.cs"/>
<Compile Include="Infrastructure\ActionSelectionTable.cs"/>
<Compile Include="Infrastructure\ActionSelector.cs"/>
<Compile Include="Infrastructure\AmbiguousActionException.cs"/>
<Compile Include="Infrastructure\AsyncEnumerableReader.cs"/>
<Compile Include="Infrastructure\ClientErrorResultFilter.cs"/>
<Compile Include="Infrastructure\ClientErrorResultFilterFactory.cs"/>
<Compile Include="Infrastructure\CompatibilitySwitch.cs"/>
<Compile Include="Infrastructure\ConfigureCompatibilityOptions.cs"/>
<Compile Include="Infrastructure\ContentResultExecutor.cs"/>
<Compile Include="Infrastructure\ControllerActionInvoker.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerCache.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerCacheEntry.cs"/>
<Compile Include="Infrastructure\ControllerActionInvokerProvider.cs"/>
<Compile Include="Infrastructure\ControllerEndpointFilterInvocationContext.cs"/>
<Compile Include="Infrastructure\CopyOnWriteList.cs"/>
<Compile Include="Infrastructure\DefaultActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\DefaultApiProblemDetailsWriter.cs"/>
<Compile Include="Infrastructure\DefaultOutputFormatterSelector.cs"/>
<Compile Include="Infrastructure\DefaultProblemDetailsFactory.cs"/>
<Compile Include="Infrastructure\DefaultStatusCodeAttribute.cs"/>
<Compile Include="Infrastructure\FileContentResultExecutor.cs"/>
<Compile Include="Infrastructure\FileResultExecutorBase.cs"/>
<Compile Include="Infrastructure\FileStreamResultExecutor.cs"/>
<Compile Include="Infrastructure\IActionContextAccessor.cs"/>
<Compile Include="Infrastructure\IActionDescriptorChangeProvider.cs"/>
<Compile Include="Infrastructure\IActionDescriptorCollectionProvider.cs"/>
<Compile Include="Infrastructure\IActionInvokerFactory.cs"/>
<Compile Include="Infrastructure\IActionResultExecutor.cs"/>
<Compile Include="Infrastructure\IActionResultTypeMapper.cs"/>
<Compile Include="Infrastructure\IActionSelector.cs"/>
<Compile Include="Infrastructure\IAntiforgeryValidationFailedResult.cs"/>
<Compile Include="Infrastructure\IApiBehaviorMetadata.cs"/>
<Compile Include="Infrastructure\IClientErrorActionResult.cs"/>
<Compile Include="Infrastructure\IClientErrorFactory.cs"/>
<Compile Include="Infrastructure\ICompatibilitySwitch.cs"/>
<Compile Include="Infrastructure\IConvertToActionResult.cs"/>
<Compile Include="Infrastructure\IHttpRequestStreamReaderFactory.cs"/>
<Compile Include="Infrastructure\IHttpResponseStreamWriterFactory.cs"/>
<Compile Include="Infrastructure\IParameterInfoParameterDescriptor.cs"/>
<Compile Include="Infrastructure\IPropertyInfoParameterDescriptor.cs"/>
<Compile Include="Infrastructure\IStatusCodeActionResult.cs"/>
<Compile Include="Infrastructure\ITypeActivatorCache.cs"/>
<Compile Include="Infrastructure\LocalRedirectResultExecutor.cs"/>
<Compile Include="Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs"/>
<Compile Include="Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs"/>
<Compile Include="Infrastructure\ModelStateInvalidFilter.cs"/>
<Compile Include="Infrastructure\ModelStateInvalidFilterFactory.cs"/>
<Compile Include="Infrastructure\MvcCompatibilityOptions.cs"/>
<Compile Include="Infrastructure\MvcCoreMvcOptionsSetup.cs"/>
<Compile Include="Infrastructure\NonDisposableStream.cs"/>
<Compile Include="Infrastructure\ObjectResultExecutor.cs"/>
<Compile Include="Infrastructure\OrderedEndpointsSequenceProvider.cs"/>
<Compile Include="Infrastructure\OrderedEndpointsSequenceProviderCache.cs"/>
<Compile Include="Infrastructure\OutputFormatterSelector.cs"/>
<Compile Include="Infrastructure\ParameterDefaultValues.cs"/>
<Compile Include="Infrastructure\PhysicalFileResultExecutor.cs"/>
<Compile Include="Infrastructure\ProblemDetailsClientErrorFactory.cs"/>
<Compile Include="Infrastructure\ProblemDetailsFactory.cs"/>
<Compile Include="Infrastructure\RedirectResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToActionResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToPageResultExecutor.cs"/>
<Compile Include="Infrastructure\RedirectToRouteResultExecutor.cs"/>
<Compile Include="Infrastructure\ResourceInvoker.cs"/>
<Compile Include="Infrastructure\ResourceInvoker.Log.cs"/>
<Compile Include="Infrastructure\StringArrayComparer.cs"/>
<Compile Include="Infrastructure\SystemTextJsonResultExecutor.cs"/>
<Compile Include="Infrastructure\TypeActivatorCache.cs"/>
<Compile Include="Infrastructure\VirtualFileResultExecutor.cs"/>
<Compile Include="IRequestFormLimitsPolicy.cs"/>
<Compile Include="IRequestSizePolicy.cs"/>
<Compile Include="JsonOptions.cs"/>
<Compile Include="JsonResult.cs"/>
<Compile Include="LocalRedirectResult.cs"/>
<Compile Include="ModelBinderAttribute.cs"/>
<Compile Include="ModelBinderOfTAttribute.cs"/>
<Compile Include="ModelBinding\Binders\ArrayModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ArrayModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\BinderTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\BinderTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\BodyModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\BodyModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ByteArrayModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ByteArrayModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\CancellationTokenModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\CancellationTokenModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\CollectionModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\CollectionModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ComplexObjectModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ComplexObjectModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ComplexTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ComplexTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DateTimeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DateTimeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DecimalModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DictionaryModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\DictionaryModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\DoubleModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\EnumTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\EnumTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FloatModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormCollectionModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormCollectionModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\FormFileModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\FormFileModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\HeaderModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\HeaderModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\KeyedServicesModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\KeyValuePairModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\KeyValuePairModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\ServicesModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\ServicesModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\SimpleTypeModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\SimpleTypeModelBinderProvider.cs"/>
<Compile Include="ModelBinding\Binders\TryParseModelBinder.cs"/>
<Compile Include="ModelBinding\Binders\TryParseModelBinderProvider.cs"/>
<Compile Include="ModelBinding\BindingBehavior.cs"/>
<Compile Include="ModelBinding\BindingBehaviorAttribute.cs"/>
<Compile Include="ModelBinding\BindingSourceValueProvider.cs"/>
<Compile Include="ModelBinding\BindNeverAttribute.cs"/>
<Compile Include="ModelBinding\BindRequiredAttribute.cs"/>
<Compile Include="ModelBinding\CompositeValueProvider.cs"/>
<Compile Include="ModelBinding\DefaultModelBindingContext.cs"/>
<Compile Include="ModelBinding\DefaultPropertyFilterProvider.cs"/>
<Compile Include="ModelBinding\ElementalValueProvider.cs"/>
<Compile Include="ModelBinding\EmptyModelMetadataProvider.cs"/>
<Compile Include="ModelBinding\FormFileValueProvider.cs"/>
<Compile Include="ModelBinding\FormFileValueProviderFactory.cs"/>
<Compile Include="ModelBinding\FormValueHelper.cs"/>
<Compile Include="ModelBinding\FormValueProvider.cs"/>
<Compile Include="ModelBinding\FormValueProviderFactory.cs"/>
<Compile Include="ModelBinding\IBindingSourceValueProvider.cs"/>
<Compile Include="ModelBinding\ICollectionModelBinder.cs"/>
<Compile Include="ModelBinding\IEnumerableValueProvider.cs"/>
<Compile Include="ModelBinding\IKeyRewriterValueProvider.cs"/>
<Compile Include="ModelBinding\IModelBinderFactory.cs"/>
<Compile Include="ModelBinding\JQueryFormValueProvider.cs"/>
<Compile Include="ModelBinding\JQueryFormValueProviderFactory.cs"/>
<Compile Include="ModelBinding\JQueryKeyValuePairNormalizer.cs"/>
<Compile Include="ModelBinding\JQueryQueryStringValueProvider.cs"/>
<Compile Include="ModelBinding\JQueryQueryStringValueProviderFactory.cs"/>
<Compile Include="ModelBinding\JQueryValueProvider.cs"/>
<Compile Include="ModelBinding\Metadata\BindingMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\BindingMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\Metadata\BindingSourceMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultCompositeMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultMetadataDetails.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelBindingMessageProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultModelMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DefaultValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\DisplayMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\DisplayMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IBindingMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\ICompositeMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IDisplayMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IMetadataDetailsProvider.cs"/>
<Compile Include="ModelBinding\Metadata\IValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\MetadataDetailsProviderExtensions.cs"/>
<Compile Include="ModelBinding\Metadata\ModelAttributes.cs"/>
<Compile Include="ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\Metadata\ValidationMetadata.cs"/>
<Compile Include="ModelBinding\Metadata\ValidationMetadataProviderContext.cs"/>
<Compile Include="ModelBinding\ModelBinderFactory.cs"/>
<Compile Include="ModelBinding\ModelBinderFactoryContext.cs"/>
<Compile Include="ModelBinding\ModelBinderProviderExtensions.cs"/>
<Compile Include="ModelBinding\ModelBindingHelper.cs"/>
<Compile Include="ModelBinding\ModelMetadataProviderExtensions.cs"/>
<Compile Include="ModelBinding\ModelNames.cs"/>
<Compile Include="ModelBinding\NoOpBinder.cs"/>
<Compile Include="ModelBinding\ObjectModelValidator.cs"/>
<Compile Include="ModelBinding\ParameterBinder.cs"/>
<Compile Include="ModelBinding\ParameterBinder.Log.cs"/>
<Compile Include="ModelBinding\PlaceholderBinder.cs"/>
<Compile Include="ModelBinding\PrefixContainer.cs"/>
<Compile Include="ModelBinding\PropertyValueSetter.cs"/>
<Compile Include="ModelBinding\QueryStringValueProvider.cs"/>
<Compile Include="ModelBinding\QueryStringValueProviderFactory.cs"/>
<Compile Include="ModelBinding\RouteValueProvider.cs"/>
<Compile Include="ModelBinding\RouteValueProviderFactory.cs"/>
<Compile Include="ModelBinding\SuppressChildValidationMetadataProvider.cs"/>
<Compile Include="ModelBinding\UnsupportedContentTypeException.cs"/>
<Compile Include="ModelBinding\UnsupportedContentTypeFilter.cs"/>
<Compile Include="ModelBinding\Validation\ClientValidatorCache.cs"/>
<Compile Include="ModelBinding\Validation\CompositeClientModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\CompositeModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\DefaultCollectionValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\DefaultModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\DefaultObjectValidator.cs"/>
<Compile Include="ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\IMetadataBasedModelValidatorProvider.cs"/>
<Compile Include="ModelBinding\Validation\IObjectModelValidator.cs"/>
<Compile Include="ModelBinding\Validation\ModelValidatorProviderExtensions.cs"/>
<Compile Include="ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs"/>
<Compile Include="ModelBinding\Validation\ValidateNeverAttribute.cs"/>
<Compile Include="ModelBinding\Validation\ValidationStack.cs"/>
<Compile Include="ModelBinding\Validation\ValidationVisitor.cs"/>
<Compile Include="ModelBinding\Validation\ValidatorCache.cs"/>
<Compile Include="ModelBinding\ValueProviderFactoryExtensions.cs"/>
<Compile Include="ModelMetadataTypeAttribute.cs"/>
<Compile Include="ModelMetadataTypeOfTAttribute.cs"/>
<Compile Include="MvcCoreDiagnosticListenerExtensions.cs"/>
<Compile Include="MvcCoreLoggerExtensions.cs"/>
<Compile Include="MvcOptions.cs"/>
<Compile Include="NoContentResult.cs"/>
<Compile Include="NonActionAttribute.cs"/>
<Compile Include="NonControllerAttribute.cs"/>
<Compile Include="NonViewComponentAttribute.cs"/>
<Compile Include="NotFoundObjectResult.cs"/>
<Compile Include="NotFoundResult.cs"/>
<Compile Include="ObjectResult.cs"/>
<Compile Include="OkObjectResult.cs"/>
<Compile Include="OkResult.cs"/>
<Compile Include="PhysicalFileResult.cs"/>
<Compile Include="ProducesAttribute.cs"/>
<Compile Include="ProducesDefaultResponseTypeAttribute.cs"/>
<Compile Include="ProducesErrorResponseTypeAttribute.cs"/>
<Compile Include="ProducesOfTAttribute.cs"/>
<Compile Include="ProducesResponseTypeAttribute.cs"/>
<Compile Include="ProducesResponseTypeOfTAttribute.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="RedirectResult.cs"/>
<Compile Include="RedirectToActionResult.cs"/>
<Compile Include="RedirectToPageResult.cs"/>
<Compile Include="RedirectToRouteResult.cs"/>
<Compile Include="RequestFormLimitsAttribute.cs"/>
<Compile Include="RequestSizeLimitAttribute.cs"/>
<Compile Include="RequireHttpsAttribute.cs"/>
<Compile Include="ResponseCacheAttribute.cs"/>
<Compile Include="ResponseCacheLocation.cs"/>
<Compile Include="RouteAttribute.cs"/>
<Compile Include="Routing\ActionConstraintMatcherPolicy.cs"/>
<Compile Include="Routing\ActionEndpointDataSourceBase.cs"/>
<Compile Include="Routing\ActionEndpointFactory.cs"/>
<Compile Include="Routing\AttributeRoute.cs"/>
<Compile Include="Routing\AttributeRouting.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSource.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSourceFactory.cs"/>
<Compile Include="Routing\ControllerActionEndpointDataSourceIdProvider.cs"/>
<Compile Include="Routing\ControllerEndpointDataSourceIdMetadata.cs"/>
<Compile Include="Routing\ControllerLinkGeneratorExtensions.cs"/>
<Compile Include="Routing\ControllerRequestDelegateFactory.cs"/>
<Compile Include="Routing\ConventionalRouteEntry.cs"/>
<Compile Include="Routing\DynamicControllerEndpointMatcherPolicy.cs"/>
<Compile Include="Routing\DynamicControllerEndpointSelector.cs"/>
<Compile Include="Routing\DynamicControllerEndpointSelectorCache.cs"/>
<Compile Include="Routing\DynamicControllerMetadata.cs"/>
<Compile Include="Routing\DynamicControllerRouteValueTransformerMetadata.cs"/>
<Compile Include="Routing\DynamicRouteValueTransformer.cs"/>
<Compile Include="Routing\EndpointRoutingUrlHelper.cs"/>
<Compile Include="Routing\HttpMethodAttribute.cs"/>
<Compile Include="Routing\IActionHttpMethodProvider.cs"/>
<Compile Include="Routing\InertEndpointBuilder.cs"/>
<Compile Include="Routing\IRequestDelegateFactory.cs"/>
<Compile Include="Routing\IRouteTemplateProvider.cs"/>
<Compile Include="Routing\IRouteValueProvider.cs"/>
<Compile Include="Routing\IUrlHelperFactory.cs"/>
<Compile Include="Routing\KnownRouteValueConstraint.cs"/>
<Compile Include="Routing\MvcAttributeRouteHandler.cs"/>
<Compile Include="Routing\MvcRouteHandler.cs"/>
<Compile Include="Routing\NormalizedRouteValue.cs"/>
<Compile Include="Routing\NullRouter.cs"/>
<Compile Include="Routing\PageLinkGeneratorExtensions.cs"/>
<Compile Include="Routing\RoutePatternWriter.cs"/>
<Compile Include="Routing\RouteValueAttribute.cs"/>
<Compile Include="Routing\UrlHelper.cs"/>
<Compile Include="Routing\UrlHelperBase.cs"/>
<Compile Include="Routing\UrlHelperFactory.cs"/>
<Compile Include="Routing\ViewEnginePath.cs"/>
<Compile Include="SerializableError.cs"/>
<Compile Include="ServiceFilterAttribute.cs"/>
<Compile Include="ServiceFilterOfTAttribute.cs"/>
<Compile Include="SignInResult.cs"/>
<Compile Include="SignOutResult.cs"/>
<Compile Include="StatusCodeResult.cs"/>
<Compile Include="TypeFilterAttribute.cs"/>
<Compile Include="TypeFilterOfTAttribute.cs"/>
<Compile Include="UnauthorizedObjectResult.cs"/>
<Compile Include="UnauthorizedResult.cs"/>
<Compile Include="UnprocessableEntityObjectResult.cs"/>
<Compile Include="UnprocessableEntityResult.cs"/>
<Compile Include="UnsupportedMediaTypeResult.cs"/>
<Compile Include="UrlHelperExtensions.cs"/>
<Compile Include="ValidationProblemDetails.cs"/>
<Compile Include="ViewFeatures\IKeepTempDataResult.cs"/>
<Compile Include="VirtualFileResult.cs"/>
<Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
<Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
<Compile Include="..\..\..\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
<Compile Include="..\..\..\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
<Compile Include="..\..\..\Shared\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
<Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
<Compile Include="..\..\..\Shared\RangeHelper\RangeHelper.cs" Link="src\Shared\RangeHelper\RangeHelper.cs"/>
<Compile Include="..\..\..\Shared\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
<Compile Include="..\..\..\Shared\EndpointMetadataPopulator.cs" Link="src\Shared\EndpointMetadataPopulator.cs"/>
<Compile Include="..\..\..\Shared\ResponseContentTypeHelper.cs" Link="src\Shared\ResponseContentTypeHelper.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultHelper.cs" Link="src\Shared\ResultsHelpers\FileResultHelper.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultInfo.cs" Link="src\Shared\ResultsHelpers\FileResultInfo.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\FileResultLogging.cs" Link="src\Shared\ResultsHelpers\FileResultLogging.cs"/>
<Compile Include="..\..\..\Shared\ResultsHelpers\SharedUrlHelper.cs" Link="src\Shared\ResultsHelpers\SharedUrlHelper.cs"/>
<Compile Include="..\..\..\Shared\ProblemDetails\ProblemDetailsDefaults.cs" Link="src\Shared\ProblemDetails\ProblemDetailsDefaults.cs"/>
<Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/>
<Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\Shared\HttpParseResult.cs"/>
<Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\Shared\HttpRuleParser.cs"/>
<Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\Shared\Json\JsonSerializerExtensions.cs"/>
<Compile Include="..\..\..\Shared\Obsoletions.cs" Link="src\Shared\Obsoletions.cs"/>
<Compile Include="..\..\..\Http\Routing\src\DataSourceDependentCache.cs" Link="src\Http\Routing\src\DataSourceDependentCache.cs"/>
<Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
<Compile Include="..\..\..\Shared\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\e108c23824964e738a30b75fce323cc7\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abecc4e8ba744143849b97be27f5a6cc\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a336750469b042f79321156100a48bd8\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d15d483cca354f3396c6ed15bdda96f4\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0910b166ca914afba81c3034de838ed4\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db0326354d9a4ee1af3bcfb184222c1a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c1a63d15d4e4adf9b17602d1e9a0639\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31761be6e0ee4273abcd57582a7bc995\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3853927159a45ddb5533dd72ba79e86\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e5cb953b33f45cfb53c3fab3cdb3d11\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02d3228d72854901afb1f4022cdeb12d\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dd9c26236664e439091ae3b54c4962c\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c885ebf81dd14829b581c0c4a68f16da\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1caef6a0391143658b4f50431ac9972f\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\776168694b5741b1a21a418e4b337590\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8809ac5565e44edaaebf08b4402c8fbc\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5f42e602750455285a44edcc0f04e4e\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97c65639b4a34df4ba15b2c62d834979\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35eebf086825430cbba00834cc4e3d1e\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86ff39504ebe4721ab8b8a4def274971\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cfd12681c67843baab447429863929ad\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0e9541134dc4bfb93de639da0b0d7b4\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5aca44892e7843b9acdc465f5f14aab8\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7531d6e2f13450c9bf3575d8753f210\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b2d94cba92e4bd6bb87af5940082a75\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1575cf610b0d42b99d7d92b53b1ef4f1\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\341c90df9ab14d77952dc7eac6eb5d65\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d2ed142cec547a189d05ce13ee1008e\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ecc1fe73d67c4d91922e2f64bb2b18ad\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\faa61b6d8c5043e6a91c33506f1fc3ea\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38907f75024f476da7d4d32787b968fd\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90c7bdf1414645d6afad06f03213ec2d\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a04760c0118a4e81afce6516b9059c66\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d71782c980784b079b5827ecac99b70a\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff358248eccc461ab4ed4e8e1341447b\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dc8c618231c45089d4ec791b71922ab\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ab926fc8cdd4e328459e1e9cc555305\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01355128047044b7bed8bd2b8a28645a\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\784e2e5e83794bfebf6cb960b3b8f9ad\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62e09303454dcd812bbaf47695492a\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d94a12e10324a91b588ff701d0c3a3e\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966152b6f9484b78b467e24c3d73ca96\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fef71ead329a4ef4865763bdd3bd12b4\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5be2f5fa74f94aeeb9e1ac44cb1245e6\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cbfd33c63744628b01d1641d163365e\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4b042e78dab4873ab7e1f6ff5821b9c\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75d2196053784ffc9d0617f73a050057\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2abb081f481c4de68bd0dfe1d8f7097d\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19127a70e602478a81bc61aea4b8eea5\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d41367cdd8d6496d8d7f23f8f3d35848\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cdb270e12be248d9a5d801521e450549\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d0f9e870048448d8cb0b9fd4c059e61\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2480c99c753e41e295051c1e1cc42990\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b69fd93d74741d8936ac4b0777d7917\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54ce477605a14e3ab38555963bd25097\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6a1deaeeb624550aa613fed486219ad\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0722f2bcf4294719903ac2ea7bb76690\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\785236ce1b6e45ab9d4024ce49900ef2\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23680fa29e3b474aba99b960af802a02\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35beeb8a03cb4177bad3a181d71ada44\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2316ed7bb0f64d1eb548bddb0d15b62d\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c15a6368d44b425bb022031ec671814e\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61fd075ec3c3486aad9854d4a6ecdc48\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9be78a2ae4db4b1c9a293115140746d9\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd50d28e1f1e439eb523d58e9286605c\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf163cc6260f40b4a114d36c7aef8b8f\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\148693eaed31455190aa8166398a32d6\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9892a0db10464a3ba754d8d5b34f7f68\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ebfd9443dc54f27b82e15cef7f8d71d\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2c10c736614479a8e8ba63f0888e6bf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28a292677ad94c2ab50cc43dc4dcac60\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1921af0ead094a1fba2250960cdfd332\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f537180250b64c7b931925fb8133351a\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05c51879a5a741a99b13faaacbd84a18\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e402504f1a1742ba88b42d6289efd715\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf9776b0609f42608ba815b2180bcacb\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeca0bea9e194f6d9f2252dcbd4c5d49\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e3b9149b0bb4c00b4baee6b92c8bf94\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ecb62a11f0004494a09508de7b344a4c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3b5b16cb01c445e9d8e4991c8b879f2\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02fb5fa0f4b04ddb95fa3e41603916f8\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbe05b431bce495abc8b0436c2d520fb\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53206397872c4e79ab833b9322e80ee9\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fcdb907296c243c497bba0c4d1b15731\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac3d1e05083f46beaef34d943a8b8804\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ae749bd00ca4f8ba79e6e8cfff867e7\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d5c2100239e4dcfb830ab0cd95f2b5a\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d5f8a473dd4464eabccb95f610e354c\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdff571f101643059b8db33d586ef433\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d13056a34f34adaa036ce9dbd2c46ec\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d2ff1e058e744354b810f58958ea4f84\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9248ea084274639989e9af2b5f12200\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4452451d4e9c42c49d00a7d63ac91c78\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38af558237064d6b95b3a229e2c45c32\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a43e0057335641abb7cf221508ea262e\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\883dbf61db6a4bc199e66f923d4c279f\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76adca4940794506bb9aafb47f2d3a2e\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f532955edc64d308f1319f4144c657f\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06ebe5532daa490791af63f5971da348\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\980135dc76b74871b28fab5a568e4b56\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d598ba86d6248edba33d2da4607439d\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23b7ff5008cf4281ab73b87290de0c3b\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56a5d513a8374cfabe37f20d5307478c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8256f7fdb84b41f19ec06076edafc59b\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4131ea36924f47a6b4fa38c9a108f740\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8340eb0894054aa8ac60c950c1816370\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a7334b1ab994f56bfb44908468503e2\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02e1cf4f45e741f7b29cfe20f0347cee\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d03fde3afae45379e808ccc6ab81c25\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\283b1b425cb04d199185a435457d7d06\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4116a55ab57b4bf5b7c57844aa09cb46\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34a43e0fad27490fa8ceb0084e2f6141\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93b48f4550ce4af7b2e36b6eac7027a4\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79788be5c8224f5fab559e2b2804da47\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b197768b7f4141b881b4d6cc739d00a7\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f3571276a5b47dabe2357e46ab22bdd\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49afd3b91b604d4782fa3b5ace55b995\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a34c008243a04dc1a9e68c173ca07868\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\607d09cd461044798d7c7b8dfbfdfea4\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\857b6a1ee04e425f859b390923f307dd\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db032ce14a1b40cd911cf4c3bb611f0d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9bcc6740f05847b488e155f0920f5ba0\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\290024ee0c9943bca37a01cf7b4add35\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12515b3682e04ed0b5e24b3762990acb\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c8c743c6ee54f66a7eae20e753d609e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7a416e501ce401aaf492b55ccfd2bb0\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9203a19e0def4bc8bd6dcce1ea15c552\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11a6eb5fe90142629533986894c56503\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74e7603c693f432d98263f0c6bcaaf67\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75c3f32816c440eea8cd34785f57ade0\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d721575507874d3296702670dea8fb79\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9dc8762adeb4469bc1c9100c73e2539\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa0401a68d9b4da793bcac072442e08d\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b1aab436fda4e0586b2e35226ab0180\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fe705890d73491bb5f06e2e4d194da7\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ac7b8d7a223482eb9d1c58f4fb0a85c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2feebc527134c5b989ebb327ded2c8b\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa0f5eb890324e6a8a5f7a136508d3f7\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abf1781a96c64c2db220fe7ceddf37f9\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6e1667f7dfc49c8ab2dcff37c619ecd\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\649a01f7e5cf4a68b5a0c10b5bc6f65e\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9344e9b9eac4cf5a61d9983fd34bcf7\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b34caac053c43f3a586fc41e38a835e\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c62d7f46f1145a494297cca175d5617\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73c868a33eaa4203aa78805ff265d55a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb545adae2f424c8b6c8562b1c75f0f\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d15bb37db9ae46df9d830a88e4bf622c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c14bfa56d944d0aa45447bd9dbab91a\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8821c686d2314b4280949150c9c6fa41\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a2287ac015264f689ac93988e69ddd9a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9fd63f47a0746c6a65cf48c1d2661eb\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51ea1222e09a453b81047a767ae1fc98\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba76097aa18540a59299401d2581d221\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8887f8782fc4805bcacd235d6c77583\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fc358a1a74d455d8b38ce55972b7713\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31fda7f8436949e18ef8694ed86be38d\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58887aa49e5d4e31b3ff96fc297db57f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\978778d921134179bafabd55b0184984\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65654fbec34349e787eab907eee20b93\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0586b1fc3b6c449d8fa0274f089224b0\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8abfa03927554737b86e42d0367f4ac2\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1bb9f5e1a9c4289aefe10ccc28dc78f\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c4ed8787859474885cc7f8fb6c628d1\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e467ce0d7ea426bbb85dfb7f1c7f0ab\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96d3820cb3f949248b4dab758787084c\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6810ed9610443b18659f01efec23cd0\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3475a6867ad42f5aebbc113a9011b8a\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9b9597a2d844faaa07598b5d104c566\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6c3a0fee57f4a71bb0140928f44faca\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b917a28cae648b4a0474b5e010b908a\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5246498476e142c899946c25c21da34d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b8cd3b661504d75bf8df26dc4484a9a\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdaa916bbb1240bf9eea14e2165e6a15\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3a382e7ded9449c97d51173267afcd8\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81a57c62a1ec497588e0dd09f6b02185\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2c43810b600452cbb0e2793b894a721\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7857e1a6693e4e83baadb83a58e322b6\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\224337b764114b429880b6dc275b1606\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff6ecad27557455fb880c8034dbb5e9b\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2d4d04d5d2e4e48aa0332922fe39354\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9aaf108fb0e47fd9457eed7446d7f59\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fd8dbfbc6c84c25afe2233bee0f6183\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fbe6d47df362468e8dd4882662ad7a27\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2cff1b164e1d48d9ba07d60cc98cc9d9\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7bf919f7c0e498792212976ad9ea664\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63d228eb68094b6383c750275c4db78d\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67147b86fb3948d6b844c008cfdb8a87\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bb1f221674c443bbcf7220a34a6ac0d\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\944e6055febc4eea80b11aceb65a6e85\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7b2d28b7f904737af613db6180589a0\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7229c6e1bccb473eb2c4959a51cd7635\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65370591cb6146b0a6ea72a77ad90ff6\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5931fec9310b48298ed10a06b35d2301\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11b9543388fb4820bee52986ee50bb3a\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7e6ea659d5c427b8a0a9cb06594e100\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\736453dca6d548888914c947de7b9d17\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9cb17416a0b54043a7afb74c0f392fa9\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc2f267ecfb247c3b1e90723f8390406\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7ebab1d3ef44161b566c8ee60070daf\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e522ccaebdd45f988a2832b7b97385f\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ccb9e3a30cca4c84b88293a6941c00b1\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f0bf8707a514e8f90aa97edd7c7146b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\686a939f62694598b3664886614ef9c3\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\006076079c43493eb46a1f70e2a29319\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f65508b25e04c3a94ebac8a3cf76dcc\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbfa5cabf78340dea1639101135e8b4e\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52ecfacd2f254a22b7c9eb30c3d4aa3c\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ea6a48d389d4e9bbc565a57c404acfc\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74027fbb9af6461aa0c01fb5c75eb8e2\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aae783d5487e40ee9aab2b5ef5e5581e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12ed802ab3284e63b07607dde2aac1d4\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e85ddfcb0ef4626a5b0079c272823be\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bddfdb06a984310866f73bb8f27f24e\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a70cfc1335464fe39a82d3e290dc7779\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7474442b79204bb596927967c7609a8b\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0829fd1f4b8c4bba8b982669bd3f5f71\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04d0ad28b68d40c6a65e40389911b98d\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6181ef95bd064960a30ebb5515bf2980\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7eb9797b81945039da2418bf1de61a9\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e58ac1e0a92c4dab90e2fbae5f2392a7\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\073abe68c28348279447fb848a2430cc\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\588660e16dd0470490f17dcab063cfbd\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0db3b8d6e86e43109b06501c6d38ea77\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b3302d9f647414eab83d3f9d65e696c\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5e35c9f11cd4327963ebd12e7bd61e5\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe61cc36ecfe4c26b45be6525e7d9a4e\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83e9c3605b084d46b9903d2ac4951204\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6f8231511cd45e59cd5e528aa1429f6\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
</ItemGroup>
</Project>
|