|
<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>System.CodeDom</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25619.109\tools\snk\Open.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;CODEDOM;DEBUG;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="Microsoft\CSharp\CSharpCodeGenerator.cs"/>
<Compile Include="Microsoft\CSharp\CSharpCodeGenerator.PlatformNotSupported.cs"/>
<Compile Include="Microsoft\CSharp\CSharpCodeProvider.cs"/>
<Compile Include="Microsoft\CSharp\CSharpMemberAttributeConverter.cs"/>
<Compile Include="Microsoft\CSharp\CSharpModifierAttributeConverter.cs"/>
<Compile Include="Microsoft\CSharp\CSharpTypeAttributeConverter.cs"/>
<Compile Include="Microsoft\VisualBasic\VBCodeGenerator.cs"/>
<Compile Include="Microsoft\VisualBasic\VBCodeGenerator.PlatformNotSupported.cs"/>
<Compile Include="Microsoft\VisualBasic\VBCodeProvider.cs"/>
<Compile Include="Microsoft\VisualBasic\VBMemberAttributeConverter.cs"/>
<Compile Include="Microsoft\VisualBasic\VBModifierAttributeConverter.cs"/>
<Compile Include="Microsoft\VisualBasic\VBTypeAttributeConverter.cs"/>
<Compile Include="System\CodeDom\CodeArgumentReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeArrayCreateExpression.cs"/>
<Compile Include="System\CodeDom\CodeArrayIndexerExpression.cs"/>
<Compile Include="System\CodeDom\CodeAssignStatement.cs"/>
<Compile Include="System\CodeDom\CodeAttachEventStatement.cs"/>
<Compile Include="System\CodeDom\CodeAttributeArgument.cs"/>
<Compile Include="System\CodeDom\CodeAttributeArgumentCollection.cs"/>
<Compile Include="System\CodeDom\CodeAttributeDeclaration.cs"/>
<Compile Include="System\CodeDom\CodeAttributeDeclarationCollection.cs"/>
<Compile Include="System\CodeDom\CodeBaseReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeBinaryOperatorExpression.cs"/>
<Compile Include="System\CodeDom\CodeBinaryOperatorType.cs"/>
<Compile Include="System\CodeDom\CodeCastExpression.cs"/>
<Compile Include="System\CodeDom\CodeCatchClause.cs"/>
<Compile Include="System\CodeDom\CodeCatchClauseCollection.cs"/>
<Compile Include="System\CodeDom\CodeChecksumPragma.cs"/>
<Compile Include="System\CodeDom\CodeComment.cs"/>
<Compile Include="System\CodeDom\CodeCommentStatement.cs"/>
<Compile Include="System\CodeDom\CodeCommentStatementCollection.cs"/>
<Compile Include="System\CodeDom\CodeCompileUnit.cs"/>
<Compile Include="System\CodeDom\CodeConditionStatement.cs"/>
<Compile Include="System\CodeDom\CodeConstructor.cs"/>
<Compile Include="System\CodeDom\CodeDefaultValueExpression.cs"/>
<Compile Include="System\CodeDom\CodeDelegateCreateExpression.cs"/>
<Compile Include="System\CodeDom\CodeDelegateInvokeExpression.cs"/>
<Compile Include="System\CodeDom\CodeDirectionExpression.cs"/>
<Compile Include="System\CodeDom\CodeDirective.cs"/>
<Compile Include="System\CodeDom\CodeDirectiveCollection.cs"/>
<Compile Include="System\CodeDom\CodeEntryPointMethod.cs"/>
<Compile Include="System\CodeDom\CodeEventReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeExpression.cs"/>
<Compile Include="System\CodeDom\CodeExpressionCollection.cs"/>
<Compile Include="System\CodeDom\CodeExpressionStatement.cs"/>
<Compile Include="System\CodeDom\CodeFieldReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeGotoStatement.cs"/>
<Compile Include="System\CodeDom\CodeIndexerExpression.cs"/>
<Compile Include="System\CodeDom\CodeIterationStatement.cs"/>
<Compile Include="System\CodeDom\CodeLabeledStatement.cs"/>
<Compile Include="System\CodeDom\CodeLinePragma.cs"/>
<Compile Include="System\CodeDom\CodeMemberEvent.cs"/>
<Compile Include="System\CodeDom\CodeMemberField.cs"/>
<Compile Include="System\CodeDom\CodeMemberMethod.cs"/>
<Compile Include="System\CodeDom\CodeMemberProperty.cs"/>
<Compile Include="System\CodeDom\CodeMethodInvokeExpression.cs"/>
<Compile Include="System\CodeDom\codemethodreferenceexpression.cs"/>
<Compile Include="System\CodeDom\CodeMethodReturnStatement.cs"/>
<Compile Include="System\CodeDom\CodeNamespace.cs"/>
<Compile Include="System\CodeDom\CodeNamespaceCollection.cs"/>
<Compile Include="System\CodeDom\CodeNamespaceImport.cs"/>
<Compile Include="System\CodeDom\CodeNamespaceImportCollection.cs"/>
<Compile Include="..\..\Common\src\System\CodeDom\CodeObject.cs" Link="src\libraries\Common\src\System\CodeDom\CodeObject.cs"/>
<Compile Include="System\CodeDom\CodeObjectCreateExpression.cs"/>
<Compile Include="System\CodeDom\CodeParameterDeclarationExpression.cs"/>
<Compile Include="System\CodeDom\CodeParameterDeclarationExpressionCollection.cs"/>
<Compile Include="System\CodeDom\CodePrimitiveExpression.cs"/>
<Compile Include="System\CodeDom\CodePropertyReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodePropertySetValueReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeRegionDirective.cs"/>
<Compile Include="System\CodeDom\CodeRegionMode.cs"/>
<Compile Include="System\CodeDom\CodeRemoveEventStatement.cs"/>
<Compile Include="System\CodeDom\CodeSnippetCompileUnit.cs"/>
<Compile Include="System\CodeDom\CodeSnippetExpression.cs"/>
<Compile Include="System\CodeDom\CodeSnippetStatement.cs"/>
<Compile Include="System\CodeDom\CodeSnippetTypeMember.cs"/>
<Compile Include="System\CodeDom\CodeStatement.cs"/>
<Compile Include="System\CodeDom\CodeStatementCollection.cs"/>
<Compile Include="System\CodeDom\CodeThisReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeThrowExceptionStatement.cs"/>
<Compile Include="System\CodeDom\CodeTryCatchFinallyStatement.cs"/>
<Compile Include="System\CodeDom\CodeTypeConstructor.cs"/>
<Compile Include="System\CodeDom\CodeTypeDeclaration.cs"/>
<Compile Include="System\CodeDom\CodeTypeDeclarationCollection.cs"/>
<Compile Include="System\CodeDom\CodeTypeDelegate.cs"/>
<Compile Include="System\CodeDom\CodeTypeMember.cs"/>
<Compile Include="System\CodeDom\CodeTypeMemberCollection.cs"/>
<Compile Include="System\CodeDom\CodeTypeOfExpression.cs"/>
<Compile Include="System\CodeDom\CodeTypeParameter.cs"/>
<Compile Include="System\CodeDom\CodeTypeParameterCollection.cs"/>
<Compile Include="..\..\Common\src\System\CodeDom\CodeTypeReference.cs" Link="src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs"/>
<Compile Include="..\..\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" Link="src\libraries\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs"/>
<Compile Include="System\CodeDom\CodeTypeReferenceExpression.cs"/>
<Compile Include="System\CodeDom\CodeVariableDeclarationStatement.cs"/>
<Compile Include="System\CodeDom\CodeVariableReferenceExpression.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeCompiler.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeDomProvider.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeGenerator.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeGeneratorOptions.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeParser.cs"/>
<Compile Include="System\CodeDom\Compiler\CodeValidator.cs"/>
<Compile Include="System\CodeDom\Compiler\CompilerError.cs"/>
<Compile Include="System\CodeDom\Compiler\CompilerErrorCollection.cs"/>
<Compile Include="System\CodeDom\Compiler\CompilerInfo.cs"/>
<Compile Include="System\CodeDom\Compiler\CompilerParameters.cs"/>
<Compile Include="System\CodeDom\Compiler\CompilerResults.cs"/>
<Compile Include="System\CodeDom\Compiler\Executor.cs"/>
<Compile Include="System\CodeDom\Compiler\GeneratorSupport.cs"/>
<Compile Include="System\CodeDom\Compiler\ICodeCompiler.cs"/>
<Compile Include="System\CodeDom\Compiler\ICodeGenerator.cs"/>
<Compile Include="System\CodeDom\Compiler\ICodeParser.cs"/>
<Compile Include="System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs"/>
<Compile Include="System\CodeDom\Compiler\LanguageOptions.cs"/>
<Compile Include="..\..\Common\src\System\IO\TempFileCollection.cs" Link="src\libraries\Common\src\System\IO\TempFileCollection.cs"/>
<Compile Include="System\CodeDom\FieldDirection.cs"/>
<Compile Include="System\CodeDom\MemberAttributes.cs"/>
<Compile Include="System\Collections\Specialized\FixedStringLookup.cs"/>
<Compile Include="..\..\Common\src\System\CSharpHelpers.cs" Link="src\libraries\Common\src\System\CSharpHelpers.cs"/>
<Compile Include="StringExtensions.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.CodeDom\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.CodeDom\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.CodeDom\Debug\net11.0\System.SR.cs" Link="artifacts\obj\System.CodeDom\Debug\net11.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.CodeDom\Debug\net11.0\System.CodeDom.AssemblyInfo.cs" Link="artifacts\obj\System.CodeDom\Debug\net11.0\System.CodeDom.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\0b47b7eab454476b8d4eadaf4e5c2f1a\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d7ac76e88f34244839a1cf45d77c1de\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44edb173ac264ba59b0ef736db8b5965\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97cad564178d433badac005a157869e7\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87f2965956854d129937cee7c24277b1\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0a4a47c04df4fbea668aefa62a073b3\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0c8c2ea18e84f9db6e03a757a400299\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d1de1f2465043188942d457b4643ca6\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8441b820502545f88425f6caadbeb28b\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83b45d770be54745951ade64c4a57922\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e28d0af46784ee48d4b83c3abecd2ce\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4ada234056a485096bbffa5a0921ca3\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26241163e10d40f5bc59a004a8e07995\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b9a3299f07940b6b1f4b7fc54a93eef\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4031818643bf40fcb29e2ca117246e54\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8db138907f4f48eea24179e23aa3d184\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32169ac8266f447c976397d94f13aa9d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77de0eda20f44cce9ff41ff7b771efb7\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\282f60c95b114d8cad9faf4b89f77dba\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbcbe65054ec4715ae993d2519940b1a\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ef8303260f8461a92004e99b00b7e80\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e759d61e60d743e091bd3015e5b2d3d4\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cfc37673e393440da022dc6ed3041dab\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6ecf42da2eb24582961cee1a706e37c2\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50bef2db278c4d9ab2dcc077adc220ab\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40d1e240a38f48aa85819957b55babf9\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0e2543f34d64cc19226595329de3393\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd9c939f0ab541bb96294b61a8c31d4e\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31a2d88af9924a488054230d54fbdbb2\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46dc8f8565994a69b5f2f139fa29f1ac\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2602c42f5d5a4f018f099f85700811cf\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\20ac4784d9d84d868a5721325a517b30\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e79a093847d441588badbca4c98e1546\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99b184c09bf447dabf3ec4551eda6b8f\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ef8d48683a649f2a564d5644570bd73\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19c713af7dd7426fbe8a89aa00dc9835\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\350ec32c2fbe4bdca686815af42b09f7\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a578a7b5e9c4cf1bd9feba67be601c3\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf364c47c17348b2876a77692d7b6782\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82a945f924e74105bb7271eea5508734\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\277eaabd07234a6c805eb96c7df0765a\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aeb63eebfa784b70bad7e86cdc48e08d\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6719088689f49ec880a43b618010ac4\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee49c6c9e901454e9adce711d6d9e1bf\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a79b22c7bfc41d6be16eead0952eeb7\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f247947266624a11939f7afeece2dff0\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18b2faf73e5e4128896fdde4cd342b19\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06cba4c2e5e045859bb9a211fe6f6f34\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a6f1c50e8574ffcbd87cacad0521c3d\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\757c4f0dc1154431bfcb7f33a4ff5f98\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c7f547d0eb04ba6ae39dd10413f381a\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b367958c743e4fe082d11e144302027f\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\629a8cddec36455eb37703a5356d7337\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\250f5ac91971425dae5dfca6a715c595\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\114921805892460ba6877ef0c7bdd4de\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6621084e710a44c8945f383529785ac9\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c03d53db62d045a2830fdd69b8680bf5\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f25fe307d1584a4d804cbee946cfe888\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\deae7d2ae58340858f8e577633decc78\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\615ad2888df24945bc0804b4e5fc44c3\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\503de4f3b95b497fa952cee91dcd5157\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34ba072e46a443329b6de5a866e8ce7d\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29c5964e3a11471ebee873cb070e84ee\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5807fb0fb71460e87bed0b280f38bbc\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7cd2fec024b422e845433b2a743cac3\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f788c38542540f686f8731df9ca9cc6\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37bc4305fd90493d8695690208215615\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25782b07b87f4f03bfc1c48b74154889\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a344b84d70043108ada89af3b7e38ab\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0c212570f0c4faa9bada57f764fb006\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2871cf8b84ac49269d90a58990211c22\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\348c4a632bca4b27b2d1342f4303b8c0\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dee47d059cff4f2e802018269f5b7623\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7da14140ee140a49c848cbf1169ea3b\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\856df17154fe4e43ba2ba7f14a5a1358\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b22fe61b75848858abb59a262a42abd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5378c422f2a947cda1070e6c6aa5d867\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c5b37193a274104b82ef84310832525\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a93d6a38a9f8488884e1b35ae1aaa8f9\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\306db8305c0948a59a7290e1e47cfc11\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbd0a62214ea464e9ef5464c99aba342\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc99d380bc934dc3ad2ee714777a5902\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b31d36ed75e94426b72863853fbeb410\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d64517b2b62c4d8487b3ca5a8da09283\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e5f5e8799b545e89382776d3a3683d5\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e12a4dc352140dfa248e408ce68053b\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b3bf28d27d45c8b3b5e8ccdfd5900b\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a179b8c1e99496f946a296741df3ed2\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7832967c5b9f4cc097ed9cdc6cfa3636\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fa26f2bc5b8d46f19204c527209e5dc1\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97fbea4bd082456fbd74ea0c3be93b72\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df9bec5aff884ec5bd940a930f95b42a\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9165775148f34a6fab69e57028b1a44a\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b72bedabc0a14934bbde338ce5719917\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\796ed97e7f2f405db62aa75fe5577d8b\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\583f926d6ca54d229b5c192aeb429aac\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7edb64db251943ec9686dae354477aad\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5543f5602dd54453ba1af2d0e6ee3d0e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1eb0a64c308040bfb942cb9f3419f800\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76c23304ae5846219b85dbf335d3a2db\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8bd4255aaf0f42a08669bedfb1d7c1aa\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\810571da080d4c4396f35ad48db0d5c5\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3e8bfce76ed49e88c1d5354a6a2bad3\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43f961e6d57d47858a325d72c8ddda1f\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6366b722b6f4e54978a413e318bfe50\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b5f4f089fdf47afa3fe88e1c4590d34\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\caa087604edc4e66a582f8dd3baabda2\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80aa98acd1b049ab88573b7efcd678c6\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d312d785c4f848a18693abd2966b33c1\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\178acf158ae24c66985603da79683ee6\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98083b5062284fd296c146dd3a94cc15\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fe7900e880645d1b7cfa188b9516db0\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1911ea2817264b50890d8a1b60d18f0b\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77d9cff84bea4b1e8cdd25a7cf37bced\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0907db86fd68461e9795fb8d8c05f505\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d09f244362aa456c85e59fff4cbd623d\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\374fa477da824be4bf0a37f0e63ba5b5\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb573e1b1b464bf29089b2a579db3cde\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b21fabe95eb47028b6a4ca8e029c863\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8bad5b0b9f44a0eb8e8c9171310a0b4\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\420dd7c0177e4930893a69b1679eaa81\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4df4a6063b0d4dfd86e043a82777e3fc\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33177739c74e48709d092321cb3d53dd\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a3840f039804ec48ed9555078e6e91b\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\464f2d29d9e34493a203d77a4bb5f6f2\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1080f6a083d4814aaced9a9fee33dce\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7d0fb445b0d4814a69efa71b6a04058\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37be514fab844030814a381df7813438\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c7c2adaf6d74c90afd8752d2ff56a23\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0931c39ec64405993577e9dd6823d8e\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f94c9925f55d4fd6857a7a8fb1a8fdfc\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4027e0803e5a4823a7261d86d16f98c4\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c15bb984403b4eada6f3e3217944ba19\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6228c36a70fd4887874680c8dd0258af\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88a59e4677b74c3e99528759720650b0\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0aea6c2290db4d3fadd17f365ae2efbd\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8202981e2ce4411b4b27981d3236f88\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\055b5d0a860d4e1e828a1cbefcf9a702\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75863862a0bc46daaf8d6b49bc2330c0\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d8c0fd2334a48b9b0b2a996283432b9\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f580a6b49d9c40b5933b49ebc620f1f9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6b1edebf000400d92dcd80616a5021a\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83cc244aed5c467cbcc8f664e386b471\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2872315617074d068714d56e9edfbec3\System.Xml.XPath.XDocument.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|