|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>System.Windows.Forms.Design</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26076.102\tools\snk\ECMA.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;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="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\DataSourceConverter.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\net11.0\System.Windows.Forms.Design.GlobalUsings.g.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net11.0\System.Windows.Forms.Design.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net11.0\System.SR.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net11.0\System.SR.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net11.0\System.Windows.Forms.Design.AssemblyInfo.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net11.0\System.Windows.Forms.Design.AssemblyInfo.cs"/>
<Compile Include="..\..\..\artifacts\obj\System.Windows.Forms.Design\Release\net11.0\_AssemblyInfo.g.cs" Link="artifacts\obj\System.Windows.Forms.Design\Release\net11.0\_AssemblyInfo.g.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\6dbcef9f95bf4296a989ae4c1f1433fa\Accessibility.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\47a4ba419eb24d4bb093820e248112a0\Microsoft.Win32.SystemEvents.dll"/>
<ReferencePath Include="..\..\..\..\ref\64ce084d46c5432db48afd327a39d29d\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\ede38a87c41441d1b6e3ff0d5f83fff3\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\64d72ad2b4a548e390683d3b72239ce5\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\e62ba5d8c6be4b658632d0ca4a4a8518\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\7c72e5a1d9834ec181da8ad8e29da25d\System.CodeDom.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\a8a5a771c8a2420d91583cfccaa92f35\System.Configuration.ConfigurationManager.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\46d2d732426c4b0db2ecceb67c085de8\System.Diagnostics.EventLog.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\2dea7f4f508040e282d544cd47f2fec9\System.Drawing.Common.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\aca67afd698a430f909fc0d73fed288c\System.Formats.Nrbf.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\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\d5dc4e938b7b4cb08b272927cb1d4a52\System.Private.Windows.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\710ed2be86174207830ccfed3b5de296\System.Private.Windows.GdiPlus.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\920b8a6e520b440fa47e4c2f983b7182\System.Resources.Extensions.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\ff030981f32342e7a77afd0b1015ca9f\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a16a9a69ad144129af6bc4b8eb7f58e\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\ref\da25b86304514ef899727ed6b02bd898\System.Security.Cryptography.X509Certificates.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\6156dfa41d8846ba9bdba68dce23f41f\System.Windows.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\06ef110482f94f9b9b315411e9c1e08f\System.Windows.Forms.dll"/>
<ReferencePath Include="..\..\..\..\ref\c31543e41fd14bda9bbdf305e8e837e3\System.Windows.Forms.Primitives.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\353274709b854f70908b609328f30687\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\_external\1\BaseValidator.cs"/>
<Compile Include="..\..\..\..\_external\2\Validation.cs"/>
<Compile Include="..\..\..\..\_external\3\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|