| File: Microsoft.AspNetCore.Routing.csproj | Web Access |
| Project: src\aspnetcore\src\Http\Routing\src\Microsoft.AspNetCore.Routing.csproj (Microsoft.AspNetCore.Routing) |
<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.Routing</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <KeyOriginatorFile>..\..\..\..\..\..\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\snk\AspNetCore.snk</KeyOriginatorFile> <LangVersion>Preview</LangVersion> <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="ArrayBuilder.cs"/> <Compile Include="AuthorizationMetadataHelper.cs"/> <Compile Include="Builder\EndpointFilterExtensions.cs"/> <Compile Include="Builder\EndpointRouteBuilderExtensions.cs"/> <Compile Include="Builder\EndpointRoutingApplicationBuilderExtensions.cs"/> <Compile Include="Builder\FallbackEndpointRouteBuilderExtensions.cs"/> <Compile Include="Builder\OpenApiRouteHandlerBuilderExtensions.cs"/> <Compile Include="Builder\RouteHandlerBuilder.cs"/> <Compile Include="Builder\RouteHandlerServices.cs"/> <Compile Include="Builder\RoutingBuilderExtensions.cs"/> <Compile Include="Builder\RoutingEndpointConventionBuilderExtensions.cs"/> <Compile Include="Builder\ValidationRouteHandlerBuilderExtensions.cs"/> <Compile Include="CompositeEndpointDataSource.cs"/> <Compile Include="ConfigureRouteHandlerOptions.cs"/> <Compile Include="ConfigureRouteOptions.cs"/> <Compile Include="Constraints\AlphaRouteConstraint.cs"/> <Compile Include="Constraints\BoolRouteConstraint.cs"/> <Compile Include="Constraints\CompositeRouteConstraint.cs"/> <Compile Include="Constraints\DateTimeRouteConstraint.cs"/> <Compile Include="Constraints\DecimalRouteConstraint.cs"/> <Compile Include="Constraints\DoubleRouteConstraint.cs"/> <Compile Include="Constraints\FileNameRouteConstraint.cs"/> <Compile Include="Constraints\FloatRouteConstraint.cs"/> <Compile Include="Constraints\GuidRouteConstraint.cs"/> <Compile Include="Constraints\HttpMethodRouteConstraint.cs"/> <Compile Include="Constraints\IntRouteConstraint.cs"/> <Compile Include="Constraints\LengthRouteConstraint.cs"/> <Compile Include="Constraints\LongRouteConstraint.cs"/> <Compile Include="Constraints\MaxLengthRouteConstraint.cs"/> <Compile Include="Constraints\MaxRouteConstraint.cs"/> <Compile Include="Constraints\MinLengthRouteConstraint.cs"/> <Compile Include="Constraints\MinRouteConstraint.cs"/> <Compile Include="Constraints\NonFileNameRouteConstraint.cs"/> <Compile Include="Constraints\NullRouteConstraint.cs"/> <Compile Include="Constraints\OptionalRouteConstraint.cs"/> <Compile Include="Constraints\RangeRouteConstraint.cs"/> <Compile Include="Constraints\RegexErrorStubRouteConstraint.cs"/> <Compile Include="Constraints\RegexInlineRouteConstraint.cs"/> <Compile Include="Constraints\RegexRouteConstraint.cs"/> <Compile Include="Constraints\RequiredRouteConstraint.cs"/> <Compile Include="Constraints\StringRouteConstraint.cs"/> <Compile Include="DataSourceDependentCache.cs"/> <Compile Include="DataTokensMetadata.cs"/> <Compile Include="DecisionTree\DecisionCriterion.cs"/> <Compile Include="DecisionTree\DecisionCriterionValue.cs"/> <Compile Include="DecisionTree\DecisionCriterionValueEqualityComparer.cs"/> <Compile Include="DecisionTree\DecisionTreeBuilder.cs"/> <Compile Include="DecisionTree\DecisionTreeNode.cs"/> <Compile Include="DecisionTree\IClassifier.cs"/> <Compile Include="DecisionTree\ItemDescriptor.cs"/> <Compile Include="DefaultEndpointDataSource.cs"/> <Compile Include="DefaultEndpointRouteBuilder.cs"/> <Compile Include="DefaultInlineConstraintResolver.cs"/> <Compile Include="DefaultLinkGenerator.cs"/> <Compile Include="DefaultLinkParser.cs"/> <Compile Include="DefaultParameterPolicyFactory.cs"/> <Compile Include="DependencyInjection\RoutingServiceCollectionExtensions.cs"/> <Compile Include="EndpointDataSource.cs"/> <Compile Include="EndpointGroupNameAttribute.cs"/> <Compile Include="EndpointMiddleware.cs"/> <Compile Include="EndpointNameAddressScheme.cs"/> <Compile Include="EndpointNameAttribute.cs"/> <Compile Include="EndpointNameMetadata.cs"/> <Compile Include="EndpointRoutingMiddleware.cs"/> <Compile Include="ExcludeFromDescriptionAttribute.cs"/> <Compile Include="FallbackMetadata.cs"/> <Compile Include="HostAttribute.cs"/> <Compile Include="HttpMethodMetadata.cs"/> <Compile Include="IDataTokenMetadata.cs"/> <Compile Include="IDynamicEndpointMetadata.cs"/> <Compile Include="IEndpointAddressScheme.cs"/> <Compile Include="IEndpointGroupNameMetadata.cs"/> <Compile Include="IEndpointNameMetadata.cs"/> <Compile Include="IEndpointRouteBuilder.cs"/> <Compile Include="IExcludeFromDescriptionMetadata.cs"/> <Compile Include="IHostMetadata.cs"/> <Compile Include="IHttpMethodMetadata.cs"/> <Compile Include="IInlineConstraintResolver.cs"/> <Compile Include="INamedRouter.cs"/> <Compile Include="InlineRouteParameterParser.cs"/> <Compile Include="Internal\DfaGraphWriter.cs"/> <Compile Include="Internal\FormOptionsMetadata.cs"/> <Compile Include="IRouteBuilder.cs"/> <Compile Include="IRouteCollection.cs"/> <Compile Include="IRouteNameMetadata.cs"/> <Compile Include="ISuppressLinkGenerationMetadata.cs"/> <Compile Include="ISuppressMatchingMetadata.cs"/> <Compile Include="LinkGeneratorEndpointNameAddressExtensions.cs"/> <Compile Include="LinkGeneratorRouteValuesAddressExtensions.cs"/> <Compile Include="LinkParser.cs"/> <Compile Include="LinkParserEndpointNameAddressExtensions.cs"/> <Compile Include="MapRouteRouteBuilderExtensions.cs"/> <Compile Include="Matching\AcceptsMatcherPolicy.cs"/> <Compile Include="Matching\AmbiguousMatchException.cs"/> <Compile Include="Matching\Candidate.cs"/> <Compile Include="Matching\CandidateSet.cs"/> <Compile Include="Matching\CandidateState.cs"/> <Compile Include="Matching\ContentEncodingMetadata.cs"/> <Compile Include="Matching\ContentEncodingNegotiationMatcherPolicy.cs"/> <Compile Include="Matching\DataSourceDependentMatcher.cs"/> <Compile Include="Matching\DefaultEndpointSelector.cs"/> <Compile Include="Matching\DfaMatcher.cs"/> <Compile Include="Matching\DfaMatcherBuilder.cs"/> <Compile Include="Matching\DfaMatcherFactory.cs"/> <Compile Include="Matching\DfaNode.cs"/> <Compile Include="Matching\DfaState.cs"/> <Compile Include="Matching\DictionaryJumpTable.cs"/> <Compile Include="Matching\EndpointComparer.cs"/> <Compile Include="Matching\EndpointMetadataComparer.cs"/> <Compile Include="Matching\EndpointSelector.cs"/> <Compile Include="Matching\FastPathTokenizer.cs"/> <Compile Include="Matching\HostMatcherPolicy.cs"/> <Compile Include="Matching\HttpMethodDestinationsLookup.cs"/> <Compile Include="Matching\HttpMethodDictionaryPolicyJumpTable.cs"/> <Compile Include="Matching\HttpMethodMatcherPolicy.cs"/> <Compile Include="Matching\HttpMethodSingleEntryPolicyJumpTable.cs"/> <Compile Include="Matching\ICachableParameterPolicy.cs"/> <Compile Include="Matching\IEndpointComparerPolicy.cs"/> <Compile Include="Matching\IEndpointSelectorPolicy.cs"/> <Compile Include="Matching\ILEmitTrieFactory.cs"/> <Compile Include="Matching\ILEmitTrieJumpTable.cs"/> <Compile Include="Matching\INegotiateMetadata.cs"/> <Compile Include="Matching\INodeBuilderPolicy.cs"/> <Compile Include="Matching\IParameterLiteralNodeMatchingPolicy.cs"/> <Compile Include="Matching\JumpTable.cs"/> <Compile Include="Matching\JumpTableBuilder.cs"/> <Compile Include="Matching\LinearSearchJumpTable.cs"/> <Compile Include="Matching\Matcher.cs"/> <Compile Include="Matching\MatcherBuilder.cs"/> <Compile Include="Matching\MatcherFactory.cs"/> <Compile Include="Matching\MatcherPolicy.cs"/> <Compile Include="Matching\NegotiationMatcherPolicy.cs"/> <Compile Include="Matching\PathSegment.cs"/> <Compile Include="Matching\PolicyJumpTable.cs"/> <Compile Include="Matching\PolicyJumpTableEdge.cs"/> <Compile Include="Matching\PolicyNodeEdge.cs"/> <Compile Include="Matching\SingleEntryAsciiJumpTable.cs"/> <Compile Include="Matching\SingleEntryJumpTable.cs"/> <Compile Include="Matching\ZeroEntryJumpTable.cs"/> <Compile Include="NullRouter.cs"/> <Compile Include="ParameterPolicyActivator.cs"/> <Compile Include="ParameterPolicyFactory.cs"/> <Compile Include="PathTokenizer.cs"/> <Compile Include="Patterns\DefaultRoutePatternTransformer.cs"/> <Compile Include="Patterns\RouteParameterParser.cs"/> <Compile Include="Patterns\RoutePattern.cs"/> <Compile Include="Patterns\RoutePatternDebugStringFormatter.cs"/> <Compile Include="Patterns\RoutePatternException.cs"/> <Compile Include="Patterns\RoutePatternFactory.cs"/> <Compile Include="Patterns\RoutePatternLiteralPart.cs"/> <Compile Include="Patterns\RoutePatternMatcher.cs"/> <Compile Include="Patterns\RoutePatternParameterKind.cs"/> <Compile Include="Patterns\RoutePatternParameterPart.cs"/> <Compile Include="Patterns\RoutePatternParameterPolicyReference.cs"/> <Compile Include="Patterns\RoutePatternParser.cs"/> <Compile Include="Patterns\RoutePatternPart.cs"/> <Compile Include="Patterns\RoutePatternPartKind.cs"/> <Compile Include="Patterns\RoutePatternPathSegment.cs"/> <Compile Include="Patterns\RoutePatternSeparatorPart.cs"/> <Compile Include="Patterns\RoutePatternTransformer.cs"/> <Compile Include="RegexInlineRouteConstraintSetup.cs"/> <Compile Include="RequestDelegateFilterPipelineBuilder.cs"/> <Compile Include="RequestDelegateRouteBuilderExtensions.cs"/> <Compile Include="Route.cs"/> <Compile Include="RouteBase.cs"/> <Compile Include="RouteBuilder.cs"/> <Compile Include="RouteCollection.cs"/> <Compile Include="RouteConstraintBuilder.cs"/> <Compile Include="RouteConstraintMatcher.cs"/> <Compile Include="RouteCreationException.cs"/> <Compile Include="RouteEndpoint.cs"/> <Compile Include="RouteEndpointBuilder.cs"/> <Compile Include="RouteEndpointDataSource.cs"/> <Compile Include="RouteGroupBuilder.cs"/> <Compile Include="RouteGroupContext.cs"/> <Compile Include="RouteHandler.cs"/> <Compile Include="RouteHandlerOptions.cs"/> <Compile Include="RouteNameMetadata.cs"/> <Compile Include="RouteOptions.cs"/> <Compile Include="RouterMiddleware.cs"/> <Compile Include="RouteValueEqualityComparer.cs"/> <Compile Include="RouteValuesAddress.cs"/> <Compile Include="RouteValuesAddressScheme.cs"/> <Compile Include="RoutingFeature.cs"/> <Compile Include="RoutingMarkerService.cs"/> <Compile Include="RoutingMetrics.cs"/> <Compile Include="SegmentState.cs"/> <Compile Include="ShortCircuit\IShortCircuitMetadata.cs"/> <Compile Include="ShortCircuit\RouteShortCircuitEndpointConventionBuilderExtensions.cs"/> <Compile Include="ShortCircuit\RouteShortCircuitEndpointRouteBuilderExtensions.cs"/> <Compile Include="ShortCircuit\ShortCircuitAttribute.cs"/> <Compile Include="SuppressLinkGenerationMetadata.cs"/> <Compile Include="SuppressMatchingMetadata.cs"/> <Compile Include="Template\DefaultTemplateBinderFactory.cs"/> <Compile Include="Template\InlineConstraint.cs"/> <Compile Include="Template\RoutePrecedence.cs"/> <Compile Include="Template\RouteTemplate.cs"/> <Compile Include="Template\TemplateBinder.cs"/> <Compile Include="Template\TemplateBinderFactory.cs"/> <Compile Include="Template\TemplateMatcher.cs"/> <Compile Include="Template\TemplateParser.cs"/> <Compile Include="Template\TemplatePart.cs"/> <Compile Include="Template\TemplateSegment.cs"/> <Compile Include="Template\TemplateValuesResult.cs"/> <Compile Include="Tree\InboundMatch.cs"/> <Compile Include="Tree\InboundRouteEntry.cs"/> <Compile Include="Tree\LinkGenerationDecisionTree.cs"/> <Compile Include="Tree\OutboundMatch.cs"/> <Compile Include="Tree\OutboundMatchResult.cs"/> <Compile Include="Tree\OutboundRouteEntry.cs"/> <Compile Include="Tree\TreeEnumerator.cs"/> <Compile Include="Tree\TreeRouteBuilder.cs"/> <Compile Include="Tree\TreeRouter.cs"/> <Compile Include="Tree\UrlMatchingNode.cs"/> <Compile Include="Tree\UrlMatchingTree.cs"/> <Compile Include="UriBuilderContextPooledObjectPolicy.cs"/> <Compile Include="UriBuildingContext.cs"/> <Compile Include="ValidationEndpointFilterFactory.cs"/> <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\aspnetcore\src\Shared\PropertyHelper\PropertyHelper.cs"/> <Compile Include="..\..\..\Shared\RoslynUtils\TypeHelper.cs" Link="src\aspnetcore\src\Shared\RoslynUtils\TypeHelper.cs"/> <Compile Include="..\..\..\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs" Link="src\aspnetcore\src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs"/> <Compile Include="..\..\..\Shared\Json\JsonSerializerExtensions.cs" Link="src\aspnetcore\src\Shared\Json\JsonSerializerExtensions.cs"/> <Compile Include="..\..\..\Shared\RouteHandlers\ExecuteHandlerHelper.cs" Link="src\aspnetcore\src\Shared\RouteHandlers\ExecuteHandlerHelper.cs"/> <Compile Include="..\..\..\Shared\RouteValueDictionaryTrimmerWarning.cs" Link="src\aspnetcore\src\Shared\RouteValueDictionaryTrimmerWarning.cs"/> <Compile Include="..\..\..\Shared\HttpRuleParser.cs" Link="src\aspnetcore\src\Shared\HttpRuleParser.cs"/> <Compile Include="..\..\..\Shared\HttpParseResult.cs" Link="src\aspnetcore\src\Shared\HttpParseResult.cs"/> <Compile Include="..\..\..\Shared\Debugger\DebuggerHelpers.cs" Link="src\aspnetcore\src\Shared\Debugger\DebuggerHelpers.cs"/> <Compile Include="..\..\..\Shared\AntiforgeryMetadata.cs" Link="src\aspnetcore\src\Shared\AntiforgeryMetadata.cs"/> <Compile Include="..\..\..\Shared\MiddlewareInvokedKeys.cs" Link="src\aspnetcore\src\Shared\MiddlewareInvokedKeys.cs"/> <Compile Include="..\..\..\Shared\HttpExtensions.cs" Link="src\aspnetcore\src\Shared\HttpExtensions.cs"/> <Compile Include="..\..\..\Shared\ContentTypeConstants.cs" Link="src\aspnetcore\src\Shared\ContentTypeConstants.cs"/> <Compile Include="..\..\..\Shared\Diagnostics\RouteDiagnosticsHelpers.cs" Link="src\aspnetcore\src\Shared\Diagnostics\RouteDiagnosticsHelpers.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.GlobalUsings.g.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.GlobalUsings.g.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.InternalsVisibleTo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.InternalsVisibleTo.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.Resources.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.Resources.cs"/> <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.AssemblyInfo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="..\..\..\..\..\..\ref\925a553a7be6439393e20345baddc025\Microsoft.AspNetCore.Authorization.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\35f861ecad734879bd6ae7a2a53029dc\Microsoft.AspNetCore.Connections.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d82c3fac84f84eadb47341d677c91d3a\Microsoft.AspNetCore.Http.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0983ce3bd67448be8b8356e09501ab0c\Microsoft.AspNetCore.Http.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5759ea4267db41388deb29734592a25e\Microsoft.AspNetCore.Http.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\918c1eea0c0746b9b806b68baeb12599\Microsoft.AspNetCore.Http.Features.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a710db7214854ad5a5550bbcb830e0e8\Microsoft.AspNetCore.Metadata.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\04cfacbcbecd4e0db9b6489b03f2c9c4\Microsoft.AspNetCore.Routing.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\3aaad540b9ce4009a5dc00395e47fcde\Microsoft.AspNetCore.WebUtilities.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d08fe887f3414a70b6144953b7acfde2\Microsoft.CSharp.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a9bdcc354a184b0d850e3f73714790fc\Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\91ce9535fec1428a88d53ca38641a1cb\Microsoft.Extensions.Caching.Memory.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5dd3797b75a0481683a0f9eedf7620a6\Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\78c152993c82468ca2602862604d2ccb\Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a5de1fe75bd241cdb17d464cb9d62217\Microsoft.Extensions.Configuration.CommandLine.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b614adf9b97147769c02fcfcb987b2a6\Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e91cd3b011194394baa771812b8f272a\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b3d2cc4695b34b66af5128618b486c94\Microsoft.Extensions.Configuration.FileExtensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4ab4166bdd9b46ae8494784a274ed7c4\Microsoft.Extensions.Configuration.Ini.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9987e1f6f4b849f281f9cfa6a371455f\Microsoft.Extensions.Configuration.Json.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\26aa6e7ad4cc4918ab63e5fe79b0104a\Microsoft.Extensions.Configuration.UserSecrets.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\87509224ffee460fbdb2a5f5f7ab494a\Microsoft.Extensions.Configuration.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b31076baa3384933a990c85b9835be40\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\270da867b883451583b674bbf96bce30\Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0fa92e611c0540b59cefde4c63778261\Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a5177f0f78244ddebd73010ec4fb4443\Microsoft.Extensions.Diagnostics.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6023d74d6ef847a0a568641e888454d1\Microsoft.Extensions.Features.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7d31ed777263418f8bda26427f88a5b4\Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8b26267ba3c849538bdbf93df04ef59f\Microsoft.Extensions.FileProviders.Composite.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4c1db2a5c7ac4c598794370bb97db541\Microsoft.Extensions.FileProviders.Physical.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7c8fef8299f843cfa3961f6bb822c807\Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4fcdf873324842e588d379be1489d1ec\Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2956c8cac4f34ebeb8be9496b4a7a4fa\Microsoft.Extensions.Hosting.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0a9df99e12654b34b7f8a44b3ac9d6ac\Microsoft.Extensions.Http.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\1edd528328fa499282ec66d47c63bfa9\Microsoft.Extensions.Localization.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6929e2573fff4fdf958932161d556c1b\Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\ad92dc8e8e2a4c1181591cacfd3e4007\Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5cd0fb5ce78840e98ef0410e88183e7a\Microsoft.Extensions.Logging.Console.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6009dc2f47d7466cb05370aa961c73a8\Microsoft.Extensions.Logging.Debug.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a7f589da443f410b95e1380122386420\Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8a7f4aeebd2741e5b7d3ba6da3ef06d5\Microsoft.Extensions.Logging.EventLog.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b3297fde33a640cfa08a6b5003fe4ad2\Microsoft.Extensions.Logging.EventSource.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\30943764a1e9460e9778359689211758\Microsoft.Extensions.Logging.TraceSource.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\99065053105f4814a5438c03acd449c6\Microsoft.Extensions.ObjectPool.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\65ec5078aefa4e8bbcca1f13b5b44f25\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\898b69cff7ab449b9c927626ad3dae19\Microsoft.Extensions.Options.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\324ae83df016433bb4081d4dd7ebf4c2\Microsoft.Extensions.Options.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2a8380514df741a8b6798d1f104e15ad\Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\97110db3c1ee48a1bd80b847a685eca9\Microsoft.Extensions.Validation.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b1dc198078994ddcaa7ed4af3e81c146\Microsoft.Net.Http.Headers.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e3e3c37367a046968c2968ea1d2714ad\Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6b162b218a8247df9fb598c4f052cf4c\Microsoft.VisualBasic.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c9daf54840a14f9e9c703db0bce7ab95\Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9dd8246846704507bbb7a3a30bd321f3\Microsoft.Win32.Registry.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cb64a573b953449ca0a6bff5b3979e67\mscorlib.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8c98d140d001405cb3ae36d3b09dd571\netstandard.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f214560ce84e45d3a599580b54bf3550\System.AppContext.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\131e14a8e48f4ab28ddf8341a7559c8e\System.Buffers.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\44f3761c7d3f4e82804114d956ae2096\System.Collections.Concurrent.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\31a1f6af30d1450d9c5dcd989b21e990\System.Collections.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cd70a723addb48e499794e46a866df04\System.Collections.Immutable.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\3eec676013f84a978880f43a2f958b8a\System.Collections.NonGeneric.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\db12839c3d2d421d8ebc85b0aaec8774\System.Collections.Specialized.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\ebc4648b261141bd94ef0af18ebba0a8\System.ComponentModel.Annotations.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\eee634b962014c77b7e42836fc91c8f4\System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\61e8201672e8457085bd088f08b120d5\System.ComponentModel.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\ff2d916b729646fe80fa99a441f39fe3\System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\33d13cb57a2948c7a59eabba747535b3\System.ComponentModel.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c2e7e9686b804428b62c2c3550a619b3\System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\461e59ddce99461db6e18fc3d890829b\System.Configuration.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\30e0c08f3c1e411ea8f0c2b839d307f6\System.Console.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0eea34f284b84e1a96c0c09515f31990\System.Core.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2a040cda67064ea9962661cc83c16725\System.Data.Common.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\908f509a8acb482ca09a1334b72039fc\System.Data.DataSetExtensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b1df1b09935f45d38845162f5905f2e3\System.Data.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4d666744bbfa420da1467946b9baa96d\System.Diagnostics.Contracts.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\68735f7ed150449ea9e5daee2850a9df\System.Diagnostics.Debug.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\35e3086e9a414d99889b02d7f3c5cd77\System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f79002d7251c4499899b5a6ec214a200\System.Diagnostics.EventLog.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b74bfb758fab43ad83036940240a5c78\System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\99959cfdfda04ed384f6a7329005e43b\System.Diagnostics.Process.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c72f036596c64366bdb58076bcdb5359\System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\414aae37f6ea485c8dffc54d724696c7\System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\fa9eaa0aae1a4bcf989c2ed2045b9f92\System.Diagnostics.Tools.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2b74a1a87f8b46d5881164bafafae540\System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f78089440f534016992b177129c83f19\System.Diagnostics.Tracing.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c1c7bc5722e14aa381920ef19a47448e\System.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9a99cd2f57ed430aaf132b303cfeff37\System.Drawing.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\90788b5c45a942e9a6690fa44dd80f58\System.Drawing.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f4042a4dbdda4b068cc15c3db3fb5009\System.Dynamic.Runtime.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e81a6af5a22e4c56bb0120054e254c14\System.Formats.Asn1.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\13c668d9b5dd493c97e5875856a2d76f\System.Formats.Cbor.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\80a21ba788b941549ee0f08072f7b7a3\System.Formats.Tar.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4bc4d9cc6c3e4427961d0e90195432a5\System.Globalization.Calendars.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\500ac89e76cc414293a83ca993efa4a4\System.Globalization.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\1822fd813ef14dfc87a8dc93ba5f4782\System.Globalization.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\bbe4bf600fbb416ebc65a9a86b70abe6\System.IO.Compression.Brotli.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\74d64388e329462b84bf9379ed80435f\System.IO.Compression.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\32ed80640aef445ab731c56a1366b8f4\System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d688c88604d84579aa1b40b9ab6c884f\System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a59e08a879eb46f59776dead6a9ed8cb\System.IO.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d8b1b2601e2645d8997824b5e8263d1d\System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c74b378d4a2242c9a22d152eda86e630\System.IO.FileSystem.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b1ecebadb3df4b7f9749c3edf3ef49c7\System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b77a904286594f08a1d98a5c51673f83\System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\06c21532a02f4e92be2cee7c0541d033\System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6a3d72370a844a05af612b3112c9dfd4\System.IO.IsolatedStorage.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7a97aeabe65d41ffaebe18db8d69a411\System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4a0e91041c264e118f7243d73f906f99\System.IO.Pipelines.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\037a7a0e7c72478abf95db419d81d7e3\System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b27710508b2c4c1db61ce01fe8d0d72e\System.IO.Pipes.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4f4b038d58494e78a18b66650241ca90\System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\09b7f27c0ca8439ea851508e881e8528\System.Linq.AsyncEnumerable.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\10a685be76ae45bf87bbcada81451537\System.Linq.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a7632fe3c19048f482bfa778efcea864\System.Linq.Expressions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c9c892338fd74f318ee45d85b3a2c513\System.Linq.Parallel.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6fbe2946e4fe4dcb8081bd6dc5e9bb5d\System.Linq.Queryable.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b3bc3834a66745fda395fff1edb623b0\System.Memory.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\bdfdfc003fce4acfb62f6b6da6f2cde0\System.Net.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0d3faf0740ed4664a66fc467d3ccc1e6\System.Net.Http.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0af5016aa141458d9bb48c02d5f00a73\System.Net.Http.Json.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9de2fb698e654e72ab723ab51ae1d78e\System.Net.HttpListener.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\06acb13196bc45b69e736bc3df74e9fb\System.Net.Mail.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\89b520a860bc48be8b29b15c716a8ca9\System.Net.NameResolution.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e13a31a70d714c5d953482b7acc3db78\System.Net.NetworkInformation.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cea9a703c2034e358e381bcee4cbfaa2\System.Net.Ping.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2c47ba6dbe8946b29d1d31789ffdb201\System.Net.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\eba5c6962c084f2aa1d9eb67e8b7bfb9\System.Net.Quic.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0a54c962c19049319337d71bfb612b83\System.Net.Requests.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cbc58e023baf441ab79060a818699e7e\System.Net.Security.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9da05e3c929a4ef090310c789239e204\System.Net.ServerSentEvents.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\df521008a0a54c0b955fe6685eb5d24e\System.Net.ServicePoint.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4220746653364b53a9df1822eb9f12d7\System.Net.Sockets.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8fce2805836b4cb699674493704cc10e\System.Net.WebClient.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0ef9da3f80144e80aa1af9eba6dca469\System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cc861ace9f81422eb28e83c07882c350\System.Net.WebProxy.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6a05fb741f214897b80be2b1f6fb73e8\System.Net.WebSockets.Client.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9d224d0d7015439f87074814ac94a8de\System.Net.WebSockets.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7541e414f702454cafda11ab91240a0a\System.Numerics.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\21898791929f4c1d9a2c3c410deb88de\System.Numerics.Vectors.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d0a443df234344b6ab594e3a537702cf\System.ObjectModel.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\819ac99c25db4480aaac76666613ed30\System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\93a1e707073448079c3a3b7c45d85be8\System.Reflection.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a43bbf80c89340f8b0f9a0aa10354396\System.Reflection.Emit.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cab6dada37904f6ba368565f7bbf06d5\System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\1bc91c0cc0694049aa51defa803d841f\System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b5fe1ad8b5ac419fb60fc48f66cbe2f5\System.Reflection.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a3433f38d05344d29910f07c89a09bb3\System.Reflection.Metadata.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\32cefd4dae1f4b91b56846c0a711c41f\System.Reflection.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5767d4e6b3d148cabbb7950c77f18346\System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a0437312ce3b43f58471914ac6c0a32d\System.Resources.Reader.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c95b29dd08474f29982c91b80bfe6b90\System.Resources.ResourceManager.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\da9819a0f15241c2aa4c9c070252f79f\System.Resources.Writer.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\91694b4565f341d8a873b4389b3767bd\System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7f5dda8656254b1d8ee82d48bfb3a0db\System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\79cfa4e8e6094f2cab1754c719554d8e\System.Runtime.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\04e87c7a42974e6e823db8eab63e719d\System.Runtime.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cb6d0d33cc56493db9e485fa0b39609b\System.Runtime.Handles.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f02f775d9943424f8f57852aa6374190\System.Runtime.InteropServices.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5ebe9d79164446c282064a1c868e53ec\System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8e031246024a4ed6a98f00c6cbe62553\System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\23ae63905d1340ceaa7050be01f4c139\System.Runtime.Intrinsics.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c6c00066badb452fa5068c3155178593\System.Runtime.Loader.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c2a029c5440c4e3ba465452d80e337c0\System.Runtime.Numerics.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6339e68b3d3e47dba114dc653bc1e9ce\System.Runtime.Serialization.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\55aaefbefedc417090c0e80cbe8f9133\System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c93c9111cb3444fe8ca56c9bb7b2d162\System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0c9716da3a2c40b7bd5fd3c2e28afab8\System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\864ce8a042fd4de0b9b0bcddf7a48ea1\System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\72d3548b03084ee096b48a51580f6ae0\System.Security.AccessControl.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b19b7e895ffc4d268cfb38eba1d9f24a\System.Security.Claims.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\06f9bcae74b0428babaedee80b0b7651\System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a46286d12a2c46c789cdd48e29c8fab2\System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\8d3c1a6419b140c0926e962be92aa11f\System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7e3efd2528cf499e96aa9f6d7e3d0fc9\System.Security.Cryptography.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\522462cc45ff46df95e6b5c441663d54\System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cc670a868d6a4fb1a48eb595dc39cfb7\System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\c168291f99ed41988befcd20de5f8ebf\System.Security.Cryptography.Pkcs.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\9e1fe4ab5cb14e629969e0343d4149f2\System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\d1afe248d05640eca394116da676a461\System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\165cf1689c36400394870011fa8531cd\System.Security.Cryptography.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\1349eda31b7d4a48a660945ea5a09f22\System.Security.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6b5a17d5e9b343b1af24a4ecd8c2eb6a\System.Security.Principal.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\12156e6e2e184adb8b4460d7cfbfeeb2\System.Security.Principal.Windows.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5faf46bc06f34eb2b249e655c5356c2b\System.Security.SecureString.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cfcf0aa740274ae3b508b4e60118263e\System.ServiceModel.Web.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\1f2a78a35ee542cb91d058fbbe8de043\System.ServiceProcess.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\399e86193b2e4630bb46a7731c862380\System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\87e6531b99dc459187d353c3a9845d14\System.Text.Encoding.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\21cb6c8585b044a9b7fa7d7b2aa6be3c\System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\ce8563b144584573859313548a504608\System.Text.Encodings.Web.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\3321091201774a018ef0ee1cae82a4aa\System.Text.Json.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\66b6cada1430470c9f3b08e5e415165c\System.Text.RegularExpressions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0cc9869d02b446a0874da0ac07bcba53\System.Threading.AccessControl.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\43f3257ec5da4da593a2ea97afce1630\System.Threading.Channels.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\29edbc3bfe6d41a189b3ee200da8a6dd\System.Threading.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\cb7fe244d7f4465e8327a094d5a7d6ca\System.Threading.Overlapped.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\2a56dcfcd2194cb2bd8632f0cbe710fb\System.Threading.RateLimiting.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\64dd384b35244a62a33d922a4066af09\System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\501a733a366b46b1afbd014be6bd3612\System.Threading.Tasks.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a9016d0139fe4f2c9600da381797df5e\System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\5730f182899c41d9b53c2a97f0da3148\System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\96e4fdec80f74121bf139a1475279101\System.Threading.Thread.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\ff8b0002fe884623b62bdfc1232976a7\System.Threading.ThreadPool.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a0cb7e5bf9de4a0cb3eea5e3c43d8991\System.Threading.Timer.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e032307e7dc549979f513855a0cae912\System.Transactions.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\f863708d33df48c1a15bb69c7db46240\System.Transactions.Local.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\b3ab1d30c2de4621b8588639d89c5c16\System.ValueTuple.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\10975499239c4ba6b843def2445b38a7\System.Web.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\510ccb58fe1c4792918f7e0355577335\System.Web.HttpUtility.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\148373ef34cf4bfdaf8381a2e189702f\System.Windows.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\4f52c2c39e7e48daa08dc83088dfb727\System.Xml.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\fbaedbc0950b481bbf6792863b8585a4\System.Xml.Linq.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\a1ac1aafd829406db2cc5c4d11e4f628\System.Xml.ReaderWriter.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\92a0c59c897547fa88a3776da1e7a163\System.Xml.Serialization.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\e194e57cd5024c3d92b389f4fe235fdb\System.Xml.XDocument.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\0b6ad3ec7df942b4a31e9f79de5333e4\System.Xml.XmlDocument.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\444dfc2adf9e45219c8ad54aa9839859\System.Xml.XmlSerializer.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\7239a464efa04560998b13d112df13a3\System.Xml.XPath.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6ad6f86b413f4580bb28fa4cb8b6fe34\System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="..\..\..\..\..\..\ref\6609a284ad124c3e88e103a15545c814\WindowsBase.dll"/> </ItemGroup> <ItemGroup> <Compile Include="_generated\0\LoggerMessage.g.cs"/> <Compile Include="_generated\1\RegexGenerator.g.cs"/> </ItemGroup> </Project>