|
<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>ReachFramework</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26116.109\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;REACHFRAMEWORK;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="..\Common\src\System\SR.cs" Link="src\Microsoft.DotNet.Wpf\src\Common\src\System\SR.cs"/>
<Compile Include="..\Shared\RefAssemblyAttrs.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\RefAssemblyAttrs.cs"/>
<Compile Include="..\Shared\MS\Internal\SafeSecurityHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs"/>
<Compile Include="..\Shared\MS\Internal\SecurityHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs"/>
<Compile Include="..\Shared\MS\Internal\UriComparer.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\UriComparer.cs"/>
<Compile Include="..\Shared\MS\Utility\BindUriHelper.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs"/>
<Compile Include="GlobalUsings.cs"/>
<Compile Include="Serialization\Manager\IXpsSerializationManager.cs"/>
<Compile Include="Serialization\Manager\IXpsSerializationManagerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMHierarchySimulator.cs"/>
<Compile Include="Serialization\Manager\XpsOMSerializationManager.cs"/>
<Compile Include="Serialization\Manager\XpsOMSerializationManagerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentSequenceSerializer.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentSequenceSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMFixedDocumentSerializer.cs"/>
<Compile Include="Serialization\Manager\XpsOMFixedDocumentSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMFixedPageSerializer.cs"/>
<Compile Include="Serialization\Manager\XpsOMFixedPageSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentPaginatorSerializer.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentPaginatorSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentPageSerializer.cs"/>
<Compile Include="Serialization\Manager\XpsOMDocumentPageSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsOMPackagingPolicy.cs"/>
<Compile Include="Serialization\Manager\XpsSerializationManager.cs"/>
<Compile Include="Serialization\Manager\XpsSerializationManagerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsDocumentEvent.cs"/>
<Compile Include="Serialization\Manager\ReachFixedDocumentSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachFixedDocumentSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsTokenContext.cs"/>
<Compile Include="Serialization\Manager\ReachSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachFixedPageSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachFixedPageSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentPageSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentPageSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentReferenceSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentSequenceSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachDocumentSequenceSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachIDocumentPaginatorSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachIDocumentPaginatorSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachPageContentCollectionSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachPageContentCollectionSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachUIElementCollectionSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachUIElementCollectionSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachPageContentSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachPageContentSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsPackagingPolicy.cs"/>
<Compile Include="Serialization\Manager\NullPackagingPolicy.cs"/>
<Compile Include="Serialization\Manager\ReachVisualSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachVisualSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\MetroSerializationManager.cs"/>
<Compile Include="Serialization\Manager\NGCSerializationManager.cs"/>
<Compile Include="Serialization\Manager\NGCSerializationManagerAsync.cs"/>
<Compile Include="Serialization\Manager\NGCSerializer.cs"/>
<Compile Include="Serialization\Manager\NGCSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\NGCPageContentCollectionSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\NGCPageContentSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\NGCUIElementCollectionSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\ReachBasicContext.cs"/>
<Compile Include="Serialization\Manager\ReachObjectContext.cs"/>
<Compile Include="Serialization\Manager\ReachSerializationCacheItems.cs"/>
<Compile Include="Serialization\Manager\ReachSerializationUtils.cs"/>
<Compile Include="Serialization\Manager\ReachNamespaceInfo.cs"/>
<Compile Include="Serialization\Manager\ReachSerializableProperties.cs"/>
<Compile Include="Serialization\Manager\ReachPrintTicketSerializer.cs"/>
<Compile Include="Serialization\Manager\ReachPrintTicketSerializerAsync.cs"/>
<Compile Include="Serialization\Manager\XpsLiterals.cs"/>
<Compile Include="Serialization\RCW\XPS_COLOR_TYPE_UNION.cs"/>
<Compile Include="Serialization\RCW\IOpcPartUri.cs"/>
<Compile Include="Serialization\RCW\IOpcUri.cs"/>
<Compile Include="Serialization\RCW\IPrintDocumentPackageTarget.cs"/>
<Compile Include="Serialization\RCW\IPrintDocumentPackageStatusEvent.cs"/>
<Compile Include="Serialization\RCW\ISequentialStream.cs"/>
<Compile Include="Serialization\RCW\IUri.cs"/>
<Compile Include="Serialization\RCW\IXpsDocumentPackageTarget.cs"/>
<Compile Include="Serialization\RCW\IXpsOMBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMCanvas.cs"/>
<Compile Include="Serialization\RCW\IXpsOMColorProfileResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMColorProfileResourceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMCoreProperties.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDashCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDictionary.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDocument.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDocumentCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDocumentSequence.cs"/>
<Compile Include="Serialization\RCW\IXpsOMDocumentStructureResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMFontResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMFontResourceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGeometry.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGeometryFigure.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGeometryFigureCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGlyphs.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGlyphsEditor.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGradientBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGradientStop.cs"/>
<Compile Include="Serialization\RCW\IXpsOMGradientStopCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMImageBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMImageResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMImageResourceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMLinearGradientBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMMatrixTransform.cs"/>
<Compile Include="Serialization\RCW\IXpsOMNameCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMObjectFactory.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPackage.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPackageWriter.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPage.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPageReference.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPageReferenceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPart.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPartResources.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPartUriCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPath.cs"/>
<Compile Include="Serialization\RCW\IXpsOMPrintTicketResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMRadialGradientBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMRemoteDictionaryResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMRemoteDictionaryResourceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMShareable.cs"/>
<Compile Include="Serialization\RCW\IXpsOMSignatureBlockResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMSignatureBlockResourceCollection.cs"/>
<Compile Include="Serialization\RCW\IXpsOMSolidColorBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMStoryFragmentsResource.cs"/>
<Compile Include="Serialization\RCW\IXpsOMThumbnailGenerator.cs"/>
<Compile Include="Serialization\RCW\IXpsOMTileBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMVisual.cs"/>
<Compile Include="Serialization\RCW\IXpsOMVisualBrush.cs"/>
<Compile Include="Serialization\RCW\IXpsOMVisualCollection.cs"/>
<Compile Include="Serialization\RCW\PrintDocumentPackageCompletion.cs"/>
<Compile Include="Serialization\RCW\PrintDocumentPackageStatus.cs"/>
<Compile Include="Serialization\RCW\PrintDocumentPackageStatusProvider.cs"/>
<Compile Include="Serialization\RCW\tagSTATSTG.cs"/>
<Compile Include="Serialization\RCW\Uri_PROPERTY.cs"/>
<Compile Include="Serialization\RCW\XpsOMThumbnailGenerator.cs"/>
<Compile Include="Serialization\RCW\XpsOMThumbnailGeneratorClass.cs"/>
<Compile Include="Serialization\RCW\XPS_COLOR.cs"/>
<Compile Include="Serialization\RCW\XPS_COLOR_INTERPOLATION.cs"/>
<Compile Include="Serialization\RCW\XPS_COLOR_TYPE.cs"/>
<Compile Include="Serialization\RCW\XPS_DASH.cs"/>
<Compile Include="Serialization\RCW\XPS_DASH_CAP.cs"/>
<Compile Include="Serialization\RCW\XPS_DOCUMENT_TYPE.cs"/>
<Compile Include="Serialization\RCW\XPS_FILL_RULE.cs"/>
<Compile Include="Serialization\RCW\XPS_FONT_EMBEDDING.cs"/>
<Compile Include="Serialization\RCW\XPS_GLYPH_INDEX.cs"/>
<Compile Include="Serialization\RCW\XPS_GLYPH_MAPPING.cs"/>
<Compile Include="Serialization\RCW\XPS_IMAGE_TYPE.cs"/>
<Compile Include="Serialization\RCW\XPS_INTERLEAVING.cs"/>
<Compile Include="Serialization\RCW\XPS_LINE_CAP.cs"/>
<Compile Include="Serialization\RCW\XPS_LINE_JOIN.cs"/>
<Compile Include="Serialization\RCW\XPS_MATRIX.cs"/>
<Compile Include="Serialization\RCW\XPS_OBJECT_TYPE.cs"/>
<Compile Include="Serialization\RCW\XPS_POINT.cs"/>
<Compile Include="Serialization\RCW\XPS_RECT.cs"/>
<Compile Include="Serialization\RCW\XPS_SCRGB_COLOR.cs"/>
<Compile Include="Serialization\RCW\XPS_SEGMENT_STROKE_PATTERN.cs"/>
<Compile Include="Serialization\RCW\XPS_SEGMENT_TYPE.cs"/>
<Compile Include="Serialization\RCW\XPS_SIZE.cs"/>
<Compile Include="Serialization\RCW\XPS_SPREAD_METHOD.cs"/>
<Compile Include="Serialization\RCW\XPS_SRGB_COLOR.cs"/>
<Compile Include="Serialization\RCW\XPS_STYLE_SIMULATION.cs"/>
<Compile Include="Serialization\RCW\XPS_THUMBNAIL_SIZE.cs"/>
<Compile Include="Serialization\RCW\XPS_TILE_MODE.cs"/>
<Compile Include="Serialization\RCW\_FILETIME.cs"/>
<Compile Include="Serialization\RCW\_LARGE_INTEGER.cs"/>
<Compile Include="Serialization\RCW\_SECURITY_ATTRIBUTES.cs"/>
<Compile Include="Serialization\RCW\_SYSTEMTIME.cs"/>
<Compile Include="Serialization\RCW\_ULARGE_INTEGER.cs"/>
<Compile Include="packaging\XpsDigitalSignature.cs"/>
<Compile Include="Packaging\XpsFixedDocumentSequenceReaderWriter.cs"/>
<Compile Include="Packaging\DocumentStructureProvider.cs"/>
<Compile Include="Packaging\XpsFixedDocumentReaderWriter.cs"/>
<Compile Include="Packaging\XpsFixedPageReaderWriter.cs"/>
<Compile Include="Packaging\XPSSignatureDefinition.cs"/>
<Compile Include="Packaging\PartEditor.cs"/>
<Compile Include="Packaging\XpsFont.cs"/>
<Compile Include="Packaging\XpsImage.cs"/>
<Compile Include="Packaging\XpsColorContext.cs"/>
<Compile Include="Packaging\XpsResourceDictionary.cs"/>
<Compile Include="Packaging\XpsThumbnail.cs"/>
<Compile Include="Packaging\XpsInterleavingPolicy.cs"/>
<Compile Include="Packaging\XpsManager.cs"/>
<Compile Include="Packaging\XpsPartBase.cs"/>
<Compile Include="Packaging\XpsDocument.cs"/>
<Compile Include="Packaging\XpsResource.cs"/>
<Compile Include="Packaging\XpsResourcePolicy.cs"/>
<Compile Include="Packaging\XpsStructure.cs"/>
<Compile Include="Serialization\VisualSerializer.cs"/>
<Compile Include="Serialization\VisualTreeFlattener.cs"/>
<Compile Include="Serialization\ColorTypeConverter.cs"/>
<Compile Include="Serialization\DrawingContextFlattener.cs"/>
<Compile Include="Serialization\TreeWalkProgress.cs"/>
<Compile Include="Serialization\XpsFontSubsetter.cs"/>
<Compile Include="Serialization\FontTypeConverter.cs"/>
<Compile Include="Serialization\ImageSourceTypeConverter.cs"/>
<Compile Include="Serialization\XpsFontSerializationService.cs"/>
<Compile Include="Serialization\XpsImageSerializationService.cs"/>
<Compile Include="Serialization\Crc32.cs"/>
<Compile Include="SerializerFactory\XpsSerializerFactory.cs"/>
<Compile Include="SerializerFactory\XpsSerializerWriter.cs"/>
<Compile Include="AlphaFlattener\Primitive.cs"/>
<Compile Include="AlphaFlattener\PrimitiveList.cs"/>
<Compile Include="AlphaFlattener\Utility.cs"/>
<Compile Include="AlphaFlattener\BrushProxy.cs"/>
<Compile Include="AlphaFlattener\ImageProxy.cs"/>
<Compile Include="AlphaFlattener\Interfaces.cs"/>
<Compile Include="AlphaFlattener\DrawingContext.cs"/>
<Compile Include="AlphaFlattener\Flattener.cs"/>
<Compile Include="AlphaFlattener\PrimitiveRenderer.cs"/>
<Compile Include="AlphaFlattener\MetroDevice.cs"/>
<Compile Include="AlphaFlattener\SegmentTree.cs"/>
<Compile Include="AlphaFlattener\Optimizer.cs"/>
<Compile Include="PrintSystemExceptions\InteropWin32ApiThunk.cs"/>
<Compile Include="PrintSystemExceptions\PrintSystemException.cs"/>
<Compile Include="PrintConfig\FallbackPTProvider.cs"/>
<Compile Include="PrintConfig\JobCollate.cs"/>
<Compile Include="PrintConfig\JobDuplex.cs"/>
<Compile Include="PrintConfig\DocumentNUp.cs"/>
<Compile Include="PrintConfig\JobStaple.cs"/>
<Compile Include="PrintConfig\PageCanvasSize.cs"/>
<Compile Include="PrintConfig\PageCopyCount.cs"/>
<Compile Include="PrintConfig\PageDeviceFont.cs"/>
<Compile Include="PrintConfig\PageMediaSize.cs"/>
<Compile Include="PrintConfig\PageMediaType.cs"/>
<Compile Include="PrintConfig\PageOrientation.cs"/>
<Compile Include="PrintConfig\PageOutputColor.cs"/>
<Compile Include="PrintConfig\PageResolution.cs"/>
<Compile Include="PrintConfig\PageScaling.cs"/>
<Compile Include="PrintConfig\PageTrueTypeFont.cs"/>
<Compile Include="PrintConfig\JobPageOrder.cs"/>
<Compile Include="PrintConfig\PageBorderless.cs"/>
<Compile Include="PrintConfig\PageOutputQuality.cs"/>
<Compile Include="PrintConfig\PhotoPrintingIntent.cs"/>
<Compile Include="PrintConfig\JobInputBins.cs"/>
<Compile Include="PrintConfig\ParameterRefs.cs"/>
<Compile Include="PrintConfig\PrintCapabilitesWriter.cs"/>
<Compile Include="PrintConfig\PrintSchema.cs"/>
<Compile Include="PrintConfig\PrintSchemaShim.cs"/>
<Compile Include="PrintConfig\PrtCap_Base.cs"/>
<Compile Include="PrintConfig\PrtCap_Builder.cs"/>
<Compile Include="PrintConfig\PrtCap_Public.cs"/>
<Compile Include="PrintConfig\PrtCap_Public_Simple.cs"/>
<Compile Include="PrintConfig\PrtCap_Reader.cs"/>
<Compile Include="PrintConfig\PrtTicket_Base.cs"/>
<Compile Include="PrintConfig\PrtTicket_Editor.cs"/>
<Compile Include="PrintConfig\PrtTicket_Public.cs"/>
<Compile Include="PrintConfig\PrtTicket_Public_Simple.cs"/>
<Compile Include="PrintConfig\PTConverter.cs"/>
<Compile Include="PrintConfig\PTManager.cs"/>
<Compile Include="PrintConfig\PTProvider.cs"/>
<Compile Include="PrintConfig\PTUtility.cs"/>
<Compile Include="PrintConfig\PTProviderBase.cs"/>
<Compile Include="Exceptions\XpsException.cs"/>
<Compile Include="Exceptions\XpsPackagingException.cs"/>
<Compile Include="Exceptions\XpsSerializationException.cs"/>
<Compile Include="MS\Internal\Printing\MostFrequentlyUsedCache.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DeviceCap.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\PRINTER_INFO_2.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\PRINTER_INFO_8_AND_9.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DeviceCapability.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeCollate.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeColor.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeDitherTypes.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeDuplex.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeFields.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeICMIntents.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeICMMethod.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeMediaTypes.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeNUp.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeOrientation.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModePaperSizes.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModePaperSources.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeResolutions.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevModeTrueTypeOption.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DevMode.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\SafeWinSpoolPrinterHandle.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\COMPSTUISRID.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\DocumentPropertiesFlags.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\HGlobalBuffer.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\LoadLibraryExFlags.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\SafeModuleHandle.cs"/>
<Compile Include="MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs"/>
<Compile Include="MS\Internal\Printing\TestHook.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\System.Windows.Xps.SR.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\System.Windows.Xps.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.Extended.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net11.0\ReachFramework.AssemblyInfo.Extended.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\b71e0fac70e141b3a4e25242a8c83a5b\DirectWriteForwarder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\832eee308cb74171aa03d690301511f4\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c01f0b3e65bc4585afd81951e5c757bc\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32e3f4f6ed4449ae93d5b43715d3f875\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ea9dc4f704f4e7f87fef8ed8fe57cbb\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fad8cb4cc5c04a9aa94568a750e473c8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f6e2bcdfd9148fdaf9c6fb313589e54\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc3cb3e0c3e54c7faa0eeaa1aa61801b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a649923666cc4020868371f6ad386745\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1297572340144ec9e1604d2a78da1b5\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0fdab253c9742a38edab7d5570fc9fc\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\381aa9802f094459907c08eb69943768\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c06204750b304daea9f3b9a750be1c20\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c49f2a9bd6074aeab57d6d7f6742a8fb\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8339cf6ea744b38a4dc8fe267f9245d\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15fac163f1f94d56814550cd9197c140\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e89dd1dd91804f61b28a076692e35bbf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf693b4f1ace40caaa66f2b2fb036490\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa791696cba43a3b4c7ae424dabd328\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a9009b6505042bc9794dc0350da2a5f\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b418f9836f9432f8bc61ced73da8913\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68ca0c4e1998495a88c8d4c2a1fa5055\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b526c0ea264475da50fec58666e84db\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35c37c5ad98c490fa9207c35821182cb\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc85d5879eac4f0a84561991e8a6d5af\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c2c71684ae149b19d62310d7fd8709b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb99078e21ca4b969fac43d57f5f557c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cc73b80e044464c81db3914c83f1976\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d34089171f7f4a57a383fa2c43e9175e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c66343cb684f8bbfe21967446da1f6\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b1ca81b78924e1abbca4d767b7e8a77\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32f405f53ced4d749ee4f86bfa492eb8\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\668bb0da1316460a9a34fce506124fff\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fb293a423f546839b8c776c9b90286c\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e1577acfb6c4a389486a9def593f002\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddaab8f0b55547a499760806c92fed4c\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73544fbdad714e81825c96b07abc09e9\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2470e5f08a1447188e6bfd099495c559\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24c1737cc6264d5196caf61ce4902b2f\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87ab5479906148928949ea2d8633960f\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ca9792d8074c038090b91c310349cc\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61cf836195524762b2917bfd3e6c29a5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c777788629e497f865083ddecd20d7c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc7917c735b1485cb49d1f3926bcd304\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4533a320405a427daf1bd77e5ffbd7c9\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53a81cb9a3cd42a3abcada0240164a00\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb2691074a88454da8b026000a441af7\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65e5dd0b6e8848318cefb75b43585d2d\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5b285505c684fb2b76d5eb7c771fd00\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11130e2812b14218a8baa501d77ac219\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59b413802c944a16a014f1b9bce2e7a0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\128dbf50e01445e9ac07af8ae7bfa889\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c93dab05cfb4cf0bf1fd9955c06a4ba\System.IO.Compression.Zstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffccd75ca72f4a818f924622f5cead29\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10b2acf0a53249f19b4c5d24500f7080\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f483b3a5d33a4b07b57ec6a30c7780ce\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e29d9e3f5904de185e1f5fc237b3e38\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba0d26ae174b4bddb91248d10009bfce\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02eeedf62dcd492290af5e09b39e1123\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdb5dcd5e92a4b269a9fb9400d35c025\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a55f8c36d87c47e5898e690e72e510e0\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73baf9e6200a40ec97584b4cfc6ec374\System.IO.Packaging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\654d0373dde54c78acf0baa9c50288a8\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e851164e8d94fb793de6a80072218cb\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65759d4f67dd4419998e120743e45187\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\789b5988fb15478ba7202f2e9d138136\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63994f83398b4c009d609a4fe4543f18\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6ae43237c014ef49e34237fa33a0052\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b65508793f647a68a2bc4dee2cbc2e7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5711fffc0b7641869449dbc3b8aae373\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a3e9af7c8474a05a5d7416bf087a7a8\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2ad4a21112e469291af747b932124c9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a1fb790f284721913b1933c64b0035\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1382e7aebcb41e7ab623aec218abc9d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f8981291f5d43c690bed10e40850b07\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9aed184f0fc4dd4a9fd84b449bac5e0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a52d1f72dae04330b6b7354dcdd73f0a\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c78825bf11bb442495741cea82b3050d\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dac904a96b01416eb1664e99370626e7\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85e43213b3734e92aa84169b121f146f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a751fe8124d74321a2212a66714f43ea\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e931fbf066a4db39007da8875999bdf\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e96554c5aa942c4a07eb90438e440f2\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a420125133aa4468acb2a412b0fe28f8\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb19e4a10f343b0b451cf03d381ec27\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71911789f74b4ae9a62978b0f10e6496\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e38f1fc099c4912b448cd739b0787d8\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04ced69045994cdd9f22027a40141911\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40299be34a1148e1ad9240749b708d4d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6515f853299f475bb173403fefcf1995\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75497f68a5e047298da45714e7ac9c76\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ec544eb39e643438e341f7b59a1b2bd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28657cbb019f4677af17791251736c03\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4c712d4e10149e0b5e3a3b10bc2b9ed\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\881c6f9a8cf2410bbed294e4d04a8731\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c39cf85161e5474fb5e42401e6e7d249\System.Printing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a338bbd6de64885a4a6da4dc285e844\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3c57a9ddc194e1f9a04cd48a265e284\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6d8e9030446452081160225435c008a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\053fb32548d44d20bcae231b8e6c8a2a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b23ae3d6d134e0eaaf5184d085df16a\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b55dbb5a576d44538c8a4cc76f3ddf34\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc593c9820444c4bb42f22a8b2093ed4\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74906a77aeb34e30b532fafc5b5f798f\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2011ce20229846338861361e1a5fbee2\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff6403e212934511ad6ae7fb59efb559\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90a446b01164400291e21d7c622f17d1\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0db55a761f048adbd0c7bb7de01033b\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e81344dd5aad471ea34883f3447119ab\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f61e60f803f142eea337f5c812f07995\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8e030a063304974966a1e8148486c89\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\425693da588f40e7a0027808048b6c2b\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdb9ba275dcb480289b7b22051b514c5\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc275fb9117e44a9a876236f228c5481\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\713903cb453f45618594e2f6bf99f3b5\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1dbdf1cba47b450cba55ad52a251e2f0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1ff9e08bee04e39ad1a4b072797b267\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\090fcc86de9e42eda572d21f5e5fa8ff\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f4e36477f654cd3abffbd1d55ff32cb\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d782cb8d96304227b587432d00ba5b84\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966f35b4a4744fbdb1c5d9337dc1ed62\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd93ea896ba94298aa047dc3c5520a43\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3188e1cdaf864bdda55c97485137d482\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bcc8847892344dea9c502ae52ae4cd6\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4bfa3565b3f436fbca704648215e493\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b95bf771d1804897ba947910e8de5c5e\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc2302bb4860421bb0a25e08bb7cc8c1\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f26e853f3dea416181a38202c0720ef0\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8716dd61e34547b2a3bd575934fb11\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\153105f6e99347489a1430912eeea8ac\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dba7c202fb341a7b7f3b4a61a76437d\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fd20c37ea6b4db4a64560b83bbcaa15\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b68830f8345843e586f3d40f3b04cf06\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfe76a75dac84b0d9365818c29838a92\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44bae2fd2a124144af1a6bcc46a8acde\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eff7739d8fc482b88778663e5548fdc\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56b89015340e45ff94cabc0d23aeddd4\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ed2932881d149b58473bf43fe45e10e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b14862e6ac02456684d3095085f684f3\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e019f10f594c48faaac03e5e7c07b70d\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9da7aea596741ed9a0abc5cc8211fa7\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\405454ce74df4ad2a03e249e00fce95d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2739d45ed042c2b37d559b3c3e32dc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00b84c2190d24308a3acc97a242b8e6d\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab197814dffe4d80a7cd267fcf35f9f6\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93de0c0c0a9f4ff4b1643f9754b5ed66\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4be1fea0f0374494928b9769bb62d676\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73c1aebaa00f4f84a37c6b51382b4aab\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0676373313434077b864eb7b652ed1b5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2f2158fe8304334a5d6a6ffbd32b7d3\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ea41e5ae2b5490c8883d8ad7601b68c\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6958c4ba81e34ba1900fcc6b0327484f\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb3c95b406c24cfeafaff9a104ce8bfe\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8193fbc356a4ac7a496f653106292e0\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b35b9b72a9049d8a639eea5f1210b19\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7087e2f1c91d428696c3a567ae91ce2e\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b0bf702fa4848f1b100ebd9497da49e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a81d26489db44e26acbcfad5a0c24072\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1350bb7b65a49ee8b4c3969e39a90c7\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00e0f767e0c8464096af264ef07663c2\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b9bbe5727be455ba3826df54a29f851\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2b1df1fd108450180b07252bc6a6432\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\099c3f49c63c4eb7950dc649f281002a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b1b8a3fe96f470ba6181618ad731e10\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02323d744490425091c357b8258fe46a\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c09c5f4a9382459a8eb4435e51ad7493\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0a9bf7ec8a84d01b9ff5730d402d35a\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\256ca8ac86b04e0aaaa448d83dd72f16\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb08ad3c53004b03986817acb69a27fe\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34f18dcab4444585b75f792b7abf6443\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5bba272525834fdf80895ffd832d107b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\667c971d534c494cbf8ae4ea05c023b4\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00476c43c13c4d6987bcd5429ea76859\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e1333f99664d30ab840edaa95e4ae9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99f5c3b7d4ae49d3ac76cd4d1a4b76e6\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35c53c0a7fb24a07abacb164ba68119f\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|