File: Microsoft.AspNetCore.App.Analyzers.csproj
Web Access
Project: src\src\Framework\AspNetCoreAnalyzers\src\Analyzers\Microsoft.AspNetCore.App.Analyzers.csproj (Microsoft.AspNetCore.App.Analyzers)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.App.Analyzers</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Authorization\AddAuthorizationBuilderAnalyzer.cs"/>
    <Compile Include="Authorization\AuthorizationOptionsTypes.cs"/>
    <Compile Include="DiagnosticDescriptors.cs"/>
    <Compile Include="Http\HeaderDictionaryAddAnalyzer.cs"/>
    <Compile Include="Http\HeaderDictionaryIndexerAnalyzer.cs"/>
    <Compile Include="Http\RequestDelegateReturnTypeAnalyzer.cs"/>
    <Compile Include="Infrastructure\AmbiguousRoutePatternComparer.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedDiagnostic.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxHelpers.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNodeOrToken.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxToken.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxTree.cs"/>
    <Compile Include="Infrastructure\EmbeddedSyntax\EmbeddedSyntaxTrivia.cs"/>
    <Compile Include="Infrastructure\RoutePattern\IRoutePatternNodeVisitor.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternHelpers.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternKind.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternLexer.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternNode.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternNodes.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternOptions.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternParser.cs"/>
    <Compile Include="Infrastructure\RoutePattern\RoutePatternTree.cs"/>
    <Compile Include="Infrastructure\RouteUsageCache.cs"/>
    <Compile Include="Infrastructure\RouteUsageModel.cs"/>
    <Compile Include="Infrastructure\VirtualChars\AbstractVirtualCharService.cs"/>
    <Compile Include="Infrastructure\VirtualChars\AbstractVirtualCharService.ITextInfo.cs"/>
    <Compile Include="Infrastructure\VirtualChars\CSharpVirtualCharService.cs"/>
    <Compile Include="Infrastructure\VirtualChars\IVirtualCharService.cs"/>
    <Compile Include="Infrastructure\VirtualChars\RuneExtensions.cs"/>
    <Compile Include="Infrastructure\VirtualChars\System.Text\Rune.cs"/>
    <Compile Include="Infrastructure\VirtualChars\System.Text\UnicodeDebug.cs"/>
    <Compile Include="Infrastructure\VirtualChars\System.Text\UnicodeUtility.cs"/>
    <Compile Include="Infrastructure\VirtualChars\System.Text\Utf16Utility.cs"/>
    <Compile Include="Infrastructure\VirtualChars\TextLineExtensions.cs"/>
    <Compile Include="Infrastructure\VirtualChars\VirtualChar.cs"/>
    <Compile Include="Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs"/>
    <Compile Include="Infrastructure\VirtualChars\VirtualCharSequence.cs"/>
    <Compile Include="Infrastructure\VirtualChars\VirtualCharSequence.Enumerator.cs"/>
    <Compile Include="Mvc\DetectAmbiguousActionRoutes.cs"/>
    <Compile Include="Mvc\DetectOverriddenAuthorizeAttribute.cs"/>
    <Compile Include="Mvc\MvcAnalyzer.cs"/>
    <Compile Include="RenderTreeBuilder\RenderTreeBuilderAnalyzer.cs"/>
    <Compile Include="RouteEmbeddedLanguage\FrameworkParametersCompletionProvider.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\EmbeddedLanguageCommentDetector.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\EmbeddedLanguageCommentOptions.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\MvcDetector.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\RoutePatternParametersDetector.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\RouteStringSyntaxDetector.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\RouteUsageDetector.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\RouteWellKnownTypes.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\SyntaxNodeExtensions.cs"/>
    <Compile Include="RouteEmbeddedLanguage\Infrastructure\SyntaxTokenExtensions.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RouteOptions.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RoutePatternAnalyzer.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RoutePatternBraceMatcher.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RoutePatternClassifier.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RoutePatternCompletionProvider.cs"/>
    <Compile Include="RouteEmbeddedLanguage\RoutePatternHighlighter.cs"/>
    <Compile Include="RouteHandlers\AtMostOneFromBodyAttribute.cs"/>
    <Compile Include="RouteHandlers\DetectAmbiguousRoutes.cs"/>
    <Compile Include="RouteHandlers\DetectMismatchedParameterOptionality.cs"/>
    <Compile Include="RouteHandlers\DetectMisplacedLambdaAttribute.cs"/>
    <Compile Include="RouteHandlers\DisallowMvcBindArgumentsOnParameters.cs"/>
    <Compile Include="RouteHandlers\DisallowNonParsableComplexTypesOnParameters.cs"/>
    <Compile Include="RouteHandlers\DisallowReturningActionResultFromMapMethods.cs"/>
    <Compile Include="RouteHandlers\RouteHandlerAnalyzer.cs"/>
    <Compile Include="WebApplicationBuilder\WebApplicationBuilderAnalyzer.cs"/>
    <Compile Include="..\..\..\..\Shared\IsExternalInit.cs" Link="src\Shared\IsExternalInit.cs"/>
    <Compile Include="..\..\..\..\Shared\Roslyn\CodeAnalysisExtensions.cs" Link="src\Shared\Roslyn\CodeAnalysisExtensions.cs"/>
    <Compile Include="..\..\..\..\Shared\Roslyn\MvcFacts.cs" Link="src\Shared\Roslyn\MvcFacts.cs"/>
    <Compile Include="..\..\..\..\Shared\Nullable\NullableAttributes.cs" Link="src\Shared\Nullable\NullableAttributes.cs"/>
    <Compile Include="..\..\..\..\Shared\RoslynUtils\BoundedCacheWithFactory.cs" Link="src\Shared\RoslynUtils\BoundedCacheWithFactory.cs"/>
    <Compile Include="..\..\..\..\Shared\RoslynUtils\WellKnownTypes.cs" Link="src\Shared\RoslynUtils\WellKnownTypes.cs"/>
    <Compile Include="..\..\..\..\Shared\RoslynUtils\WellKnownTypeData.cs" Link="src\Shared\RoslynUtils\WellKnownTypeData.cs"/>
    <Compile Include="..\..\..\..\Shared\RoslynUtils\SymbolExtensions.cs" Link="src\Shared\RoslynUtils\SymbolExtensions.cs"/>
    <Compile Include="..\..\..\..\Shared\RoslynUtils\ParsabilityHelper.cs" Link="src\Shared\RoslynUtils\ParsabilityHelper.cs"/>
    <Compile Include="..\..\..\..\Shared\Diagnostics\AnalyzerDebug.cs" Link="src\Shared\Diagnostics\AnalyzerDebug.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.App.Analyzers.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.App.Analyzers.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.Analyzers.Resources.cs" Link="artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.Analyzers.Resources.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.App.Analyzers.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.App.Analyzers.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\1be7195fe4104ab88353b5242e5591a2\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\75e3aab872d44fb98a325289cbb99d00\Microsoft.CodeAnalysis.AnalyzerUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0df36bd7c3d4503a621bb3b7cb4c795\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e42d5b957f948dbb8edf5baa34caf41\Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8cd0009663f24589a18edd2f5598e81e\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7dca5173857d44c288d23266c8dc2ed5\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a5a097c29e91407da4511512be98a873\Microsoft.CodeAnalysis.Elfie.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b5297c3d974846edaf6ab6677f7b39f0\Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f78b0000c6f04227a152c8d8d9ee49d4\Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3b3ac6255394152a71f8555395a34ae\Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c3fec03495f24a6d881ade1c8ccca1c4\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\50e5b3e657774238974fce05f54c9c16\Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef0f8705999f47b09bff1ee1eb8433e0\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b0b99367b084d729c597c37d121c685\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6dadd22e019742ce80aaefef99855be0\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\65de43242b894243b95d92cec0939e0a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\03321e3abb6d4fe59065a8364bf8e636\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a23616b5238b4f519c18851933186bb3\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\23ceb428fda94f808e62c7731fe00182\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\96bce695477e413184bd3d331b294610\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\334d1c395c06460e8f4b88f1b9e08c94\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e16d32ab0604128a5bcd620568d2180\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\efa9b4d86c504c84a8c116c478b1e108\System.ComponentModel.Composition.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52d8232f00e64c38abac39babc57763c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d984eca0269b40be93263cd41799698d\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1b6028a50fb043829ccc063f5932157c\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c7eac0fc17384883811ee62665243eb6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a9f6c943f1c492eb5b171c4c1c749a1\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d8c3ae20a5014fb7ad9f74d887b72453\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71f48ef88f484855b6970423b87e2472\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2681bf04d0ad441bb2eeba6559acfd67\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a3bdef7aea44123ab5fcba347929f05\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\82f3edb4de8b47abbcee1b304cfcb641\System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4480ce8665a4dbbb6da73e5fe655911\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\906a86c8c762416cada62a91b392bba0\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e98988a960ca4d4280b02c12d0820f3c\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\191e104fc4fd469ea746f580459a0afb\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f35d3439934844a8b5dfc1faa7284f43\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30a01407740f4237b35449b8ae79399b\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba32804535354614b017cea4aa4a751f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\12950f872e394c9792f21d60c137525e\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45b73c3414e84a208f25cdaee05dddc2\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a585abfd6ee04983a16a11f8189a9892\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc3bcb143c90466ca0d14f4e0fbaf7f1\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\89a9a21cfaf84b639758997b7af8f96e\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4585cf1a8a304cd2b2fc722f069ea6ac\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\761fd567a8ad431281495aa3b0ab40d8\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b5030ebe66344e9a8a23cf3c5e8be6a\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4395da3daaec43a087c34201e65b1667\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb1b0fcccab8490fb4278c111b33b8f2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8ebb984825394eac97f1b67d9f9a1784\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d5041a8d11474c6faf686828fe374b3a\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\55c2321c3861487fa1f2fe3ffc5a1be9\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\066ebc4259a44361a48a440acad51283\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71a6e26793f149bb8eeddc2cef063971\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d98db1a7fa1b455cb078a250d53d61cf\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b3a44ab2d51443babc201aee73b82a1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\130de9276b0b4fbca27f1504efaf28e9\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\286e02b0de6345448f58e93a976fbb1f\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\82a33ac4d3d64228a119af040c7ba69f\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\748c02c0ca6f4df8a6133c7f2cb72b39\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cd2590a0b4b34d63b9ca8d9bc6cac698\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2505323815044dd984cbd160cbeb878d\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce3bba0d3b61431db80fc3738123e9f4\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45c908881f65422c9c092f6b3827b926\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\018b5c94d8ac44a0af642c47d6bd6101\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a84a808bdc084a3f97a4321ae5e09ab9\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7d1c9ef652b147d483221587ce76473e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2948a49f1f4b4d91acb0478ae0750133\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64404394933345aea6566a7e6076b849\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4f38f1cdee749cdaa7e5d142fb264b3\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\00be0fb588be459b8356ff9591cac0f7\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\03b25722587f4ac6bc9b990ab080a796\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9cff04e6ad0641df870142e093a650d5\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\12f4440545cb4fa09eb3dd98b73b8645\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6de0a65ba0ff402c9357285f5fff9453\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee6cf2baaf064af38abc079aba4f4bdf\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c2f9f9187994a65b7cb713154250e73\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c08be717b6024e97ba04df88234e4cd1\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47f8d05a06b14a70a2f6695fa2220499\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8aca79411a1443529b0aeb2a662df386\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\49ae481f39104d038acb3291592fe881\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e85872bff40745a09b5fb68df79d67ca\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d0d141cdfdb348b6a40cec8fbdb22212\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4e001aaa6bb47dc8a74e0c187fb9007\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fd80350a03fb4f81873aacb5119f4935\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e95c71c76d549dcabb642539bcad76b\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fe1520de2ed4555b750e59c8379dd46\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b438317bc02478bb4a6e58cd9c5886d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\811b8c12648e4057a967ae53c620383f\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b58cfcf205524cfbb22fe768e310a971\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97cf5ab4bd8e43eeafaa001fd2e53bed\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\43610aa78b3146528f9c8176637b248f\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c74dc64c434b4634ba6fdffe8c9ba149\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a8391708f361428da4a845fb3e6b1001\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d006d62721744738b6abb319bc371761\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\31414faf61cf442091eb440369fc5b0a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e074a5bc85247e6ae6fde38fd664457\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb475d8b180e42f8917320bcbe3dbc8c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b0156c63daa542f38a6fb62237390df4\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c451e154cfd14b6eb9991f208d072aec\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de2926e0fff14817ae23fea7c6dfd039\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\06cc3fcb70f14ca19f88e346222a7d1d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b6e44dc36b4a4e8b9043c5d1417a591f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\01d25e44f90f4a468d7dc5b28aa7c55e\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1ad87b9dc4d48f18e69357084d09b5e\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fd75774515e4463fbe7ed908b0f36f66\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\abeeea2431a54221b1b0afa85455be1a\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aeaa865343634328a71a35e7e7744022\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d2bc56e28c894dfc9b3c4f156604453c\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7d517353d2d3465783d3e3be94ec882a\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b652ef6ba6a846b2a588b08ef3ba0358\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1fdc195639f84ec4ad2a17b64d546e78\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d87d1f6103a24cb990bedef6f0a37630\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a965a0b3946f422789d4ab82163b3a66\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fe85f4c8d55e41eb995f89cfc9770cfe\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9073e110050d4d4cbf8758447c848b26\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4215a2b3b675497c8245f58428897757\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13f366fd0e9844838290cb85a6a1936e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3cf4acfca0a34b6c97df33dc6758ac30\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\246e593fc7074855964f89684a5d5d41\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aba04eb7d1d54d449ad4cabdcb7b06fc\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\93d69975856b46eb88525ba51378cc8e\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4ef5c6e2b7aa45528808e398b1923482\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a5b2646bc7054e62958ac57f173d816b\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fdd92a128c434cff93a4cff4f05beca8\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19bbe4562b894bbb8559b36ddb27c871\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\619062a8972f4ae5bbeee36ac541d14f\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6128a3c1cb9140faa85ab67288e9259f\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68078a5c5ab447beb14be13c6623d821\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1d902f2edb974b87a0e86daf56ab644b\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f105874b2ba74d6885f8c809e73f7cbb\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4cc2dcb52e9c4d249f48ed48d748ee1b\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d26b5aca918b498e9a93ee11a5417f3a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b768b2e12c374143b467de8d85a53db4\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cc2f586f2cad4b499e716413e614ffd0\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\960b8399190c475bb73b4cee64ef748e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\11699873b29a433798768900fdadd2df\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5bacc97491a34e119a0331717ddfd525\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f80e10ac164f4dfd8f61d4a723b1f4c1\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b4afa9fda2b48fda404910b287beee0\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48c1d5542d7c4b4f9047ad9ed0cf9b35\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b7556ae8a81446b829fc60fc8b5c834\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7efaf249c3364fbaafbfae099104a110\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b57c086835240ab8005061eb4e5620d\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>