|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Windows.Forms.Design</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25351.105\tools\snk\ECMA.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;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="AssemblyInfo.cs"/>
<Compile Include="AssemblyRef.cs"/>
<Compile Include="DataSourceDescriptor.cs"/>
<Compile Include="GlobalSuppressions.cs"/>
<Compile Include="GlobalUsings.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="Resources\MaskDesignerDialog.Designer.cs"/>
<Compile Include="SRCategoryAttribute.cs"/>
<Compile Include="SRDescriptionAttribute.cs"/>
<Compile Include="SRDisplayNameAttribute.cs"/>
<Compile Include="System\ComponentModel\Design\ActiveDesignSurfaceChangedEventArgs.cs"/>
<Compile Include="System\ComponentModel\Design\ActiveDesignSurfaceChangedEventHandler.cs"/>
<Compile Include="System\ComponentModel\Design\ArrayEditor.cs"/>
<Compile Include="System\ComponentModel\Design\BinaryEditor.BinaryUI.cs"/>
<Compile Include="System\ComponentModel\Design\BinaryEditor.cs"/>
<Compile Include="System\ComponentModel\Design\ByteViewer.cs"/>
<Compile Include="System\ComponentModel\Design\CodeMarkerEvent.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.CollectionForm.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.FilterListBox.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.PropertyGridSite.cs"/>
<Compile Include="System\ComponentModel\Design\CollectionEditor.SplitButton.cs"/>
<Compile Include="System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs"/>
<Compile Include="System\ComponentModel\Design\ComponentDesigner.cs"/>
<Compile Include="System\ComponentModel\Design\ComponentDesigner.ShadowPropertyCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DataSourceDescriptor.cs"/>
<Compile Include="System\ComponentModel\Design\DataSourceDescriptorCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DataSourceGroup.cs"/>
<Compile Include="System\ComponentModel\Design\DataSourceGroupCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DataSourceProviderService.cs"/>
<Compile Include="System\ComponentModel\Design\DateTimeEditor.cs"/>
<Compile Include="System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionHeaderItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionItemCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionItemCollectionExtensions.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionList.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionListCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionListsChangedEventArgs.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionListsChangedEventHandler.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionListsChangedType.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionMethodItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.DesignerActionPanelHeaderItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.Line.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.LineInfo.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.TextLine.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionPropertyItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionService.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionTextItem.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUI.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUIService.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUIStateChangeEventArgs.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUIStateChangeEventHandler.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerActionUIStateChangeType.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerCommandSet.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerEventService.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerHost.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs"/>
<Compile Include="System\ComponentModel\Design\DesignerHost.Site.cs"/>
<Compile Include="System\ComponentModel\Design\DesignSurface.cs"/>
<Compile Include="System\ComponentModel\Design\DesignSurfaceCollection.cs"/>
<Compile Include="System\ComponentModel\Design\DesignSurfaceEvent.cs"/>
<Compile Include="System\ComponentModel\Design\DesignSurfaceManager.cs"/>
<Compile Include="System\ComponentModel\Design\DesignSurfaceServiceContainer.cs"/>
<Compile Include="System\ComponentModel\Design\DisplayMode.cs"/>
<Compile Include="System\ComponentModel\Design\EventBindingService.cs"/>
<Compile Include="System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs"/>
<Compile Include="System\ComponentModel\Design\ExceptionCollection.cs"/>
<Compile Include="System\ComponentModel\Design\ExtenderProviderService.cs"/>
<Compile Include="System\ComponentModel\Design\FlowLayoutPanelDesigner.cs"/>
<Compile Include="System\ComponentModel\Design\HostDesigntimeLicenseContext.cs"/>
<Compile Include="System\ComponentModel\Design\IMultitargetHelperService.cs"/>
<Compile Include="System\ComponentModel\Design\InheritanceService.cs"/>
<Compile Include="System\ComponentModel\Design\InheritedPropertyDescriptor.cs"/>
<Compile Include="System\ComponentModel\Design\LoadedEventArgs.cs"/>
<Compile Include="System\ComponentModel\Design\LoadedEventHandler.cs"/>
<Compile Include="System\ComponentModel\Design\MenuCommandsChangedEventArgs.cs"/>
<Compile Include="System\ComponentModel\Design\MenuCommandsChangedEventHandler.cs"/>
<Compile Include="System\ComponentModel\Design\MenuCommandsChangedType.cs"/>
<Compile Include="System\ComponentModel\Design\MenuCommandService.cs"/>
<Compile Include="System\ComponentModel\Design\MultilineStringEditor.cs"/>
<Compile Include="System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs"/>
<Compile Include="System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs"/>
<Compile Include="System\ComponentModel\Design\ObjectSelectorEditor.cs"/>
<Compile Include="System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs"/>
<Compile Include="System\ComponentModel\Design\ObjectSelectorEditor.SelectorNode.cs"/>
<Compile Include="System\ComponentModel\Design\ProjectTargetFrameworkAttribute.cs"/>
<Compile Include="System\ComponentModel\Design\ReferenceService.cs"/>
<Compile Include="System\ComponentModel\Design\SelectionService.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\BasicDesignerLoader.ReloadOptions.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomComponentSerializationState.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.LocalDesignerSerializationManager.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.LocalResourceManager.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.LocalServices.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ObjectData.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.PassThroughSerializationManager.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifierConverter.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersExtenderProvider.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomLocalizationModel.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageCultureInfoConverter.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomSerializationProvider.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeDomSerializerException.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CodeMethodMap.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ComponentCache.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ComponentCache.ResourceEntry.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ComponentTypeCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ContainerCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\EnumCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\EventMemberCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ExpressionContext.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ExpressionTable.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ICodeDomDesignerReload.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\LocalizationCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\MemberCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\PrimitiveCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\ResourcePropertyMemberCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\RootContext.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\SerializeAbsoluteContext.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\StatementContext.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs"/>
<Compile Include="System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.StatementOrderComparer.cs"/>
<Compile Include="System\ComponentModel\Design\ServiceContainerExtensions.cs"/>
<Compile Include="System\ComponentModel\Design\SiteNestedContainer.cs"/>
<Compile Include="System\ComponentModel\Design\ToolStripContainerActionList.cs"/>
<Compile Include="System\ComponentModel\Design\TypeDescriptorFilterService.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.UndoUnit.AddRemoveUndoEvent.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.UndoUnit.ChangeUndoEvent.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.UndoUnit.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.UndoUnit.RenameUndoEvent.cs"/>
<Compile Include="System\ComponentModel\Design\UndoEngine.UndoUnit.UndoEvent.cs"/>
<Compile Include="System\Drawing\BitmapSelector.cs"/>
<Compile Include="System\Drawing\Design\BitmapEditor.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorPalette.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorUI.ColorEditorListBox.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorUI.ColorEditorTabControl.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.ColorUI.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.CustomColorDialog.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.StandardColorComparer.cs"/>
<Compile Include="System\Drawing\Design\ColorEditor.SystemColorComparer.cs"/>
<Compile Include="System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs"/>
<Compile Include="System\Drawing\Design\ContentAlignmentEditor.cs"/>
<Compile Include="System\Drawing\Design\CursorEditor.cs"/>
<Compile Include="System\Drawing\Design\CursorEditor.CursorUI.cs"/>
<Compile Include="System\Drawing\Design\FontEditor.cs"/>
<Compile Include="System\Drawing\Design\FontNameEditor.cs"/>
<Compile Include="System\Drawing\Design\IconEditor.cs"/>
<Compile Include="System\Drawing\Design\ImageEditor.cs"/>
<Compile Include="System\Drawing\Design\IToolboxItemProvider.cs"/>
<Compile Include="System\Drawing\Design\IToolboxService.cs"/>
<Compile Include="System\Drawing\Design\IToolboxUser.cs"/>
<Compile Include="System\Drawing\Design\MetafileEditor.cs"/>
<Compile Include="System\Drawing\Design\SelectionPanelBase.cs"/>
<Compile Include="System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs"/>
<Compile Include="System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs"/>
<Compile Include="System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs"/>
<Compile Include="System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs"/>
<Compile Include="System\Drawing\Design\ToolboxItem.cs"/>
<Compile Include="System\Drawing\Design\ToolboxItemCollection.cs"/>
<Compile Include="System\Drawing\Design\ToolboxItemCreatorCallback.cs"/>
<Compile Include="System\Drawing\SelectionPanelBase.SelectionPanelRadioButton.cs"/>
<Compile Include="System\Resources\Tools\ITargetAwareCodeDomProvider.cs"/>
<Compile Include="System\Resources\Tools\StronglyTypedResourceBuilder.cs"/>
<Compile Include="System\Resources\Tools\StronglyTypedResourceBuilder.ResourceData.cs"/>
<Compile Include="System\Runtime\InteropServices\UCOMITypeLib.cs"/>
<Compile Include="System\Windows\Forms\Design\AdapterHelpers.cs"/>
<Compile Include="System\Windows\Forms\Design\AdornmentType.cs"/>
<Compile Include="System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs"/>
<Compile Include="System\Windows\Forms\Design\AnchorEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\AxImporter.cs"/>
<Compile Include="System\Windows\Forms\Design\AxImporter.IReferenceResolver.cs"/>
<Compile Include="System\Windows\Forms\Design\AxImporter.Options.cs"/>
<Compile Include="System\Windows\Forms\Design\BaseContextMenuStrip.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\Adorner.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\AdornerCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\Behavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorDragDropEventArgs.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorDragDropEventHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorService.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorService.MenuCommandHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\BehaviorServiceAdornerCollectionEnumerator.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ComponentGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ContainerSelectorGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ControlBodyGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DesignerActionBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DragAssistanceManager.Line.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DropSourceBehavior.BehaviorDataObject.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\Glyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\GlyphCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\GlyphSelectionType.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\GrabHandleGlyphType.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\LockedBorderGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\LockedHandleGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\MiniLockedBorderGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\NoResizeHandleGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ResizeBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SelectionBorderGlyphType.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SelectionGlyphBase.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SelectionManager.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SnapLine.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SnapLinePriority.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\SnapLineType.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\TableLayoutPanelResizeGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ToolboxSnapDragDropEventArgs.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ToolboxSnapDragDropEventArgs.SnapDirection.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\BindingNavigatorDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\BindingSourceDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs"/>
<Compile Include="System\Windows\Forms\Design\BorderSidesEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ButtonBaseDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ChangeToolStripParentVerb.cs"/>
<Compile Include="System\Windows\Forms\Design\CollectionEditVerbManager.cs"/>
<Compile Include="System\Windows\Forms\Design\ColumnHeaderCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ComboBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\CommandSet.CommandSetItem.cs"/>
<Compile Include="System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs"/>
<Compile Include="System\Windows\Forms\Design\CommandSet.cs"/>
<Compile Include="System\Windows\Forms\Design\CommandSet.ImmediateCommandSetItem.cs"/>
<Compile Include="System\Windows\Forms\Design\ComponentActionsType.cs"/>
<Compile Include="System\Windows\Forms\Design\ComponentDocumentDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ComponentTray.cs"/>
<Compile Include="System\Windows\Forms\Design\ContainerSelectorActiveEventArgs.cs"/>
<Compile Include="System\Windows\Forms\Design\ContainerSelectorActiveEventArgsType.cs"/>
<Compile Include="System\Windows\Forms\Design\ContainerSelectorActiveEventHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\ContextMenuStripActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ContextMenuStripGroup.cs"/>
<Compile Include="System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlCommandSet.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.CanResetSizePropertyDescriptor.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.ChildWindowTarget.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.ControlDesignerAccessibleObject.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.DesignerWindowTarget.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.DockingActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.IDesignerTarget.cs"/>
<Compile Include="System\Windows\Forms\Design\ControlDesigner.TransparentBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\CustomMenuItemCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnDataPropertyNameEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnTypeEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.ListBoxItem.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewComboBoxColumnDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewComponentPropertyGridSite.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\DataGridViewRowCollectionCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\DataMemberFieldConverter.cs"/>
<Compile Include="System\Windows\Forms\Design\DataMemberFieldEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataMemberListEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataSourceDescriptorCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\DataSourceGroup.cs"/>
<Compile Include="System\Windows\Forms\Design\DataSourceGroupCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\DataSourceListEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DataSourceProviderService.cs"/>
<Compile Include="System\Windows\Forms\Design\DateTimePickerDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignBinding.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignBindingPicker.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignBindingValueUIHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignBindingValueUIHandler.LocalUIItem.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerActionVerbItem.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerActionVerbList.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerExtenders.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerExtenders.NameExtenderProvider.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerExtenders.NameInheritedExtenderProvider.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerFrame.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerOptions.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerToolStripControlHost.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerUtils.cs"/>
<Compile Include="System\Windows\Forms\Design\DesignerVerbToolStripMenuItem.cs"/>
<Compile Include="System\Windows\Forms\Design\DockEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\DockEditor.DockUI.cs"/>
<Compile Include="System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs"/>
<Compile Include="System\Windows\Forms\Design\DocumentDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\DocumentDesigner.DocumentInheritanceService.cs"/>
<Compile Include="System\Windows\Forms\Design\EditorServiceContext.cs"/>
<Compile Include="System\Windows\Forms\Design\EventHandlerService.cs"/>
<Compile Include="System\Windows\Forms\Design\FileNameEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs"/>
<Compile Include="System\Windows\Forms\Design\FlowPanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\FolderBrowserDialogDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\FolderNameEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\FolderNameEditor.FolderBrowser.cs"/>
<Compile Include="System\Windows\Forms\Design\FolderNameEditor.FolderBrowserFolder.cs"/>
<Compile Include="System\Windows\Forms\Design\FolderNameEditor.FolderBrowserStyles.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.CustomFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.Designer.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.NumericFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatStringDialog.cs"/>
<Compile Include="System\Windows\Forms\Design\FormatStringEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\FormDocumentDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\GroupBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\GroupedContextMenuStrip.cs"/>
<Compile Include="System\Windows\Forms\Design\HelpNamespaceEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\IContainsThemedScrollbarWindows.cs"/>
<Compile Include="System\Windows\Forms\Design\IEventHandlerService.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageIndexEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageListActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageListDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageListImage.cs"/>
<Compile Include="System\Windows\Forms\Design\ImageListImageEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\IMenuStatusHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\IMouseHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\InheritanceUI.cs"/>
<Compile Include="System\Windows\Forms\Design\InitialDirectoryEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\IOleDragClient.cs"/>
<Compile Include="System\Windows\Forms\Design\IOverlayService.cs"/>
<Compile Include="System\Windows\Forms\Design\ISelectionUIHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\ISelectionUIService.cs"/>
<Compile Include="System\Windows\Forms\Design\ISplitWindowService.cs"/>
<Compile Include="System\Windows\Forms\Design\ISupportInSituService.cs"/>
<Compile Include="System\Windows\Forms\Design\ItemTypeToolStripMenuItem.cs"/>
<Compile Include="System\Windows\Forms\Design\IWrapper.cs"/>
<Compile Include="System\Windows\Forms\Design\LabelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\LinkAreaEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs"/>
<Compile Include="System\Windows\Forms\Design\ListAdapter.cs"/>
<Compile Include="System\Windows\Forms\Design\ListBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ListControlStringCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ListControlUnboundActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ListViewActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ListViewDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ListViewItemCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskDescriptor.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskDescriptorComparer.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskDescriptorTemplate.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskDesignerDialog.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskedTextBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskedTextBoxDesignerActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskedTextBoxTextEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs"/>
<Compile Include="System\Windows\Forms\Design\MaskPropertyEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\MenuCommands.cs"/>
<Compile Include="System\Windows\Forms\Design\MonthCalendarDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\NavigationalTableLayoutPanel.cs"/>
<Compile Include="System\Windows\Forms\Design\NewItemsContextMenuStrip.cs"/>
<Compile Include="System\Windows\Forms\Design\NoBorderRenderer.cs"/>
<Compile Include="System\Windows\Forms\Design\NotifyIconDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\NotifyIconDesignerActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs"/>
<Compile Include="System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs"/>
<Compile Include="System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObjectWrapper.cs"/>
<Compile Include="System\Windows\Forms\Design\OleDragDropHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\PanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ParentControlDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ParentControlDesigner.EscapeHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\PbrsForward.BufferedKey.cs"/>
<Compile Include="System\Windows\Forms\Design\PbrsForward.cs"/>
<Compile Include="System\Windows\Forms\Design\PictureBoxActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\PictureBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\PrintDialogDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\PropertyGridDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\RadioButtonDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\RichTextBoxActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\RichTextBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\SaveFileDialogDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ScrollableControlDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectedPathEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionRules.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionStyles.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionUIHandler.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionUIService.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionUIService.HitTestInfo.cs"/>
<Compile Include="System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs"/>
<Compile Include="System\Windows\Forms\Design\ServiceProviderExtensions.cs"/>
<Compile Include="System\Windows\Forms\Design\ShortcutKeysEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs"/>
<Compile Include="System\Windows\Forms\Design\SplitContainerDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\SplitterDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\SplitterPanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs"/>
<Compile Include="System\Windows\Forms\Design\StandardGroups.cs"/>
<Compile Include="System\Windows\Forms\Design\StandardMenuStripVerb.cs"/>
<Compile Include="System\Windows\Forms\Design\StatusCommandUI.cs"/>
<Compile Include="System\Windows\Forms\Design\StringArrayEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\StringCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs"/>
<Compile Include="System\Windows\Forms\Design\StyleCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\StyleEditorForm.cs"/>
<Compile Include="System\Windows\Forms\Design\TabControlDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\TableLayoutPanelCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\TableLayoutPanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\TabOrder.cs"/>
<Compile Include="System\Windows\Forms\Design\TabPageCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\TabPageDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\TemplateNodeSelectionState.cs"/>
<Compile Include="System\Windows\Forms\Design\TextBoxActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\TextBoxBaseDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\TextBoxDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ThemedScrollbarMode.cs"/>
<Compile Include="System\Windows\Forms\Design\ThemedScrollbarWindow.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripAdornerWindowService.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripContainerDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripCustomTypeDescriptor.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripDesignerUtils.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripDropDownDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripDropDownItemDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripEditorManager.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripInSituService.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripItemBehavior.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripItemDataObject.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripItemDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripItemGlyph.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripMenuItemCodeDomSerializer.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripPanelDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\ToolStripTemplateNode.cs"/>
<Compile Include="System\Windows\Forms\Design\TrackBarDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\TreeNodeCollectionEditor.cs"/>
<Compile Include="System\Windows\Forms\Design\TreeViewActionList.cs"/>
<Compile Include="System\Windows\Forms\Design\TreeViewDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\UpDownBaseDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\UserControlDocumentDesigner.cs"/>
<Compile Include="System\Windows\Forms\Design\VsPropertyGrid.cs"/>
<Compile Include="System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs"/>
<Compile Include="..\..\Common\src\RTLAwareMessageBox.cs" Link="src\Common\src\RTLAwareMessageBox.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.Windows.Forms.Design.GlobalUsings.g.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.Windows.Forms.Design.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.SR.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.SR.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.Windows.Forms.Design.AssemblyInfo.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net10.0\System.Windows.Forms.Design.AssemblyInfo.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net10.0\_AssemblyInfo.g.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net10.0\_AssemblyInfo.g.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\d1b46dcd8df54b7db10ea8ac1f3c1878\Accessibility.dll"/>
<ReferencePath Include="..\..\..\..\ref\29b92f9bcdc84222a4f274512af44c04\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\323fea26fdd24d3e9acfa75e49daa9fb\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\6c7fcb4884d14de38bbb55e14e294a7e\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\e40a060fd17447e38212cb436676b5a3\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c28313fa4816424f98f813bf3bfce34b\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\161fa1e942564ca19cbc9463693e4cf0\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\03a2bf51423d4627be36996d636a8bd9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\730d63f051d44c9e9618c054c04f5b14\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b2daca2e705442796f004827091df32\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\1e1b8ec0ef0a4de19bd5e3f5ac8914e8\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\233dfff92d054384ad5120ec206e4273\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e31fbc25cc54a8d901aae0261fc20db\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\ad09299e72c948d1add26bed3d0d7fb5\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\f0b573a672f340e4b713eadd9352bc47\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\61e9e103102e44f4a870823df9107783\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\85e6d94c8aac4826ad95c4af6a16602f\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\6cfc091dad9f470d9ab16299c679b477\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\777d5aca13ff4a87b91400388437be59\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a9cc8b26bd74b3789580c9328cef7c2\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc241bc40cf04e289ab615d10ad8ceac\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fa945930e83410584285f3449546034\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e9941d36a1546ffbfda5e6fd4a674a2\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\e363349653de4e2593e0338fb0c8317b\System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\2f7ecf62f2ab4d2585de4c38578bfffb\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\63f5652778dd4f0499625ed596819a79\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed1d6fcaac99481c96be7e4139c628eb\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d84813f46e64e9fba058217b5bf2986\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\a6850bb7a3e94619b403a588333477f4\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f97d6171879245a9b487ff28b902b61a\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e9ba80d81b84bfdab3638e303264849\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\392fcf6f16244a6cbb66b6fd7ac9e34e\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\287be0e103464e24990f43a596492ab8\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\bf503db71d234ad881820492d9ae4d0d\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac8b700f8985442a83424dc05dfc7be0\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\a989903996ef4936bd5cc370d4df5a73\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b4825ac00ee40dc8913bfb153fdff83\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\495951e0665e4af994acd2a414a8ad0f\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\cf8732ca98564eb99676dbb3adc63394\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\cfd3870c5c564852b5e875f762a8187b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\9aedaf38ca704eb2930628773d312414\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\211ee0ee39b348d9a6d18024b3c038f4\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\faa327d1062e482aa3c8c16e78cbbff8\System.Drawing.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\b3cc22e59d434d5bba7ca3868589b9ce\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\8e50d8493f9a43e2bc94804e244e12e2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f958c306f554ee297f73e0cdb46f69f\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\fdf527e97eb442649cdc8c8049718505\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\c941f25cbe754468a347e38bdb0a8a0d\System.Formats.Nrbf.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc7aa1467d224b199b36d091e01fc786\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\846e6181f43744ce98e4da99b6d06460\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb176832950a47f7a65a428da5107250\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\cd0525a020714d53a84d8661c32e1e9c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f017d0abf6cd433180e96acf3cf7b5bd\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0eeddd67aee45f591f8c599c41f9a20\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\0d5f194ad8ee44ee9834c5018f5261e7\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\71dca6d0451340c7b852bdd08b02e435\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\9434f4cf468b44af8cb8784cdd8fccc1\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\889d2fe8b3824a07b908ce93d20b97d9\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\8492e43e6c0648e9ad47cfdc636f37e0\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\13b54bf8119243f3b5da60b757634194\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\4efca61ffdca41e68ed77411e0b5ece0\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\32ecaa7cbf19400c8dbeb77db6116564\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\4719ae9fdfb647b39588e227ad75e740\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\acf1e4606d2c4668be7fd3ae61f9c0e7\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2e0e70d654f4b7b8b23e46d6df3663e\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d7a222332334d74b1e55d805211ca01\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\d1bde60a420942968f043583068a514c\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\869dfeb6781f447b92a459c5f87e713e\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\4217155d59df4f27b9409365b56e4180\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\ref\61f6f32238534ea9a1d553cf9e073d22\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\4bf65eafd82840c1bdda534b9f797092\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0da684874f7140fb999c454738fb9c23\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\53c878f57fd449e187ccb97d256e847c\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\2880fd165b5e448e85f5fa30cd3b6e8a\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\51caa8046e44485abd0cb794d3fb0268\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\625c04dcee224e948b6c7a8904757d27\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\a7f3a7e7c44545ad834e21399f7a671a\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\4c939b025d3349c39f2a876db56edaf3\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\378a1d23c44a4b48976a3de8e422e63e\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b3c18599661452caa386a798dd33175\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\3160bb40de1542eaa5958fd9a088f582\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\0f2a672be5354684954baa6798779174\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\2f3f0e18fac74d5e92c9c4fe24f22ba2\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfc6189266e04cbf8ae4d73fdefe9ff3\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\835e72271a244dc197543dabafe9483c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\8209e229db284bc4aba20ea5c192d729\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd29685d6c5b41c3840047844afdf8d1\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbd0af87911d46e98f071814e70b4218\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\8f3796f68403438bbce7ca926439290d\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\4836a8413c4c40bd96d263a6f6d14ca1\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\dd28259c6cea40519b9f736265d5e81d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\84640cc56a97450f9f1fd07514efef7f\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a4078b6a50a438ebc0144a1002c6668\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\393c34a7acbd47998f547355f7900344\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\8fcdaea4f28247be9133a51cb38517af\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\06279f1727fc42079e32c0309073d136\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b503fd33f9643a4beb68209f6c91c1d\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\7975d2b2032e4039bd810a73c4c56ff5\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\85fe63e2e4364fdaa10837553e215f57\System.Private.Windows.GdiPlus.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a8d008839c047b4981ed390a2599d14\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\a3d6df1c89104ff893739af3fa19c7e9\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\7dcd20f1bdc945afa0e387a5680b4cb5\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ca071c4b9d6442b925c7eb2af8c4533\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\56adadc17ca0405e95e81937b5ee5577\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\2f32d5681b184f8d91775e30bea6f9f6\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\507f1740e853453e8583b0b060e07d38\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\6580a9dd6f874ede956ffcc5870be572\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\651bb3a748a04c31b91de34375aff756\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\255705e48cee4d928f8450adf8b2e78a\System.Resources.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3a09a8fc905b4fd2a3bf1eaaddc9bfbd\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\777de5846b9944a89f9c2781de41ac04\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ab031417518474aa760fc93bee08ce4\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\e66089a8031e46e89a5558caaec87d55\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\2e1cbc01bb49476fb6658e921d2c6d1a\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd47cafb29dd4d1e884024907785fc0b\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\57929517679d4aee8a3e2126a580a7ef\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\669a653845b243718e6f32a81fe9b54f\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\225bdbcfe6c84ae296cb5086cea1d189\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\b76ed37409644b9e9157b57d67b3aebc\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\754c9adcda184419906f198a44022402\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\e9a75d4b706242baa105cffd9b47f0f6\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\e1b8297c60094be88966f5ea4c842fbb\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d06b02388ba4c7c9a272b7ee0bd8400\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\87506f70f1474be3a976a2a5f4bc72bf\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\ae7b3843b2f84e73beb2da03407019dc\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d99339534734cda90b5650141bbd28f\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\103c1ff680c3472eb81b30bcee36c40b\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\57498a64981246ad95ff2578201bb004\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8556943dce9414cbbbb26cea54698fa\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc80da88bf4a47eaaaf3e81d6531c8a5\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5ec73fdfcd444cd9513ff4e47965f30\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\db6d1232fcaa41078be554c541cc9f34\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\66d82c65645d4941888ca0b21f4a567e\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\d06a73c2a35247bdb5a74b7676bb775b\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\d9bbf054ff184714a4bd7fb4287d6482\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\85bacb57b3ff4a64b5973c42fc824ad2\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\9052654f2dc54d8b86b9cdc2513276f1\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea5862d3d91a471283b8c2f126fba066\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\fa7570100b274547b2b1d089f18e038a\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\1386ce5119614e7ca101494813ee68d1\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\73fad9ae97dc464abd78ec7a9e97960e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbd39390bc07401dbaf92362a22113aa\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\33ec3abc5bad4c829608590b60052e52\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\5edec95881b243a394f61c1765936437\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\2784c5de09f2413cbee61e8da863a0ce\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\f9353aeb35e3486b9ba0dca51ad8d811\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b1c14b9feed4d8d8e51e03cfca7f86b\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\e59b7ab57f274b6baf5225bac54ee6eb\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8292c8cbf3534d4aa7d4007da56c836c\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\23f72aa09b2a415fb145e90a5c1516d4\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\6157f40c3e6e420ba28f5cbf4637b411\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\774233a5c007436f847c81b32f9c9284\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\827eacb55ce5472eaa2552fb16d959f4\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\55ec4c30e6b54c77b6191f54a1128bcf\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\40a954e070df48a0b91bfa6d6ed400ab\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\20bea89f2ea045c28f6510456f8c6e7a\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f5ae865491142309db5bf4f3376f577\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\54cefc342f93469ea7a7bf8b7f214287\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e641c5c2739c473d93b1410a77b5e557\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\95c803c3b1aa4a9e806ab4385141d68c\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\961b0d61f9c64f8f86a6706342320fb5\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5582a0593e244ce844b6b325085b202\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\4daecccac9df46e8a8d52a760e20a869\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\4eb40d16cbce4d51a295468782acedb8\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\6758caab913642d2920db9357b8144d5\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\ab57185767c2473fb4f7a551c7cc86eb\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\4f4365cf7f3141838a9bc7b9d2388581\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\068fec812f074db0a3912377d027d87b\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\eccbdc12d6e742c5b782966a1e4da17d\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3edf776fdb1848ce84f311dc11d8908b\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2b24041ff494858992b9162c8f51241\System.Windows.Forms.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\e1fe28db27d2410fb85658193aebff3d\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\b74e0ce8f3b44d35b7a4cc34747395a4\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\754eaa533c3d4fcfb9f60b33920d29a3\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc3e0e541d8b4a07a0af120e8ca50fb5\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\7dd4432f62cb426689126f9b7a2d8e8c\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\65e964f8822446a593b738b7aa60daea\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\807cb0173f30400f9b14a28729ec68f9\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\b499fac9878b41cdb516b09b37406280\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\bee676c7088d4484bed2e2e4077b6895\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ea01210c67d47cabf083b71b468d82e\WindowsBase.dll"/>
</ItemGroup>
</Project>
|