|
<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="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\a90f1df4c6be41daa06a0fb327900b94\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\99f8bc8bb7794918aa201a66afdba5b4\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f9dbbc5dd2d141b6813092b8ccbc6984\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae47d00f2edc450ab4fab2eb285c49c4\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\75e97d269a974233a049838918f26344\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b07110efd38f4e7189bd160fb119083f\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\658213e88a8441b9948689b1ee03fb23\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e58e089ac2c450c9c58b4ae54cbfb03\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db0992b4212a4d849ff3e2504e2a8acf\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4cbbd8e7b67344848e5bb23145676336\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c58b90924b6d456eaeaa937b259a0469\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ebff0ca082294f4d91311f5018017fa7\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cdd1ed1bc64745b7b192d62b91422264\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c56bd00977d14382b3eaa97dda0a3bd4\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8b271119c57441196aa354675dcc5b3\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3adb6e4606bd43b3a4af04817e13e667\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0ea7ad22a1e4c72ac5137bb0edb5c1a\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8b04e35550f44d682027e50494842d2\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ed806acffa24375bd7c28ebc27dc12b\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a941bd1f446945619f9e720ccfa0e202\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a623d69d39ac4d3fb89ddbcc085b0312\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd7c3ef93ee340c1bc3fe68d32618172\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\665dbad03614464893f788de76fd9592\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac1e95293bd8480398568ecf52af6c96\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\161c4866afa04ac6a3c3c2e2a399a855\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85c67e76c0d94138af55e23795f229c4\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cb488c1cfec6408eaa0dfca6d34d1c2e\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0818cf2bd4a84e34be61aec35862107b\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\009c9a02d6354e7c9b87b73ca27b7c30\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3677d9deece24d988756230a832c6e4f\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f6080144557f49399f167b138ee08689\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21fb016302cc432c80481c280d30300e\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\83bf1398b583420ab8d1b93c76fe9292\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f839fd8bc2344257acfb087467fd0c9b\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fb72f496b88f430cad4eeab66a650c9c\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1a7b0126cae49f1b6408fbdc0d9bbc7\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\25a3bb3bcb2a4d4793d04985154ae2e6\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a3eeffba46f4731af717937218b5f8a\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3f7b64a5ece4e4288e92dd06841e0fd\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\007f51c44b354cfe919a65efe92b632f\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dea9bb5c62d448d9895117df11259269\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b3597d1128334a67b2b9a121d3b6f597\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35196ff6797642f491010ebc3620f1bb\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bdc58cf112e74976b36fdcd15f21c52b\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53b4aa61fe6e41668b7353c5443df76e\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cece2626bbfc403fad82bcd53e009b32\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43e7bc06947b43daada861167097efe6\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3b5ff07d84e34a7f8962216757e00539\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b198d44a9dd145e3bc2723ad64823123\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\881a5e055b9b427baf76ce92c1a65c30\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c951c3b80ff4e29a352ad270bd5ce92\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d20b8e497a8488ca1e58b5185da4727\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f6709942a413455db846377ea3710d03\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1fee93e4d2f4f26a42c7faee646e1a8\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\394dc0c2064448e4851af0f256ff1820\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc2ef5581b594dd9806047b236fbfad8\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86f56be1df504b1ba12769e462f955d8\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4394b81a3b174fc1af86d78108c41943\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9c6139272f94986820bc63cc2c2c828\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\319b9a00bf2a487ab0cad06c3b3542b0\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\542315ad88874c4889c8da67400f8f0e\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e28b37e621943d3b022fc28abc76b9c\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7416d365708e47979a6238f355c4156f\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2caa9dfdc25c4be38a9dede3bd34eecc\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd18c56a3c7942dbb82326e59bc7cd0e\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cc5d6656fc741469e809c4282d9b7dc\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2ec7805f49244de8062d04883afa238\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c0e062c3eb1149a49f723e22eb3505f7\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a717b7a60ba4847beba463b418119e3\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d5cdc995fdf54ebc9758a8d6304835db\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\93af5ea898ff4860b2aa1c93c08d4fd4\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d86b0b59a1649d1b6dcd242a616bb96\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\564c44203c6a432790d3f8fbb7758b5d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d99b2e137e94638aec97cde3177cd6f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9241354e5cfe485295849f69ccefe1d9\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\95522d4338d04ee1bce1cb4c0f4cf5e2\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a6d439abf214aa6bfcfd8b6af121307\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e39eb44f99245b8a83dfeb2e1e59761\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c6d0b30fd4b49ef833d96880382a966\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ceb191902c04f8bb67ec08c1455e2d5\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fc1d41d3a6044c3094881d632401ff88\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dad9c439593641aeb17a447fad0bb09e\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\87155a5017424a3eab19f6cdd9952968\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0d2d33cce3964c829eeaba38068b1dda\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\baf2906ed3204feb8b4068c326310e29\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\468c917f078a423981fb58ca9f8d3a17\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5d6a18565f1843f5bbd85e0253faa7aa\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c09be86162bb4cf8b61173fa3d189d54\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c76f3be66cb40578a5eb30cd236a479\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90c1391728904b939f238ef3546a5374\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc8992c0fc8947eb83a1aea8267e2e33\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84dfff601dac42d98a4d7da9369c3b94\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\49460fcacd8e4b1895e3198f0f3e93e3\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b811dcac8f074b9d8060c35b071d3b4d\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bb76af4d5bc9446a94ae47ea7bd3c2f5\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e9742c192584192bc68796f6e3e8daa\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f4122ab732344d7d9cd93153de91407a\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b38d482d1c841a8b12c1bc7aee01374\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5d7bc8f0d5b54dbd9e86839010069b4d\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c3da3fa25f164a0f9a2c3968141d3154\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2e9d36114db4b4198567d683a537e6f\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc6ec441681941f381799962c978e45b\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\206e80f794584a71a6d934e6a2df57b3\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc641b175a6d42de960892e2f5c59935\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca7645d81b224aa3aef6a36160223836\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff7d6e939e2f4cae91089c5112d0d0da\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\997528dde6b4404b9425ea77ec76b589\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3cdd0a6522ba4dde96385c8e14946d20\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f368c0ff47e455cba96034e5b39b12f\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4bcf2b713e80421982ca5e65e2372095\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18dcca1dd2a64933b70e24298fc790ab\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8376418ba94f410988364a30b1477fc7\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ce888b4a829b4555a8d7715856848c2d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8c9e03aa7a44ad598a2398d31aad16d\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3295816c4aba4ae39ef7c2cd14c156bb\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ce4225f4f0844bd380059eaa7552e00d\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82300cff7d254ae08c3e813e6f983d79\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe566da4ed46439fa7c3d89a702f1825\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\08945c3e68ce40a287b7e926b8a65109\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e2bbca7641704c4eb91acd9529138989\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df95e3434cce4c008e47a5090a0a2ed0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53db511be88f46af812b09128a4e70df\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c8fda522de64084b10aba606b09897e\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6c1a75997304953a3b50c928ab4f7d6\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5cbe71460143422bbd73c34c2ceeaa7e\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1fb632b77704df0835da4a3d8b9c43f\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3ce510fe4154acf9f5ff6b132f285fe\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1a0ecd7174334d4ba52328429b3437ce\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a38e8ab6e084cd98d879eddaf87615c\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12d3a63084e741bd9a5605ee350b8f1b\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\126ee34583fa46f99b2ff2ae06e27b6d\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fbe44f0e4bb54aeabfc2578d43122fd2\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\832329b8eba04a97ae3bffb169003fcd\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8cfb7384bf1d4eac99dd3d91fb2a6d58\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4773685c48843baa5d4214b8b6cf224\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c106f6ffa31446f29344e7056ca05773\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a3e0919cf7b04372a6248e50a0a4d8e8\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8814e0aa5eee418ab0f130bc9d7dbe3d\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\332613255152436987d55e77c3624d6b\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0373cf5da70b4912837fa24ce0494f51\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b3f9d5b53944190803d33b964b0c1dc\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b40b2252b204200be739d0dc8974609\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4efc86340c434c48b440edb348f415d4\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c05feb3f8e24f05bfe92bbb4c7024c6\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ef3776281ce41acbde003fa2d028f44\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\681558340bb945cca58622d26768f940\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16a18ae8f39e4a2a8ebb02fd729f836a\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44a0f39d72ed4206a3738525e581cd98\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf7c379f9605417a9b0e8c266f2919de\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e14c117a30c04e3489681e343f8704b0\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0f6c8657445a47178f8f3cf0d15ec325\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecdb9aed32264c5890e729e00bee9823\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\864057c044714c20811d66530eb00cb8\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c1eed5e82b4450089254f21f097b2d3\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e57e4f26396143be9581052269fd753f\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5f51af2b71b4526bad8674ce6f34a41\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e7cbebcbd3034bf8a0f42f97cb9560a6\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d896ca6f36b43a29b2d8dbb65890e58\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e976e9ba4794fe19eef6bfd6405641e\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4988e1caa864823a474a6283aa64c94\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1fc2d3c2a8b942c99940f466c9f06dd5\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e3d43f4520d447fc9e854d7c0e501352\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7758676a29e4a8188c856281738f4ab\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1f7c260c091e4cb19462118e91219e5b\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9bdcff1b0f1a49ffbf612c7e6da96fed\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ddbb77fa89448ec9cbe80dce5265f14\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\141b3ee73dfe40fcb92cd9365464f80c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db047fd2156c45f990f28004090b2d9a\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74e78496ea424e1fb3f330b6fdf13451\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee6bce5333854974b4e362389475f85f\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa797ccd00474268bd793690d86b1d56\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\04acad19ab364ccfa6a6584c5331a80c\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\015a7ae237fd49b8b0dcf209f077775c\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d09242f2862848c497b581cbdb1ab6ae\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bdcd0226b77044b0b26eadd0476e3f27\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37678640da4d499e93587fb3a82ce265\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ff83b6a2c084fd6a22990b914958f2b\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\98a326a8b53442219b5ef9fe0aa2a1e9\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88dcf6a352024c9b8ce61b23a26c8e33\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\72b8ccc6a482401584f127f5087d2773\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c68d75865504b758ae3c79ff848995e\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6a96e799729949faa9f5a248c5b5c9ff\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dbaa0879854b4e62bf725c5bd46cbe14\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c375840a245a479bb1a4614b8641723e\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecc494030aac48d6a2ca28ff70a614f5\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3a11274c713f4126a046d09a11fc22f8\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d93ce7693db64211bae409aa54162f95\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\206c3039344f4f9fa294eef05dc68223\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0eacd9f05b7244cd8b2f40cbc14fe5e1\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e236e3a34efd46ecb8a6552a0d6c0bd1\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1b3fd3bf3e14a1ba7d39a4749ba4dae\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\91d768c25ebc4468bfac2b32f381bfb5\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\87d1c45851344b0995b336a673b3d644\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\55a2564b079e4be6a60c012295355159\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e9e338adf894f7684301421495f45a2\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\68842f3b1c6f46d4a70f51a0b2e2b3e7\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\286632afe31f433d9df19df3ac596f79\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5e710dd52d94d3887f514a6ab78223a\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf2482e4dd5b45d694b2c572e37d3230\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05aceb5c9e504981b6f77e9dc20902df\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d1fb96c3ae284304b485cbab4a49e4f3\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8bca14e9e6d14a4ca576c978d23bb9ee\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b28e33008f84c77addf4f7de092f7a7\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5017d5aeec5b4d7b9c4ff23de21f6a43\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c02cc83426ca4e16856716faf4022acb\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b90baddfbbf84cb89ea579815671438e\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16d8166c7f4546cba0e5548a37e49377\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6be6a74f51774efc958e153f78866f7c\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b3799b860e9421cab2762e5870c4de6\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dfb89eaa7c47449fb2118a693dda9a10\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b9b5d072982843c496ed6f7f2f2013f3\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\33de22f7f6794dd9944e5909eff0589e\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7045817db5a94cda9cdd7fb464085531\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e5dd8e113b042cfa4a44d55314f6d1b\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44e0f837ba10412d8d97201adcdf862f\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e259ce21067d4d7c93dd05490187fe9a\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8cd6c34a682f4c778a4cb46e9e9cc0d7\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5dae10a6af8d44aa8d6acf255bef9a8b\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6889bb964efc4ef0a8c06315e505dfb7\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5905413725464eeeabebb0bc421fa1cc\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated\0\LoggerMessage.g.cs"/>
<Compile Include="_generated\1\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|