File: System.CodeDom.csproj
Web Access
Project: src\src\libraries\System.CodeDom\src\System.CodeDom.csproj (System.CodeDom)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>System.CodeDom</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;CODEDOM;DEBUG;NET;NET10_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;NET10_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\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.CodeDom\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.CodeDom\Debug\net10.0\System.SR.cs" Link="artifacts\obj\System.CodeDom\Debug\net10.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.CodeDom\Debug\net10.0\System.CodeDom.AssemblyInfo.cs" Link="artifacts\obj\System.CodeDom\Debug\net10.0\System.CodeDom.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\630dd621372d4e9fac453582466ac4bd\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9261384867e244c093b24169c3ac58be\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f26f2141b5714cdc98333ba97375e16a\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d3ddf4409224853bdb3cd6982d62e16\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f9b5d8758cd422c9e905b4a413dc8e7\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a4edd11d92c42a2a308858fe5a2ae33\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23df4ef259cc42f5a7de18e9ee2f5b3f\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6db6afab8a0b40de93f2c5b0e204c4c7\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2fc6b459d6d4cc097d7f1e3206d8bc6\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b54e6a40d094fe382161d8e1627c141\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\077deaa6dd174c96acaa927c9a950e2a\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40131a23f17242d598832dfe55d99dcd\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13497cf2432e48cea3484b136406cba0\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfde7e8fd8d3493baf791f6baac0d07f\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e05c6f6e89142dab4ce2e6094f76287\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad8ce19517084945b4bfd7193056d15c\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09d89a7797394f56b6de251d636436a0\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc7125b3c5584ded916309a8e7478d4c\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\590fb6ed3cfc47738966918477bed99a\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2da054bfc9794c53bafd124fb4ccd875\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc4cae7682774e6e88edc9a34161ff6f\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b7627661d2a4c0f83926826675d0a3d\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a8dc60793b14c2b8e8b3bf80236b41e\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f53e152057e544ed9de47671b40375ec\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6191515ff05405ab4abd8ea1643a036\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d49717a3b060469193bb05fe274b5ba8\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\add432aaef2044d9802766c5ca9ddaa3\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9460b123f9cc449a93d01d0e53cc28e6\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6477affb0b94bf1a719afe38d98e65b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f9022f334a643949ec6ca53a14a5274\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e19b2388d3de4608913a42474e81453f\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d68a075ad834fe18b57886aab55954c\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17d36ff9d45d491b9bbff5dff7599963\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\379d4472e8274a6b90dac6ec9721caee\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9d7a80cafb946e29961ac7d53ff5670\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4b56a90aebf456b98172a8ce8d8856d\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a399eaffdf9a4f4b8020b03f5c3cc097\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\426f9c52c3f7469bb8bc46128320d00b\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39f0f5b64bab45418ab62bd3e3b295dd\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15d06240b55848c6be88942e5004198f\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e290a522fadb42c4b48e932693418138\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf48a14430bd4d9fbf7dcc2dd2a01d4d\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0be343d4a1384514aa137d6ddf75170a\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b0e72ab9b5e4e01839ea03d884a1edd\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83d21427122e42938ecfb7b3fa481ade\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8561551a9698408aaf76a3342d522b6f\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d91fae8fa7174b89a14b18953349fb33\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\119b7104dcd7406ab2fac938acedefac\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc0744fdaa5f430581ee195e897db806\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a95ee8cdcfe34241bb15e9419687450d\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\330287f3e19a44d3ba2f7d0ffdaf855b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\526aba420475480daaa2946b2ad5952b\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\966afb7105754f98b0a97ec675cd023d\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5f453835f6346ca87bad55dfc95a3fa\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87e19e5f81334c99a8e2cc6d467d2f1f\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d227c75776c452f91dfc59fbaa4d453\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72ad7d9d588d42d68d899c79f9f4336b\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65c67417119b43729176b42ac4966681\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f41d798beaf4c3b9f458f26b048f783\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4efed831656049ea8b4aab4901d875db\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\666a3283fd624291a967b1cafc530085\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e253559366a40be87a1577e67a16b4e\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d687ad057adc45fe8385088efa03beb5\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\babf1fa20793482398ace33ab8e38b36\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\882154d7e2ef40b5875f683fb110637a\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffb6aac059e446de9a716e8b8d8fbbd9\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ccbb57deede42a78dd46dd534cc3c7e\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a176ab98fbe04de1bcf0e328883427f8\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc2b6e6f15ac49be815bf866a6a96820\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\915406c37a784f6eb4afcc2b175cd2b3\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42fb7b5acd684c029caab15eb5aedc30\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f294741218914e1a9770d813060e8c95\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\440d15effc1e43a99cd328c808a60eb8\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db1a84d06e99422fa45a664f843fa779\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12125b697b3b44ff8a5a99846c82198e\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eba005fef7b440fb8817677c0bf3486b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c8a4ffdefc34d9289c4c0b25e3fbe45\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d8c5c3c5dd942ac8753b8ac0956ee88\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0072e7d591f041aca40a2cd402f33dca\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98c6739608ab4f4aa66cdc5058eb23b5\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56fe7f4487c347b882a4bc4333b7d1a0\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53064ad4bd75430d913f5142b846af8d\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40127abba9654157b66659cad9719296\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48acdebccf7541328fb799ba72051376\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efe101e13d104d70b89e632a6afe7f34\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d626ec2d2f3a45d6aa68391061bf5e83\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c318220281c64f89a1612d61e89500ce\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d4b2e9133f644b1814f3f239e0bdae6\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cd0677030004a4cad64d55200b0030b\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0695fe536f747d1ab920cc85998cdca\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93811c628d9e4c329897653a7df5c6e2\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2d07055fd06458a85bb162a9a05fc29\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d790b03bc7ce4fac9dca2d647b7b894a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f195210e01e24370aeef0ec0f79d0fdd\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39d13d1469b64dafa3f64a529ee0910f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d483a6ec360407bb9b933c433021dce\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d969de330b6a4f1fb33bbdf4acdc427f\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a0fdf901933456188d87d2071fb2389\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\957bc367887445a98745ccc9357f5d1c\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9b45e2bda694895939a0d11110091a4\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b3a3bd61e58410baeb2d61da77a9722\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23fbb56ce36c4784b9f2cde2cdea1e68\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35c29f8b79da4a6ebbf4b3d04c9fc20a\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32e1a41ad9de411eb73be7ab0ca5a2d3\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27e6d8bc11a142e09cd7cb6753eec14c\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0d09e943f1d4c47b59ed73b744ecf8b\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\656301facde34cfd8539a310affede02\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92083860c58c40cba0839bdff3890b1a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e9d5ccbeb0b4228b04328c8819849d7\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc76805a7af045648e749d0bca08788b\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6461d44daa024905b85ad1447c4e4f2c\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2d98d3cf6bf4d29a4c2e0d020866da2\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7c49ce167f646a4b38d51a7e8690118\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\771e6fead67e424d87ff368114417669\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2c485fcd8ba4ae48f0cb68cb5103192\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f41ab8873c014bcb94b8fff002662f6d\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8897737d11064bb880b5aeac90eeb8db\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\778cc8b7f7c64d3996ec572219bfdb53\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb18e6c01f8b40d39902edbbbac4e4e6\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ce501165616459b8b2fb8c3cac546bc\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1fbe25a62ecf452e92c18d6a2e1248ec\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d24711ad587e41d1ad45033105a96a47\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71969f3a234745aea4ca85dc1491738a\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82a261c6c46b4255b00b4fa49967cb58\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8104271603f496e9b38efb7ad235121\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbeffea32dcd4054928cbd4ec57891f9\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb1c9ed65e5c49a9b73afc2028882f0a\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5a6d03ba95a4753bf0c2b40ec1ac688\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0f5661cc8794adea216ce15e8c8d0ed\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7b7884164f747f39fe9d62e2a5c9b33\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0bb71e6fbc194b9096195f96dcd00828\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b7fad901b254e208059dcbb42259af0\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\403761c45caf4f9983c1d5e3c4cd6015\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58dfc8e730a0402eb4f69b03a0490c98\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e759950ac43444be8abc8f9196886c41\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22f1022fab6a49dc907f02374602da62\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aec30b78eeb548978508dbca65be8f27\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b7e78675f8a424c98a4aa0a6061cbc4\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b26bce369404b9ab243c174028d15ad\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43a41613c9934cf3ad094e064382c659\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b146df21c1d4c4087946c44b2c7d24a\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\320c621e10684487b4eda7f1831121d6\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dad9318a6c7242c38af895ae035794f0\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
</Project>