|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>ReachFramework</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;REACHFRAMEWORK;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;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\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\System.Windows.Xps.SR.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\System.Windows.Xps.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.Extended.cs" Link="artifacts\obj\ReachFramework\x86\Debug\net10.0\ReachFramework.AssemblyInfo.Extended.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\96b1c755f02242f8a5d36b606b1b1d40\DirectWriteForwarder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdc82331754a4faabf9b34ae99c5985f\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67fad7a5b5a24f8194421ceae8ec944d\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d35f2fd41398471498ccef72e9298fe5\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6e368e38ba445baa9ee886729281876\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06f492b5f8294b358d0161ae949b2d25\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f773a995eb364b5d85d4f74472a47b04\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\365876f137b74ca6aad2c11f7c5e1a19\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\301e1cfcab73403caa6dfdbb5aa31ae4\PresentationCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4e9e9011e844e1aa6ec7a281d463610\PresentationFramework.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\191ba41af7d74a87a0a32af2c6ae243a\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b02c5115957403db8077bcdf6dc1b7d\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e30aba83f7024aa3b04a945f7201a2ba\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e38594711e874622bdfe4ae2e698bd76\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46d2743bb74e46b2a5167eb6aec1146f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\364d4a62560f4f489e8fb37565b2c374\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dba2f6c685a84c66ba9f396b28665612\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\951d0bb5d5484b678ffcadf81d781b8b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3c97737ee084dd6ba49ba4575241c19\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e437cede9faf4729aba7245a33d0dd42\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41e0e4a46ed64119b63a85c36e6a8b77\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5d1b630504e4777afee99efe741c1c6\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25fd80bb62ac407b848866d41e7ff914\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0370ab8c783d4eccac29ef8febfe75d3\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be6f1f1d59e1416a9c95326c0ac0ca26\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10b2e4f0885c4a41882d77e099b9440c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5beccce6f3174962addd5d4e267c0a0b\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1aa3907810a47059978389f006acb89\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65ff5556c23847459b42086bdd28be04\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df07f7fd63234c4aa1f1ed8197a32d89\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ff7ae990a884970bd4ee05ec83c95ee\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\945e45e49c424346aa45c26e9c3bc88e\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee327b0c7c7747828223307e6fc4b694\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0e7d8a0f3494b02a2c2471e43d08d5d\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03a98365242e41d491d780713d6b2842\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e519773246064c43846dcfaa66d36474\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b82e957d79654451adc37045334f5bf7\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff54a7009d39470db485248c14f60a84\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33992e9599274082b06e1d22d9c609f4\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83720f4fc22947f5a82c7072b1a489df\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\209fa07334464ac5bc33626e3b83e5fb\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b58fc11dfef24997a348ff41d35ce19c\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57b0fc70101e4af1a1c6d31fe8763b55\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef17c1da710b4af7ba9ce6a65fa5e4ff\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9d2ce29f54184ae8bd1ecda58183a6ce\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afc5a8de791e478d908a450b0949e85b\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7a904622cb64f039726afcbf04b7778\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3de672744ed4a0785ea559395ef3681\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3e8b1a1a31a44549f78c032b004c232\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\daa6ab8a64bf412da77639b0567c05af\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\55c223c35f0f487390f4201411449af0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5792cc435d74007881313faf6051415\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b8c6a6583644c279ba5239433343588\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7b00d50ddef4918b63a86e7def29d6a\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fca46e00a7a94f8880ded62d719b1564\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f6804eb898d4bf3add18e780645ee51\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e52884b4bd4f44efa67e9461cae8ccdf\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e9fc2b61b0b41a9bb8645e1d994cd97\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\824cca1c66dd4aa391bc1979212cc893\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3a27ac283114dbbb887ec374062a7a0\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\078786ad35544ec7a713d0c638980d87\System.IO.Packaging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54287f7b32f64a44b3786405305dd11e\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf558b7cc3fc4bf5a5db80f2c7deb78e\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9d58442dd0740de8d62c8c7615cacc1\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a93130c2b8a84bf0ac6cb60f158a5329\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\117f0168eefa473a8ff1447aa6994017\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\900aef53844b4f42a49461a55b5cb6bc\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec8a5048a6d84205bbe8425a66041d3d\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2553ede6b77748b8b56ea251142279e5\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60bcc7a982564d3d9588c6f14ba3c2f8\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f834805f39dc435b960a3ebc5e4b1165\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39f70e8554c3427bbbfee588903b101c\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01a9704a7e2240a9a94d2c1ed4a6904c\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d95f6b3562547bcb93087695bd1eda6\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1b13c36c4c04e98900c4918a9864c89\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e077303c27d431092896b6f9e3119b0\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5321b80c715043918efbc70da775974b\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e82fe813c6314793910d384c8ccdcbd3\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6f9434b2c014275a54bb8f6944b3ec7\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07e0dc263b7b4af19834977a03b301b3\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\caaf2f79d00b4915be7c23e0847fabe1\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c879e1e86e864676a1b41bfa59ad8f16\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92d0f874b13f40ef81822375661015f3\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\862e479cf2f249c6af2c81cd011a5565\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28c20ab094654ef4b54fa91b9bc56430\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b38cb3eed6884973a63629fa0a4a8266\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\253e7238a6a7425aa928a7df56b88472\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\545148f207a543ab84b66f4db9768b29\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\310033fde80d43d982cb9a413f7371e0\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e73ac8a3d5e45d3acf1f75429cb3f96\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ab404516be340889e760f8f580a0221\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\038d08932af545c1a6c408492f660b8d\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58ba0443b25440a4ac5156ccd004f245\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d83cc7cb87848278f0a32f3c8509aa3\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07166f08c4ed4e77ad9ffc3264ba9457\System.Printing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1cf207dc2af4caea9f8253d81efd0b0\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c534338071c74d128bcd422386411667\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a28940b0f66046debbc435cf68bf60a6\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eddaa9cad8c6451abb7af50c70615773\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85b86bd4513e425c878b535814afcfc2\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c3d715e3d384ab886fb15d9be9c52fa\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1562eee557f84d70b94a9df13c703fd5\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ed54ce7b51445babfebe73fd6d43902\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99c4a01a5eed4dea8fb32aa954a59daa\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12632de5271c4733af91b6140951af97\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd368e49b6b4696bdf7f2c7fe23b0ee\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f165298b947f4d4697478bc8d60fa1b6\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9c56958516f4edb92a7247eebf0079c\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0761d8f2182a48858743709b02e92f30\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35e196e74aa3419eafbd6e72a9b4bd03\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22a178a7108c426d97e088f2889a4ed5\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb53385051bc4ccb80591faae2b64846\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f5fa614198141659624b6a454ddf86a\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6de295fffad48a384024557addb47ce\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16661ca6f4e343f1a87a8bbeaa357caa\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d20147adc7c41c28a2fe4afd7a94b51\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\319d7d8a51874d15909d444af10e6153\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c459339be7a4ec5967c7146da17b67d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74e737cf21a94a3ba9d8bd93b44fdd9b\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ef9234375c548029ac0a70ce48f9f24\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9de9cf08d84149b58d2b7076a61818fe\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9116a6dd844e4c4aba8dc02e11960b0d\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a9c84fe8e5b482c9e6b1eeb4c26268c\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6281813527534e0799d761924f6c07b8\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4d9f01fdc5964c6db42f938fab6f99aa\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b096a2157d647458251e17ba8b68cb4\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ed7eb966dac42bd9063bf1f4fc55967\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3bb0ac8f5f944a68c4bd9c9723d2440\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1406d4093334d92b543e3fa794d067e\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba088b57be0042f39a2f5eb7cd8591e9\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d191f94ee8bc46eab8cb2df188771760\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcd7af274503407ebf31a06be2e296d0\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a36855df9849422299119fdf9fe129f7\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fd06575163c4efaa8e580034f831475\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cd4c8f738bc4d71bee8df3f4066003a\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\698944e25e2e433ab17f998e1f441182\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c0861aace80494aab4fe2bed4da39f8\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8797d3c1c284a9281fb759924171cb5\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23a182abd0b3441fb6dea1590b20ad2c\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c0046f6cd144feab0b693d50d4f2eb6\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7f380df3be64337ae906c63a5d78bca\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\325c7b571f7644ed8e1cbfb5a9354a1d\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c88a440fdef4b1bb9bd94616082f343\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25576ddf697e47ac9580321c04f26a7e\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f35c41fd323d4f40b8a06ec05e45c675\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4790369bb004d468e0fd81c2f2429bb\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0351f1c002ad432cb591c96cff58ccda\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fac7a738e3a548ac838b51f0731618e3\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8835fff21b443e49ce546381be0fbc9\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b12ca4ca0546457eba0e4f73a52160a1\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\848446b4372342e29eb78ba56d9a3b7b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e87953f64e2d4007bb0715d8b3bf0563\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dde814e6282543d28f3d699d3f084160\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b076fd597b2f4ef2ae282284e01cc304\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56094943dbca48b6a397ddb5272dd00f\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b737827bfff14e92b5aea070631feff4\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09749b1495214a32bb63ed4bb01f98ae\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9224ecf657d44c987406bc61c66312d\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5f6806179214893aeac8f48d3cfb02e\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed17fb6345c54a77a5dd62fafced542e\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88f1b613a6f54a55856a23b578ec09d2\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a7d6ea74c714314a4ea0d777765eca0\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac310a66688c44758e2072553c47dd89\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60ffbdf1f4604fa78dc9b09130d07479\System.Xaml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\636b4ecc597f49b1835d89843d83f312\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98e7cb1cdd5246e2aea3e913e007c82b\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2991e198adc46fcafed72c08e31dbf7\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f519275633494dc99736102ed69bed69\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c65df54d231946748116808a0387e73b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\909376e864c2471293f4006aceb9eab9\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2aba8ed984c649aba07f97a7097cee6c\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9434b4e8158347e182d43cc55b67369b\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c85fce24f75f4f1e86d6b03b6c529cab\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92e43ebcd1fb41b89fee66efe875d995\WindowsBase.dll"/>
</ItemGroup>
</Project>
|