File: System.Xaml.csproj
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\System.Xaml\System.Xaml.csproj (System.Xaml)
<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.Xaml</AssemblyName>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26229.113\tools\snk\ECMA.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;OLDRESOURCES;SYSTEM_XAML;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="GlobalSuppressions.cs"/>
    <Compile Include="GlobalUsings.cs"/>
    <Compile Include="ms\Internal\Markup\StringValueSerializer.cs"/>
    <Compile Include="ms\Internal\Markup\TypeConverterValueSerializer.cs"/>
    <Compile Include="OtherAssemblyAttrs.cs"/>
    <Compile Include="System\Windows\Markup\AcceptedMarkupExtensionExpressionTypeAttribute.cs"/>
    <Compile Include="System\Windows\Markup\AmbientAttribute.cs"/>
    <Compile Include="System\Windows\Markup\ArrayExtension.cs"/>
    <Compile Include="System\Windows\Markup\ConstructorArgumentAttribute.cs"/>
    <Compile Include="System\Windows\Markup\ContentPropertyAttribute.cs"/>
    <Compile Include="System\Windows\Markup\ContentWrapperAttribute.cs"/>
    <Compile Include="System\Windows\Markup\DateTimeValueSerializer.cs"/>
    <Compile Include="System\Windows\Markup\DependsOnAttribute.cs"/>
    <Compile Include="System\Windows\Markup\DictionaryKeyPropertyAttribute.cs"/>
    <Compile Include="System\Windows\Markup\IComponentConnector.cs"/>
    <Compile Include="System\Windows\Markup\INameScope.cs"/>
    <Compile Include="System\Windows\Markup\INameScopeDictionary.cs"/>
    <Compile Include="System\Windows\Markup\IProvideValueTarget.cs"/>
    <Compile Include="System\Windows\Markup\IQueryAmbient.cs"/>
    <Compile Include="System\Windows\Markup\IUriContext.cs"/>
    <Compile Include="System\Windows\Markup\IValueSerializerContext.cs"/>
    <Compile Include="System\Windows\Markup\IXamlTypeResolver.cs"/>
    <Compile Include="System\Windows\Markup\MarkupExtension.cs"/>
    <Compile Include="System\Windows\Markup\MarkupExtensionBracketCharactersAttribute.cs"/>
    <Compile Include="System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs"/>
    <Compile Include="System\Windows\Markup\MemberDefinition.cs"/>
    <Compile Include="System\Windows\Markup\NameReferenceConverter.cs"/>
    <Compile Include="System\Windows\Markup\NameScopePropertyAttribute.cs"/>
    <Compile Include="System\Windows\Markup\NullExtension.cs"/>
    <Compile Include="System\Windows\Markup\PropertyDefinition.cs"/>
    <Compile Include="System\Windows\Markup\Reference.cs"/>
    <Compile Include="System\Windows\Markup\RootNamespaceAttribute.cs"/>
    <Compile Include="System\Windows\Markup\StaticExtension.cs"/>
    <Compile Include="System\Windows\Markup\StaticExtensionsToInstanceDescriptorsConverter.cs"/>
    <Compile Include="System\Windows\Markup\TrimSurroundingWhitespaceAttribute.cs"/>
    <Compile Include="System\Windows\Markup\TypeExtension.cs"/>
    <Compile Include="System\Windows\Markup\TypeExtensionConverter.cs"/>
    <Compile Include="System\Windows\Markup\UidPropertyAttribute.cs"/>
    <Compile Include="System\Windows\Markup\UsableDuringInitializationAttribute.cs"/>
    <Compile Include="System\Windows\Markup\ValueSerializer.cs"/>
    <Compile Include="System\Windows\Markup\WhitespaceSignificantCollectionAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XamlDeferLoadAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XamlSetMarkupExtensionAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XamlSetMarkupExtensionEventArgs.cs"/>
    <Compile Include="System\Windows\Markup\XamlSetTypeConverterAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XamlSetTypeConverterEventArgs.cs"/>
    <Compile Include="System\Windows\Markup\XamlSetValueEventArgs.cs"/>
    <Compile Include="System\Windows\Markup\XData.cs"/>
    <Compile Include="System\Windows\Markup\XmlLangPropertyAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XmlnsCompatibleWithAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XmlnsDefinitionAttribute.cs"/>
    <Compile Include="System\Windows\Markup\XmlnsPrefixAttribute.cs"/>
    <Compile Include="System\Xaml\AttachableMemberIdentifier.cs"/>
    <Compile Include="System\Xaml\AttachablePropertyServices.cs"/>
    <Compile Include="System\Xaml\Context\ContextServices.cs"/>
    <Compile Include="System\Xaml\Context\ICheckIfInitialized.cs"/>
    <Compile Include="System\Xaml\Context\NameFixupGraph.cs"/>
    <Compile Include="System\Xaml\Context\NameFixupToken.cs"/>
    <Compile Include="System\Xaml\Context\ObjectWriterContext.cs"/>
    <Compile Include="System\Xaml\Context\ObjectWriterFrame.cs"/>
    <Compile Include="System\Xaml\Context\SavedContext.cs"/>
    <Compile Include="System\Xaml\Context\ServiceProviderContext.cs"/>
    <Compile Include="System\Xaml\Context\XamlCommonFrame.cs"/>
    <Compile Include="System\Xaml\Context\XamlContext.cs"/>
    <Compile Include="System\Xaml\Context\XamlObjectWriterFactory.cs"/>
    <Compile Include="System\Xaml\Context\XamlParserContext.cs"/>
    <Compile Include="System\Xaml\Context\XamlParserFrame.cs"/>
    <Compile Include="System\Xaml\EventConverter.cs"/>
    <Compile Include="System\Xaml\Events\XamlObjectEventArgs.cs"/>
    <Compile Include="System\Xaml\IAmbientProvider.cs"/>
    <Compile Include="System\Xaml\IAttachedPropertyStore.cs"/>
    <Compile Include="System\Xaml\IDestinationTypeProvider.cs"/>
    <Compile Include="System\Xaml\INamespacePrefixLookup.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\DeferredWriter.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlNodes.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlObjectWriter.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlReaderSettings.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlXmlReader.cs"/>
    <Compile Include="System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs"/>
    <Compile Include="System\Xaml\IRootObjectProvider.cs"/>
    <Compile Include="System\Xaml\IXamlLineInfo.cs"/>
    <Compile Include="System\Xaml\IXamlLineInfoConsumer.cs"/>
    <Compile Include="System\Xaml\IXamlNameProvider.cs"/>
    <Compile Include="System\Xaml\IXamlNameResolver.cs"/>
    <Compile Include="System\Xaml\IXamlNamespaceResolver.cs"/>
    <Compile Include="System\Xaml\IXamlObjectWriterFactory.cs"/>
    <Compile Include="System\Xaml\IXamlSchemaContextProvider.cs"/>
    <Compile Include="System\Xaml\LineInfo.cs"/>
    <Compile Include="System\Xaml\MS\Impl\AssemblyNamespacePair.cs"/>
    <Compile Include="System\Xaml\MS\Impl\KnownStrings.cs"/>
    <Compile Include="System\Xaml\MS\Impl\PositionalParameterDescriptor.cs"/>
    <Compile Include="System\Xaml\MS\Impl\XmlNsInfo.cs"/>
    <Compile Include="System\Xaml\NameScope.cs"/>
    <Compile Include="System\Xaml\NameScopeDictionary.cs"/>
    <Compile Include="System\Xaml\NamespaceDeclaration.cs"/>
    <Compile Include="System\Xaml\NameValidationHelper.cs"/>
    <Compile Include="System\Xaml\Parser\GenericTypeNameParser.cs"/>
    <Compile Include="System\Xaml\Parser\GenericTypeNameScanner.cs"/>
    <Compile Include="System\Xaml\Parser\MePullParser.cs"/>
    <Compile Include="System\Xaml\Parser\MeScanner.cs"/>
    <Compile Include="System\Xaml\Parser\NamespacePrefixLookup.cs"/>
    <Compile Include="System\Xaml\Parser\NodeStreamSorter.cs"/>
    <Compile Include="System\Xaml\Parser\ScannerNodeType.cs"/>
    <Compile Include="System\Xaml\Parser\XamlAttribute.cs"/>
    <Compile Include="System\Xaml\Parser\XamlName.cs"/>
    <Compile Include="System\Xaml\Parser\XamlPropertyName.cs"/>
    <Compile Include="System\Xaml\Parser\XamlPullParser.cs"/>
    <Compile Include="System\Xaml\Parser\XamlQualifiedName.cs"/>
    <Compile Include="System\Xaml\Parser\XamlScanner.cs"/>
    <Compile Include="System\Xaml\Parser\XamlScannerNode.cs"/>
    <Compile Include="System\Xaml\Parser\XamlScannerStack.cs"/>
    <Compile Include="System\Xaml\Parser\XamlText.cs"/>
    <Compile Include="System\Xaml\ReaderBaseDelegate.cs"/>
    <Compile Include="System\Xaml\ReaderDelegate.cs"/>
    <Compile Include="System\Xaml\ReaderMultiIndexDelegate.cs"/>
    <Compile Include="System\Xaml\RefOnly\LooseTypeExtensions.cs"/>
    <Compile Include="System\Xaml\Replacements\DateTimeConverter2.cs"/>
    <Compile Include="System\Xaml\Replacements\DateTimeOffsetConverter2.cs"/>
    <Compile Include="System\Xaml\Replacements\TypeListConverter.cs"/>
    <Compile Include="System\Xaml\Replacements\TypeTypeConverter.cs"/>
    <Compile Include="System\Xaml\Runtime\ClrObjectRuntime.cs"/>
    <Compile Include="System\Xaml\Runtime\DynamicMethodRuntime.cs"/>
    <Compile Include="System\Xaml\Runtime\PartialTrustTolerantRuntime.cs"/>
    <Compile Include="System\Xaml\Runtime\XamlRuntimeSettings.cs"/>
    <Compile Include="System\Xaml\Schema\AllowedMemberLocations.cs"/>
    <Compile Include="System\Xaml\Schema\BuiltInValueConverter.cs"/>
    <Compile Include="System\Xaml\Schema\ClrNamespaceUriParser.cs"/>
    <Compile Include="System\Xaml\Schema\CollectionReflector.cs"/>
    <Compile Include="System\Xaml\Schema\MemberReflector.cs"/>
    <Compile Include="System\Xaml\Schema\ReferenceEqualityComparer.cs"/>
    <Compile Include="System\Xaml\Schema\Reflector.cs"/>
    <Compile Include="System\Xaml\Schema\TypeBits.cs"/>
    <Compile Include="System\Xaml\Schema\TypeReflector.cs"/>
    <Compile Include="System\Xaml\Schema\XamlCollectionKind.cs"/>
    <Compile Include="System\Xaml\Schema\XamlDirective.cs"/>
    <Compile Include="System\Xaml\Schema\XamlMemberInvoker.cs"/>
    <Compile Include="System\Xaml\Schema\XamlNamespace.cs"/>
    <Compile Include="System\Xaml\Schema\XamlTypeInvoker.cs"/>
    <Compile Include="System\Xaml\Schema\XamlTypeTypeConverter.cs"/>
    <Compile Include="System\Xaml\Schema\XamlValueConverter.cs"/>
    <Compile Include="System\Xaml\WriterDelegate.cs"/>
    <Compile Include="System\Xaml\XamlBackgroundReader.cs"/>
    <Compile Include="System\Xaml\XamlDeferringLoader.cs"/>
    <Compile Include="System\Xaml\XamlException.cs"/>
    <Compile Include="System\Xaml\XamlLanguage.cs"/>
    <Compile Include="System\Xaml\XamlMarkupExtensionWriter.cs"/>
    <Compile Include="System\Xaml\XamlMember.cs"/>
    <Compile Include="System\Xaml\XamlNodeList.cs"/>
    <Compile Include="System\Xaml\XamlNodeQueue.cs"/>
    <Compile Include="System\Xaml\XamlObjectReader.cs"/>
    <Compile Include="System\Xaml\XamlObjectReaderSettings.cs"/>
    <Compile Include="System\Xaml\XamlReader.cs"/>
    <Compile Include="System\Xaml\XamlRuntime.cs"/>
    <Compile Include="System\Xaml\XamlSchemaContext.cs"/>
    <Compile Include="System\Xaml\XamlSchemaContextSettings.cs"/>
    <Compile Include="System\Xaml\XamlServices.cs"/>
    <Compile Include="System\Xaml\XamlSubreader.cs"/>
    <Compile Include="System\Xaml\XamlType.cs"/>
    <Compile Include="System\Xaml\XamlTypeName.cs"/>
    <Compile Include="System\Xaml\XamlWriter.cs"/>
    <Compile Include="System\Xaml\XamlWriterSettings.cs"/>
    <Compile Include="System\Xaml\XamlXmlWriter.cs"/>
    <Compile Include="System\Xaml\XamlXmlWriterSettings.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\TypeConverterHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\Replacements\TypeUriConverter.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\Replacements\TypeUriConverter.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\ReflectionHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs"/>
    <Compile Include="..\Shared\MS\Internal\Xaml\Parser\SpecialBracketCharacters.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Parser\SpecialBracketCharacters.cs"/>
    <Compile Include="..\Shared\MS\Internal\ReflectionUtils.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\ReflectionUtils.cs"/>
    <Compile Include="..\Shared\MS\Internal\SafeSecurityHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs"/>
    <Compile Include="..\Shared\MS\Internal\CriticalExceptions.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs"/>
    <Compile Include="..\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs"/>
    <Compile Include="..\Shared\MS\Internal\Xaml\Context\XamlFrame.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\XmlCompatibilityReader.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs"/>
    <Compile Include="..\Shared\System\Windows\Markup\XmlWrappingReader.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs"/>
    <Compile Include="..\Shared\MS\Utility\FrugalList.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs"/>
    <Compile Include="..\Common\src\System\SR.cs" Link="src\Microsoft.DotNet.Wpf\src\Common\src\System\SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Xaml\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Xaml\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Xaml\x86\Debug\net11.0\System.SR.cs" Link="artifacts\obj\System.Xaml\x86\Debug\net11.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Xaml\x86\Debug\net11.0\System.Xaml.AssemblyInfo.cs" Link="artifacts\obj\System.Xaml\x86\Debug\net11.0\System.Xaml.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Xaml\x86\Debug\net11.0\System.Xaml.AssemblyInfo.Extended.cs" Link="artifacts\obj\System.Xaml\x86\Debug\net11.0\System.Xaml.AssemblyInfo.Extended.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\f7be4935d16047e4ae6aec66a0ac484e\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\852fb643af63494ba438d29665ec7750\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3ad7944b1d542e6a007be34831fa9da\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed653b964c914333871a36cd47e9a357\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7afc08ce1f8e472fb1dadcf70c58f72e\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\635915ef21a4416c812864585dd9e837\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0651692247e64f60be46b927753c5ec7\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\378473b83dba4845868d9f8c457bf795\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\138dca724e4442df873422258749dbcf\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca34436fe8f4414196bf7e2a1f2f1032\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd837aa03a6844e798a461c8aa4be77e\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b164be2070ea4c08965ad5b118b3ffe3\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a698b9418a4e3eae6b3e7de3e2eabf\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5353f6f9bfa54ee9afea5d3bcc49159c\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a3463bc98bc4161a299a39e29696201\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ca42c79a8124b83966871df94eb2562\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\721378be55d94cc887d7fd5def66b19a\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cd348b43a3846219805442107627a04\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be50a3580eaa4e90861c716da64c81d2\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18827a3e7ab7477eb290b5df376abee2\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca2ae932b4a14498a905378cec63c9d2\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca127f3f91054dd38d8797709b0958c7\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1dcc9d40259f43528823890bf7575054\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e5f6721e7c64123881362c082457381\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\485b348b53ea47e1aebd8a3476c22948\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a43507fc66ca43bb95e55a8bad38304d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\845c049dba76490a9743e4f2610975d0\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\20ce8368ac2c4caa9c636c703af15444\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22c106e945eb404c98b3fcd2c7be92c2\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a94726dee1764a8c9778c8dd4fdedd58\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5a79bfb818fa49b3861027713477470a\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dbf127fcf8c487b9444168065124703\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d5b7906820f941869fa599700104b379\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b51469361b434fca9b428361c4b9cab1\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f645d0dac43f4a54af6da2b44b2db4ff\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22cfb34da658408f9ed8b8e26c557381\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\748b3cfd51af488687c289038a2bc8f9\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18dbc5d5b2db4a899becacd55623fd68\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\627e43eb04fd4bac8a1935df56c02042\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5681f7b7af04dbcb2f1492588907f09\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0452eba616534cdda15686c92cf394cd\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd2f89446dfb48909009af7b317fd334\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c1d2780c4494872ada8c3c996c261fa\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9641781b673e40a382360b1df69caf87\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aed88134f317470082de1c3729441923\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e08fc5bac24e8dbeb88b1fe9f9e074\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cb26983c0034a9a914f45e52ff332b8\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a660eb4a14304e328afcce3b1039ad7f\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5388d77f72c427dbc3adda7462f7ebb\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45d85af2ca814b1db93e8980dee23c32\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dae830d2b00b4cda94ce07a8111d8092\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8204791afc2a4800880343708b86e686\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\beb47f0f1fd548929a56ac3ee27dc545\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9329f6712e7b426a8004af749ce132d3\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ff0b8fec6d542cd8b6dd954eb54d4f2\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c9c2a991ccc4e78907776e75f066b28\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e7ba8b99b52416da85c35cc1637219e\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40b33e954e324351b349ed8d045a6c7b\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\954d58dbd17c4f96b109acf3c0a60724\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94c87d961d5a4adab123d9b81ff7a518\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27af58a009fb4a3eb9bf5c0e63b15548\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e06e85f1b4f4effad6b9b1eb3dee8fc\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e50a0cb235a04338a16a06d3594130bd\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0833006fe7a44de48152a535fcf3f042\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc4e2d5924364f94bf422d97a7e84b04\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59df65b26b704818b978d7ce4a16ddfa\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f284f47ded6444e9e2f6a992667e2be\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4ff85343b8d4eefba42997d020234c4\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb1a0c27adc645e7aeb38fba3fbf61ad\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86a3de59fb8e490f844bafdda2544e04\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24d93d04341b4672abc88880d43bb527\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e81b83b29c0040fa93bd69cedbd51adc\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\827595f7228c47daa158f725a784c5a7\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02561aa57f444895970f9357276973b2\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff4378bd55824a5aa8eb2bc3050e926a\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\188656024d434de1ae9d7806705ae8bf\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f032ff1fd9c04d60933a0539ce3ce145\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ec2c9cb45d947bf958ad51dee188ca7\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3af46f102b0e4f5ba7177dfd701cbe19\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\312045977be44b61b65602a441034f73\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3322986030c3435da225b442df403fa2\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28d2540ac0f8422ab300f75cc3ee4c66\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65d3f74590b640bfa98e3926cab8fa61\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17a73eae6329443491f116b2e5bbf8f4\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9481503b11da4525a9074f6ec9d67497\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\497372b186634ead9183c592c1fc4159\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aab79964d2ee4b009ef031d2551d3a8b\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52794be2093d4078a185c92f3498a784\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a5785971ad497c8e0e0a3acd9442da\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\facab04fb3cb47e9a2f7788c2aa194d6\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8b234ab134746569fd43e384a201df7\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0bcfa3566b7e484a9efc2d9097a9304e\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d397ffdea4a46729c89db4f684d019b\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f009bb695ce942ac8ed9bfa2d4fbd2c1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59750fd976eb42ef91dbcb5ae8f8e332\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa9677c3f480426db805bcc61f751759\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2dee83e07544a0baf8fc9218db7b7ae\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69971f1c6d254dc087e9871632b359d3\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de8a85a65595438a9a1a643ffb360536\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12fd14d6e33c43aa8d9ed05e5ff682c0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa5305c071164b10a3f9fe69e6c278da\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\289a148c03c649a8a1c9f9424089dff4\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f08ddd2c568b40e2a8be6c80c5d64c05\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac480fee8320412ba4fd230ffeb4d0a5\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4891ba8f6614c3a85b8ae61c3f0f8fd\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\803fec4ee8f4435ca16dec653bdedb59\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e94ea0dcbdc452fa6dd7e5eacbb3785\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36d38a1fbb1c4c369671d18752ca2c44\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81db86d69e70433aadced00bd57bb2c7\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de24f77071f64c92b18f0cc82aa6315c\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0fad928c55848598bd17ba51829f822\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c01d78c3b2e4585adfde91e3595da34\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdd65fc66b6c480f926d998ff00f563f\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8d34a95208f4e9f87afb9aeab3af231\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\362712bab4c6467594060bfffbb9d88a\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31918b01fd24472b875662326ad20305\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e573df916dd74f74bef6bd7b5a7bdbba\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\030006f3d38447e682f4d1c00bdc0e9d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\510c0e88be7548b4a9d3ae9aefd60122\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c178c973e524148b15869f3dfa9fd81\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3319646b14fe406babd01a42cdaa0b0f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b621a53c79a47e0bdc413c3d072fb81\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e471c148130f45b6b5244682cdee5180\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acd163c4dec84cf6b7deb4b9234eddb0\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\284717eb5e394e379ab22aa80b85a5db\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e841f547a8f43a280cb62ed0f7f0cf3\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bbd77b0fd38246dda2b008bf53088bdb\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8451d5df4bc040c8ae002e0d3c93a25c\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a6ffcfbd3f64921ac845e60b0ee24ce\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\435d2da005aa484a8c5b1606e148a569\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7a708c6c03d4cf18e168b5c0527589c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b6af3f05a254b8ca9c455404ea4e38e\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\180e85ccddf543e0a6e5c0b063a70c25\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0449d47f205429e8f9cccbd4c342b8e\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b08bb9de0fe4b8685ad16cdd16ab566\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6cfb6c2046184a0a8edae0ec4fa1caeb\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b35cb77399634132888994b1c61f558c\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bccc0e0e96dc472badbdd5a70011953d\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b708f146ff1d40ba853413095aa45bbd\System.Security.Permissions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\574b255dc99b45cca3495a61f8111b35\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8162c0dac53d4ef281bb28ce466d6ba7\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\478a66c82cf54aa896b80f6197d67852\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e2e8e0772d64703a40b6538a68023ea\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21126d105be744b7a5ed545a5f7d4aa2\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92888368095146ea93e469de17ef7cff\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0f78b4c8c80444296e0bd08aff56bab\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f76dc38d5974ebba687847e640e99bd\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4858c9253054a9b8262953a1b48d6ba\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\951e945388e74cb48e395171982bf6fa\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2323fde3faf14df69e22a29442b716df\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1d1bfe2d8ba4462bafc97c3e8049be5\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce7023783d444e74aa31fe695be3174a\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dab0667f222c424fb7153ed3a5708a5a\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9f08027fd154c47b6a17316acaf3b9d\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0dc011b8a8449f89e36f8332e2f3da0\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ea9dbb1557d459dad414fec367192b9\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f655285837cb412c8dacfd230fad59cb\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fade79a44b1f44c28d5889b19a1b7faa\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdf98ec5bd3948a2b75f526e2da064c1\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab0d055f8635479e8851738580240a3e\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36da1a9a4c044f14a9c9be52ee362713\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\639fb81b7a724d66a9501c7247f2affa\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\472bff9f2c6646b69b8464290876df55\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e0c08111bf5f462e952aca8cc731aaca\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1db184a2ccf542b0a146c797f695ff6f\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd223858ec4431b92672799e42493b5\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a58836859f04a99b976c6ae9cd18d1e\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbb3b961b9534a45ab8f4ebfdfd380cd\System.Windows.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3ecbd335c9541d1aa32b7bd2d19a36e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68b597a49ad54401804a6866bc50c69b\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe689a184a3144f5bf9a4253a03394c2\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\09a3c38647a6472ea25960ddbb35615d\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\94916fe3983f4a3bb9c8b409ae2740c4\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23305095db0240f7ae3a78c17156b040\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\301bfb4a26da4c99aed341b4c0a767ae\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b21e5e6f432c493a98ccf8c069881b6b\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cdbc9024c7e426d81fb6ae7219936a3\System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>