File: ReachFramework.csproj
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\ReachFramework\ReachFramework.csproj (ReachFramework)
<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.26076.102\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\eacc9c6358394a27812b337f66095a73\DirectWriteForwarder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5056350af1774f06a756f9296271751f\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90825a17f57a401d8462ed01d8684ba1\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa3806565b324ab1b5bb7fa60831669f\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bd7de66e3e44022b6bc9932b08e4f03\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89023583442d48f4bf48b68bd58c14de\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64ce084d46c5432db48afd327a39d29d\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ede38a87c41441d1b6e3ff0d5f83fff3\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28055a3483784bd6b1bb658ef7cbff67\PresentationCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b18ad31ee20f46619e6c21ae12df8cc3\PresentationFramework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64d72ad2b4a548e390683d3b72239ce5\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e62ba5d8c6be4b658632d0ca4a4a8518\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d497e0895e0a413d9a68cf819feee2c4\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5731c3fac7842e9bd402e47d7c22091\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9b65daa11804407964fa8c3dc3f6b15\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c60b68f2897b46629d8695548ff47446\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ade843949e74e2aa5568e0991c09b5e\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2bfa4eb28f5440e0ae8e8cc38e1a45b7\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2db95bf0bf8416980f12b9b2e7feeea\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47e22ef8cf2d4ea1bd2c2d0aa9cf77b8\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f365d0fc9374c49883bcb7cea7de140\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\178f4a8d11314b37a683ad3a4d5dda20\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfed6fe8edf040c9a619322081fd0f84\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a46b09abe4ca4b1c8e287c5d4fccd48b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39eeba129e424222b0aa08f18510e257\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c10ba4f7d6b4e81b1773d53c0b12f8c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38d01be0577c49af939074a9bccc9469\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e57e5ee83eb2458fb93e6c40b1673e0a\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\111ee09e32a14f7fb98d4a6b763add1f\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebd40463960e49228e8e8e5628ca3cf4\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\372a896755af44eda2d3e5d1725347c4\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef8aae0abe2e4908baa8151acdf24867\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51eaff16790748aea2f2412ce016aabd\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5839bdbc45954f5eb23dc48e0df9fe78\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab3b764d7f404f26be763140570df827\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb8cc5ae9cf84909b51d2ae3b954ad93\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c36a4b33d48344908bbe08f520919ea9\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\018cbdfa33e3490990e8215582829cab\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7e5601f4547417e91e5589f6bb15300\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39d1cd1441e242e9bf0ddab1132d7b87\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22ac9e1194ef43999c4f081f4a29473c\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1bf9406e5e44776a3251cc515809ef5\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf9c1394ffdc4fba9e90fc901af4090d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eef432cd26cc4afda417ba9d037c4327\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac7ed9878f9048e3a19a0167f7b70239\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\271b961794cc4009b6935c90147bed79\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c39e1675cc74de5bc6861fef81a6d48\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c346e72a7a0649f6ab87df777ebb4607\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7ced67f957e4eebbe1cdc400974bc46\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd29df94657041a99e9c2c8c80af6e6f\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b365166371d43768ecaedb012bf006f\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85d36fe59c6a406f97080ceefa2188d6\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc759eeaee4d40788358af6f04d82624\System.IO.Compression.Zstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11d19eddccdc4b85bcedf6c42ef3a98c\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33e3f19da3474958bafbea411bf3fe1e\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8edbe98836de4758a5bc382eaec3d723\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49cba238ab664cec8cd470d1f73db335\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aacee1f438e144ca8e5c2b58e1f254e7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1df256e50838497fb2fa2a2f8f47d458\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ed3e8265c2c47799477f8c96906a812\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25b60c8d5b344c468b4e1acbce53d600\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff0025f8e590409b844b7bb515e8faf5\System.IO.Packaging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37c958e77c33441ebb4276fcd3349a6c\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b785e7b1976444aa995a3fabc66c740a\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\227419e7b6234d8a998a90728c6bcabf\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab836e64c23c44e795987a1dfbdd966c\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31fa765117fe4fb6a4a0e775e7351559\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5da5b7a75ad84090a4ae86f774f28eff\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ca23ba6a78f470186247f42879ed9f3\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dac3c703ab674619b3490e4f416de63b\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\820c4eea4f8940368e3cdbfb105b76e1\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5212d0129426495e98043afd1a74efd7\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a13d76e13e41548146259c3e7fa32d\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1be8b5b47884317a2a542385960922d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f69154e58ea24065b78741cc15704bcb\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\950a350df2454c7ea482279efb8cd8f7\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a045961ce9ee42528c37a9195251e3ab\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\051a6c416bab4325881a1b500100541a\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29bd4b8cb4714719bb0886a87834a799\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61d936a895ec41d8af18975adebd0602\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac0a97a0118246978786d24f9c2e4369\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0852637a10364ffdacb6ad4e42abb30a\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2474e9809a541359e6e0e8c91e38446\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c6580d28a524c538d8416f17d9dbe4d\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4da152f29ec347bcbd3d96eba6623f75\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4899962cc0da47918316730cd6b3871b\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d613c253d4d748ceac5b9d24f1815870\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57e07b6bd9334722b620e422896add0f\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b684f22994b048bdb5ee6e958867628b\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ddb6de8ff5249f8aeb3c0d26d4f8069\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\153471a976dd4a8aa182a033edcaf7ab\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf76f366cd794f10ba5951da74d92484\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d61bf265ba54bc6a0d0faf99c991e6c\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57f463a4ff9d4146a70c0a42c82c3144\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75c5ac3b8e384957b8b9edf4bfc20034\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60fc5cd948284c1a8a55f1345ba35b77\System.Printing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e28d9bf8f5244d0abd14f7334a7d4538\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8553dfc0f18243a2b286fb8be118e949\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c6d718779f2482894c810432b414930\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9356eec2cb0f463eafe846959c9b08e3\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a66dc700874b44dcbb2a554781c77d05\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10e2bc15df2c4916afcc794ec20818f3\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cac6e4eb15234193b1a0192a2f171d55\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd3cd2c8f4c545c58c91433fd6d2620e\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa1ce06a500c415b8a481377effb1cab\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd463c4376ac456188d90986fc9e0829\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b8f81b7e05f4829be2260d374198c8b\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db8d0ee634904d119bde3c8c51cc1142\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3e9919a9b4a49bd863de3888eb3b98b\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\225f30bee7854613830b48eab2eb403a\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc8337a10a44471e86a26daa9adab798\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2dda807de3584ed7ac8e5be66b2dfd92\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\412c0000cc3641dfac0e9e1eb0685439\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1eec1b21539f409aa336d24a6744bf6d\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd2ff784bfbb4234b0181f7f2629c308\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52351706449940a9bf2b04b4f10532db\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48617d294051425ba12611903dd28f8f\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d110886a236c47d2bec8ee0c6faabce8\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83b83d7ae1674cfa98119c83591434fe\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcdb482d394b4e0da69d63d88f2ebeb9\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2339b2a92ebb4df6b7326724756aa0a7\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e271a6312fe34c6dab54ebbaa51a0253\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93606584593c401680fbc42469ec7b65\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e52dba56ce84bc08732d666cbe8d139\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e92c1d9eed3c4fefbe78cec35c1cb112\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f981f8e99334bcd9d918ec4ecf9e283\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d28f91140934060ad2429d01892006a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3e258af2556442ca83a414e999f8585\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46bfa5e4217242a29c7aa43001b1c3cf\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\595f40d574c545bbb2c072589ba8497e\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb45270629e846e1bedf46e9d4e79e5c\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c393d17bd8014b43be7c5c71ce133aa7\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de872620d77b418f8c80b93bf174f6af\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff030981f32342e7a77afd0b1015ca9f\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da25b86304514ef899727ed6b02bd898\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\638e32c02132477a9596ac4adab315f9\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70a7cfd8ffb242f7a644551cea660d13\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d29bb2a18c542a7bb674ca713444602\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d800aaf3365c457fa9f2075f98f7eeda\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99b8158d5b00429b9ef7c6cf0fa14904\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ef5f086f83b45f3a1b6067550688fe5\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\069353cc131d428c9acdc72833fcb668\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9b651540cbe4821832d2dac166b6ba2\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24f7a5c04de045609863c44617dd69a1\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba51ace091e64b6eb075c307889b5eaf\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0857e34999249e5ab742b5ae28068f2\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab8b4021bca84fcbb68a7c85ed8c5ad2\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fd5e7090f9645b1850ac576d323f0e0\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\657628441785418dbc0035876cefeb23\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71ee219f9e6c4ff8b6f893d30314f582\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\911a53e3a4664bfa88d10285927f9344\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\993788b1a0634b52bec110a2939dd638\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cab0eb6ca484522ba77e4b15f665c16\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a7df461d2ac4bc7b2c891b9ebbc0f25\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\647acb5992be4a54a72b0eaca6b2436e\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\383a6f92168b4ed8b3d6bb7ceaeeb737\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5971482519c540c0a76168ad6b70dc3f\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08f1c2e271c94ceaad0a0edeff674013\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25aeb4c283fa439ba09f19bd1bf9fd45\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96a3c47320a44d0b86f53341c290dea0\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b98a5f6eb3149dc8bc1e01a5d43f2e9\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f8623be6e8a4232b9d21ecd1be7e8fd\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b747b0594bf4edab90e4dcfffa4fcf0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aff3bb23793f48c1b771b2e7b781d000\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c9ac4172851402da2d8e4e09b01ad39\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb52285bea7b4383aadd025fe7d7a608\System.Xaml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5b120e4bd284aa093499deefbc60cbd\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b47c525098c346fea5a9439829275cde\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7b5f6632c034d3682f5a729bbb87d45\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb0cec43658d44afb557c24a673d1cd2\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a0a544b0af94ff4bd6d2df8dc650629\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2df0ec70556a4b0cb593ad5a3ab7de4b\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bb0ead1ad5448ebb04bafc9cd78b190\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\253a73206d644aa1b0d25eda43a3b772\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf7667635c464b81b22d6ba46f445505\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4bd2dd5b8b642ca9e19454c3ae65dba\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
</Project>