Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-04-19 02:15:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-19 02:15:35 +0400
commitd79280674bec813a7bdf8fd314a3538ea5a5f56f (patch)
tree05539d2c94fcf6531682ec7c257e4fc6988f4114 /mcs/class/System.Design
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/System.Design')
-rw-r--r--mcs/class/System.Design/System.Design-net_2_0-1.csproj437
-rw-r--r--mcs/class/System.Design/System.Design-net_2_0.csproj34
-rw-r--r--mcs/class/System.Design/System.Design-net_4_0-1.csproj437
-rw-r--r--mcs/class/System.Design/System.Design-net_4_0.csproj36
-rw-r--r--mcs/class/System.Design/System.Design-net_4_5-1.csproj437
-rw-r--r--mcs/class/System.Design/System.Design-net_4_5.csproj36
-rw-r--r--mcs/class/System.Design/System.Design-tests-net_2_0.csproj24
-rw-r--r--mcs/class/System.Design/System.Design-tests-net_4_0.csproj24
-rw-r--r--mcs/class/System.Design/System.Design-tests-net_4_5.csproj24
9 files changed, 1412 insertions, 77 deletions
diff --git a/mcs/class/System.Design/System.Design-net_2_0-1.csproj b/mcs/class/System.Design/System.Design-net_2_0-1.csproj
new file mode 100644
index 00000000000..6132eab68a2
--- /dev/null
+++ b/mcs/class/System.Design/System.Design-net_2_0-1.csproj
@@ -0,0 +1,437 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{31BD6BF1-0C7A-4C0A-AB48-091F2EBB4AAC}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>System.Design</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptor.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptorCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroup.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroupCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceProviderService.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataColumn.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataConnection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataParameter.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataRelationship.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataSchemaClass.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataStoredProcedure.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTable.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTableBase.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataView.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDataEnvironment.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDesignerDataSchema.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\QueryBuilderMode.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\BasicDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomComponentSerializationService.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationModel.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationProvider.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\CollectionCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ComponentCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\DesignerSerializationManager.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EnumCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EventCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ExpressionContext.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ICodeDomDesignerReload.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\MemberCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ObjectStatementCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PrimitiveCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PropertyCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\RootCodeDomSerializer.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\ActiveDesignSurfaceChangedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\ActiveDesignSurfaceChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\ArrayEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\BinaryEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ByteViewer.cs" />
+ <Compile Include="System.ComponentModel.Design\CollectionEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentActionsType.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentDesigner.cs" />
+ <Compile Include="System.ComponentModel.Design\DateTimeEditor.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\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\DesignerActionPropertyItem.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionService.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionTextItem.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\DesignModeNestedContainer.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignModeSite.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurface.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventHandler.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\ExceptionCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\ExtenderService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerDebugService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerStateService.cs" />
+ <Compile Include="System.ComponentModel.Design\InheritanceService.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\LocalizationExtenderProvider.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\ObjectSelectorEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ReferenceService.cs" />
+ <Compile Include="System.ComponentModel.Design\SelectionService.cs" />
+ <Compile Include="System.ComponentModel.Design\TypeDescriptorFilterService.cs" />
+ <Compile Include="System.ComponentModel.Design\UndoEngine.cs" />
+ <Compile Include="System.Data.Design\MethodSignatureGenerator.cs" />
+ <Compile Include="System.Data.Design\ParameterGenerationOption.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGenerator.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGeneratorException.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetSchemaImporterExtension.cs" />
+ <Compile Include="System.Design\DummyClass.cs" />
+ <Compile Include="System.Diagnostics.Design\LogConverter.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessModuleDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessThreadDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\StringValueConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageDesigner.cs" />
+ <Compile Include="System.Resources.Tools\StronglyTypedResourceBuilder.cs" />
+ <Compile Include="System.ServiceProcess.Design\ServiceControllerDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.Util\DummyClass.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\AdRotatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseValidatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarAutoFormatDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CheckBoxDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CompositeControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataProviderNameConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataSourceIDConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HierarchicalDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HyperLinkDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LabelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LinkButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\PanelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexEditorDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexTypeEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RepeaterDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableCellsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableRowsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\XmlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\AppSettingsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\CalendarDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItem.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItemCollection.cs" />
+ <Compile Include="System.Web.UI.Design\ColorBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ContainerControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlLocation.cs" />
+ <Compile Include="System.Web.UI.Design\ControlParser.cs" />
+ <Compile Include="System.Web.UI.Design\ControlPersister.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingValueUIHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataColumnSelectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataFieldConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataMemberConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceBooleanViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormat.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatStyle.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerHierarchicalDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerObject.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionMouseEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeData.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeResourceProviderFactory.cs" />
+ <Compile Include="System.Web.UI.Design\EditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlIntrinsicControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HyperLinkDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\IContentResolutionService.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerBehaviour.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerTag.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerView.cs" />
+ <Compile Include="System.Web.UI.Design\IDataBindingSchemaProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceProviderFactoryService.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceWriter.cs" />
+ <Compile Include="System.Web.UI.Design\IDocumentProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IFolderProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IHierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IHtmlControlDesignerBehavior.cs" />
+ <Compile Include="System.Web.UI.Design\ImageUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\IProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingFrame.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebAdministrationService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebApplication.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsBuilderUIService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsDocumentService.cs" />
+ <Compile Include="System.Web.UI.Design\MailFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\MdbDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ReadWriteControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\SkinIDTypeConverter.cs" />
+ <Compile Include="System.Web.UI.Design\SupportsPreviewControlAttribute.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedEditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingVerb.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroup.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroupCollection.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateModeChangedEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\TextControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TextDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\TransactedChangeCallback.cs" />
+ <Compile Include="System.Web.UI.Design\TypeSchema.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilderOptions.cs" />
+ <Compile Include="System.Web.UI.Design\UrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEvent.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ViewFlags.cs" />
+ <Compile Include="System.Web.UI.Design\ViewRendering.cs" />
+ <Compile Include="System.Web.UI.Design\WebControlToolboxItem.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsDesignerActionService.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsRootDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDocumentSchema.cs" />
+ <Compile Include="System.Web.UI.Design\XmlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XsdSchemaFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslTransformFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslUrlEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\Adorner.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.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorServiceAdornerCollection.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\ControlBodyGlyph.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\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\AnchorEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxImporter.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxParameterData.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxWrapperGen.cs" />
+ <Compile Include="System.Windows.Forms.Design\BorderSidesEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentTray.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlBindingsConverter.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCollectionCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDataObject.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDesigner.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\DefaultMenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\DesignerOptions.cs" />
+ <Compile Include="System.Windows.Forms.Design\DockEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\DocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\EventHandlerService.cs" />
+ <Compile Include="System.Windows.Forms.Design\FileNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FolderNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormatStringEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageIndexEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListImageEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMenuEditorService.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMessageReceiver.cs" />
+ <Compile Include="System.Windows.Forms.Design\IOleDragClient.cs" />
+ <Compile Include="System.Windows.Forms.Design\ISelectionUIHandler.cs" />
+ <Compile Include="System.Windows.Forms.Design\IUISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\ListControlStringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MaskDescriptor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\Native.cs" />
+ <Compile Include="System.Windows.Forms.Design\PanelDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ParentControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ScrollableControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionFrame.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionRules.cs" />
+ <Compile Include="System.Windows.Forms.Design\ShortcutKeysEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\SplitContainerDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringArrayEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\TabPageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\UISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WindowsFormsDesignerOptionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WndProcRouter.cs" /> </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web\System.Web-net_2_0-1.csproj">
+ <Project>{B8F7FDF0-07C7-4AFC-9854-F591BF307939}</Project>
+ <Name>System.Web\System.Web-net_2_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
+ <Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
+ <Project>{458980DE-3D7C-4BBA-BA18-673EDC030AFE}</Project>
+ <Name>System.Drawing\System.Drawing-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Accessibility\Accessibility-net_2_0.csproj">
+ <Project>{43A23ADA-35D9-4A48-BCE5-C21C081C6676}</Project>
+ <Name>Accessibility\Accessibility-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
+ <Project>{69458D09-40A2-48AD-8C0F-0E437CF5FE6D}</Project>
+ <Name>System.Data\System.Data-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
+ <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>
+ <Name>System.Configuration\System.Configuration-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing.Design\System.Drawing.Design-net_2_0.csproj">
+ <Project>{1A2E7A4A-050C-4F3E-9776-79E7E44B48BE}</Project>
+ <Name>System.Drawing.Design\System.Drawing.Design-net_2_0</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-net_2_0.csproj b/mcs/class/System.Design/System.Design-net_2_0.csproj
index 68b44541096..f146ad3bfe2 100644
--- a/mcs/class/System.Design/System.Design-net_2_0.csproj
+++ b/mcs/class/System.Design/System.Design-net_2_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{FF5993DD-A243-4512-97FE-EB3613EF2860}</ProjectGuid>
+ <ProjectGuid>{D3F4E3E9-C9E8-43D4-9E6C-A4AD4433592C}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Design-net_2_0</OutputPath>
+ <OutputPath>./../../class/lib/net_2_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -381,45 +381,48 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
+ <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
+ <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
+ <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_2_0-1.csproj">
- <Project>{3BAE9384-0A9D-4505-ABED-6D41949763D3}</Project>
+ <Project>{B8F7FDF0-07C7-4AFC-9854-F591BF307939}</Project>
<Name>System.Web\System.Web-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
- <Project>{19413C30-6E39-4AAC-B9D1-FC88082E74C8}</Project>
+ <Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
- <Project>{CA7E5301-90D2-4C07-87B7-851AA216D4C9}</Project>
+ <Project>{458980DE-3D7C-4BBA-BA18-673EDC030AFE}</Project>
<Name>System.Drawing\System.Drawing-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Accessibility\Accessibility-net_2_0.csproj">
- <Project>{6088F0A1-9658-4B71-86DB-8685B9279154}</Project>
+ <Project>{43A23ADA-35D9-4A48-BCE5-C21C081C6676}</Project>
<Name>Accessibility\Accessibility-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
- <Project>{49220562-83E1-49A2-971F-5D31C4AB0258}</Project>
+ <Project>{69458D09-40A2-48AD-8C0F-0E437CF5FE6D}</Project>
<Name>System.Data\System.Data-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
- <Project>{8131BE5D-BE64-4BA5-A62D-FAC4BE0A0B53}</Project>
+ <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>
<Name>System.Configuration\System.Configuration-net_2_0</Name>
</ProjectReference>
<Reference Include="System.Drawing.Design.dll">
@@ -431,4 +434,5 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-net_4_0-1.csproj b/mcs/class/System.Design/System.Design-net_4_0-1.csproj
new file mode 100644
index 00000000000..19e81816444
--- /dev/null
+++ b/mcs/class/System.Design/System.Design-net_4_0-1.csproj
@@ -0,0 +1,437 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{7D002453-8C26-4B11-8A26-B19877B73BDC}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>System.Design</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptor.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptorCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroup.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroupCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceProviderService.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataColumn.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataConnection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataParameter.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataRelationship.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataSchemaClass.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataStoredProcedure.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTable.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTableBase.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataView.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDataEnvironment.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDesignerDataSchema.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\QueryBuilderMode.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\BasicDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomComponentSerializationService.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationModel.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationProvider.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\CollectionCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ComponentCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\DesignerSerializationManager.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EnumCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EventCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ExpressionContext.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ICodeDomDesignerReload.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\MemberCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ObjectStatementCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PrimitiveCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PropertyCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\RootCodeDomSerializer.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\ActiveDesignSurfaceChangedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\ActiveDesignSurfaceChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\ArrayEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\BinaryEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ByteViewer.cs" />
+ <Compile Include="System.ComponentModel.Design\CollectionEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentActionsType.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentDesigner.cs" />
+ <Compile Include="System.ComponentModel.Design\DateTimeEditor.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\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\DesignerActionPropertyItem.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionService.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionTextItem.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\DesignModeNestedContainer.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignModeSite.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurface.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventHandler.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\ExceptionCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\ExtenderService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerDebugService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerStateService.cs" />
+ <Compile Include="System.ComponentModel.Design\InheritanceService.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\LocalizationExtenderProvider.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\ObjectSelectorEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ReferenceService.cs" />
+ <Compile Include="System.ComponentModel.Design\SelectionService.cs" />
+ <Compile Include="System.ComponentModel.Design\TypeDescriptorFilterService.cs" />
+ <Compile Include="System.ComponentModel.Design\UndoEngine.cs" />
+ <Compile Include="System.Data.Design\MethodSignatureGenerator.cs" />
+ <Compile Include="System.Data.Design\ParameterGenerationOption.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGenerator.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGeneratorException.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetSchemaImporterExtension.cs" />
+ <Compile Include="System.Design\DummyClass.cs" />
+ <Compile Include="System.Diagnostics.Design\LogConverter.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessModuleDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessThreadDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\StringValueConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageDesigner.cs" />
+ <Compile Include="System.Resources.Tools\StronglyTypedResourceBuilder.cs" />
+ <Compile Include="System.ServiceProcess.Design\ServiceControllerDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.Util\DummyClass.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\AdRotatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseValidatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarAutoFormatDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CheckBoxDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CompositeControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataProviderNameConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataSourceIDConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HierarchicalDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HyperLinkDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LabelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LinkButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\PanelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexEditorDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexTypeEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RepeaterDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableCellsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableRowsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\XmlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\AppSettingsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\CalendarDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItem.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItemCollection.cs" />
+ <Compile Include="System.Web.UI.Design\ColorBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ContainerControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlLocation.cs" />
+ <Compile Include="System.Web.UI.Design\ControlParser.cs" />
+ <Compile Include="System.Web.UI.Design\ControlPersister.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingValueUIHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataColumnSelectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataFieldConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataMemberConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceBooleanViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormat.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatStyle.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerHierarchicalDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerObject.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionMouseEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeData.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeResourceProviderFactory.cs" />
+ <Compile Include="System.Web.UI.Design\EditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlIntrinsicControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HyperLinkDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\IContentResolutionService.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerBehaviour.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerTag.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerView.cs" />
+ <Compile Include="System.Web.UI.Design\IDataBindingSchemaProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceProviderFactoryService.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceWriter.cs" />
+ <Compile Include="System.Web.UI.Design\IDocumentProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IFolderProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IHierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IHtmlControlDesignerBehavior.cs" />
+ <Compile Include="System.Web.UI.Design\ImageUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\IProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingFrame.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebAdministrationService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebApplication.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsBuilderUIService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsDocumentService.cs" />
+ <Compile Include="System.Web.UI.Design\MailFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\MdbDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ReadWriteControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\SkinIDTypeConverter.cs" />
+ <Compile Include="System.Web.UI.Design\SupportsPreviewControlAttribute.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedEditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingVerb.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroup.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroupCollection.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateModeChangedEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\TextControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TextDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\TransactedChangeCallback.cs" />
+ <Compile Include="System.Web.UI.Design\TypeSchema.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilderOptions.cs" />
+ <Compile Include="System.Web.UI.Design\UrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEvent.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ViewFlags.cs" />
+ <Compile Include="System.Web.UI.Design\ViewRendering.cs" />
+ <Compile Include="System.Web.UI.Design\WebControlToolboxItem.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsDesignerActionService.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsRootDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDocumentSchema.cs" />
+ <Compile Include="System.Web.UI.Design\XmlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XsdSchemaFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslTransformFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslUrlEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\Adorner.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.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorServiceAdornerCollection.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\ControlBodyGlyph.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\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\AnchorEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxImporter.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxParameterData.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxWrapperGen.cs" />
+ <Compile Include="System.Windows.Forms.Design\BorderSidesEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentTray.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlBindingsConverter.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCollectionCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDataObject.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDesigner.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\DefaultMenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\DesignerOptions.cs" />
+ <Compile Include="System.Windows.Forms.Design\DockEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\DocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\EventHandlerService.cs" />
+ <Compile Include="System.Windows.Forms.Design\FileNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FolderNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormatStringEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageIndexEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListImageEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMenuEditorService.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMessageReceiver.cs" />
+ <Compile Include="System.Windows.Forms.Design\IOleDragClient.cs" />
+ <Compile Include="System.Windows.Forms.Design\ISelectionUIHandler.cs" />
+ <Compile Include="System.Windows.Forms.Design\IUISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\ListControlStringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MaskDescriptor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\Native.cs" />
+ <Compile Include="System.Windows.Forms.Design\PanelDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ParentControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ScrollableControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionFrame.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionRules.cs" />
+ <Compile Include="System.Windows.Forms.Design\ShortcutKeysEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\SplitContainerDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringArrayEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\TabPageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\UISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WindowsFormsDesignerOptionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WndProcRouter.cs" /> </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
+ <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
+ <Name>System.XML\System.Xml-net_4_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web\System.Web-net_4_0-1.csproj">
+ <Project>{C385F6FA-0893-438F-AA08-32E08FF478AA}</Project>
+ <Name>System.Web\System.Web-net_4_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
+ <Project>{0A54FEB2-B90B-42CA-AB24-744302ABCB3E}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
+ <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Accessibility\Accessibility-net_4_0.csproj">
+ <Project>{0978E130-1E7B-4627-A9CC-7489DB17BFF1}</Project>
+ <Name>Accessibility\Accessibility-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
+ <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
+ <Name>System.Data\System.Data-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
+ <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
+ <Name>System.Configuration\System.Configuration-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing.Design\System.Drawing.Design-net_4_0.csproj">
+ <Project>{81FDD05B-E6D8-4667-B637-99DA7C1D7284}</Project>
+ <Name>System.Drawing.Design\System.Drawing.Design-net_4_0</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-net_4_0.csproj b/mcs/class/System.Design/System.Design-net_4_0.csproj
index fe79201a366..1731a55d65f 100644
--- a/mcs/class/System.Design/System.Design-net_4_0.csproj
+++ b/mcs/class/System.Design/System.Design-net_4_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{F3F4641D-417E-4C93-9254-4A2B6CB57FC6}</ProjectGuid>
+ <ProjectGuid>{3F28EF87-A1A7-42CE-B985-DE1E6EB14B06}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Design-net_4_0</OutputPath>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -381,53 +381,57 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
+ <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_0-1.csproj">
- <Project>{77D30907-035D-4382-AA43-5A8EE294EA33}</Project>
+ <Project>{C385F6FA-0893-438F-AA08-32E08FF478AA}</Project>
<Name>System.Web\System.Web-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
- <Project>{41B3B369-328C-45B8-9F14-224641427A35}</Project>
+ <Project>{0A54FEB2-B90B-42CA-AB24-744302ABCB3E}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{DE98E72C-2727-4737-AAFC-CC1228F4812C}</Project>
+ <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
<Name>System.Drawing\System.Drawing-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Accessibility\Accessibility-net_4_0.csproj">
- <Project>{3C0E9135-1458-47F6-9076-17FFB1E3E32F}</Project>
+ <Project>{0978E130-1E7B-4627-A9CC-7489DB17BFF1}</Project>
<Name>Accessibility\Accessibility-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{BC1890C0-51E5-48D0-8DBA-B1DD23468F9C}</Project>
+ <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
<Name>System.Data\System.Data-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{CA49630B-FD24-411F-9651-B15CA72CE5B8}</Project>
+ <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
<Name>System.Configuration\System.Configuration-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing.Design\System.Drawing.Design-net_2_0.csproj">
- <Project>{21BEB426-C8FA-484B-A7B0-1D4A5BF3307B}</Project>
+ <Project>{1A2E7A4A-050C-4F3E-9776-79E7E44B48BE}</Project>
<Name>System.Drawing.Design\System.Drawing.Design-net_2_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-net_4_5-1.csproj b/mcs/class/System.Design/System.Design-net_4_5-1.csproj
new file mode 100644
index 00000000000..aac3b86fad7
--- /dev/null
+++ b/mcs/class/System.Design/System.Design-net_4_5-1.csproj
@@ -0,0 +1,437 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{9A747C88-5D5B-41EA-8435-48EAFCFF3C5B}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>System.Design</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;DRAWING_DESIGN_DEP</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptor.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptorCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroup.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceGroupCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DataSourceProviderService.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataColumn.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataConnection.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataParameter.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataRelationship.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataSchemaClass.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataStoredProcedure.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTable.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataTableBase.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\DesignerDataView.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDataEnvironment.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\IDesignerDataSchema.cs" />
+ <Compile Include="System.ComponentModel.Design.Data\QueryBuilderMode.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\BasicDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomComponentSerializationService.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomDesignerLoader.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationModel.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationProvider.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\CollectionCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ComponentCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\DesignerSerializationManager.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EnumCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\EventCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ExpressionContext.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ICodeDomDesignerReload.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\MemberCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\ObjectStatementCollection.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PrimitiveCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\PropertyCodeDomSerializer.cs" />
+ <Compile Include="System.ComponentModel.Design.Serialization\RootCodeDomSerializer.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\ActiveDesignSurfaceChangedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\ActiveDesignSurfaceChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\ArrayEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\BinaryEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ByteViewer.cs" />
+ <Compile Include="System.ComponentModel.Design\CollectionEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentActionsType.cs" />
+ <Compile Include="System.ComponentModel.Design\ComponentDesigner.cs" />
+ <Compile Include="System.ComponentModel.Design\DateTimeEditor.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\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\DesignerActionPropertyItem.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionService.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignerActionTextItem.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\DesignModeNestedContainer.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignModeSite.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurface.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\DesignSurfaceEventHandler.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\ExceptionCollection.cs" />
+ <Compile Include="System.ComponentModel.Design\ExtenderService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerDebugService.cs" />
+ <Compile Include="System.ComponentModel.Design\IComponentDesignerStateService.cs" />
+ <Compile Include="System.ComponentModel.Design\InheritanceService.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventArgs.cs" />
+ <Compile Include="System.ComponentModel.Design\LoadedEventHandler.cs" />
+ <Compile Include="System.ComponentModel.Design\LocalizationExtenderProvider.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\ObjectSelectorEditor.cs" />
+ <Compile Include="System.ComponentModel.Design\ReferenceService.cs" />
+ <Compile Include="System.ComponentModel.Design\SelectionService.cs" />
+ <Compile Include="System.ComponentModel.Design\TypeDescriptorFilterService.cs" />
+ <Compile Include="System.ComponentModel.Design\UndoEngine.cs" />
+ <Compile Include="System.Data.Design\MethodSignatureGenerator.cs" />
+ <Compile Include="System.Data.Design\ParameterGenerationOption.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGenerator.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetGeneratorException.cs" />
+ <Compile Include="System.Data.Design\TypedDataSetSchemaImporterExtension.cs" />
+ <Compile Include="System.Design\DummyClass.cs" />
+ <Compile Include="System.Diagnostics.Design\LogConverter.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessModuleDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\ProcessThreadDesigner.cs" />
+ <Compile Include="System.Diagnostics.Design\StringValueConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageDesigner.cs" />
+ <Compile Include="System.Resources.Tools\StronglyTypedResourceBuilder.cs" />
+ <Compile Include="System.ServiceProcess.Design\ServiceControllerDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.Util\DummyClass.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\AdRotatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseDataListDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\BaseValidatorDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarAutoFormatDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CalendarDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CheckBoxDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\CompositeControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataListComponentEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataProviderNameConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\DataSourceIDConverter.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HierarchicalDataBoundControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\HyperLinkDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LabelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\LinkButtonDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\ListControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\PanelDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexEditorDialog.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RegexTypeEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\RepeaterDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableCellsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableDesigner.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\TableRowsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design.WebControls\XmlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\AppSettingsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\CalendarDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItem.cs" />
+ <Compile Include="System.Web.UI.Design\ClientScriptItemCollection.cs" />
+ <Compile Include="System.Web.UI.Design\ColorBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ConnectionStringsExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ContainerControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\ContentDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ControlDesignerState.cs" />
+ <Compile Include="System.Web.UI.Design\ControlLocation.cs" />
+ <Compile Include="System.Web.UI.Design\ControlParser.cs" />
+ <Compile Include="System.Web.UI.Design\ControlPersister.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataBindingValueUIHandler.cs" />
+ <Compile Include="System.Web.UI.Design\DataColumnSelectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataFieldConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataMemberConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSetViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceBooleanViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\DataSourceViewSchemaConverter.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormat.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerAutoFormatStyle.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerHierarchicalDataSourceView.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerObject.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionCollection.cs" />
+ <Compile Include="System.Web.UI.Design\DesignerRegionMouseEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeData.cs" />
+ <Compile Include="System.Web.UI.Design\DesignTimeResourceProviderFactory.cs" />
+ <Compile Include="System.Web.UI.Design\EditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionConverter.cs" />
+ <Compile Include="System.Web.UI.Design\ExpressionsCollectionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceConverter.cs" />
+ <Compile Include="System.Web.UI.Design\HierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HtmlIntrinsicControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\HyperLinkDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\IContentResolutionService.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerBehaviour.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerTag.cs" />
+ <Compile Include="System.Web.UI.Design\IControlDesignerView.cs" />
+ <Compile Include="System.Web.UI.Design\IDataBindingSchemaProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceFieldSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceProvider.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDataSourceViewSchema.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceProviderFactoryService.cs" />
+ <Compile Include="System.Web.UI.Design\IDesignTimeResourceWriter.cs" />
+ <Compile Include="System.Web.UI.Design\IDocumentProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IFolderProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\IHierarchicalDataSourceDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\IHtmlControlDesignerBehavior.cs" />
+ <Compile Include="System.Web.UI.Design\ImageUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\IProjectItem.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingFrame.cs" />
+ <Compile Include="System.Web.UI.Design\ITemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebAdministrationService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebApplication.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsBuilderUIService.cs" />
+ <Compile Include="System.Web.UI.Design\IWebFormsDocumentService.cs" />
+ <Compile Include="System.Web.UI.Design\MailFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\MdbDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ReadWriteControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ResourceExpressionEditorSheet.cs" />
+ <Compile Include="System.Web.UI.Design\SkinIDTypeConverter.cs" />
+ <Compile Include="System.Web.UI.Design\SupportsPreviewControlAttribute.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TemplatedEditableDesignerRegion.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateDefinition.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingService.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateEditingVerb.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroup.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateGroupCollection.cs" />
+ <Compile Include="System.Web.UI.Design\TemplateModeChangedEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\TextControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\TextDataBindingHandler.cs" />
+ <Compile Include="System.Web.UI.Design\TransactedChangeCallback.cs" />
+ <Compile Include="System.Web.UI.Design\TypeSchema.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilder.cs" />
+ <Compile Include="System.Web.UI.Design\UrlBuilderOptions.cs" />
+ <Compile Include="System.Web.UI.Design\UrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\UserControlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEvent.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventArgs.cs" />
+ <Compile Include="System.Web.UI.Design\ViewEventHandler.cs" />
+ <Compile Include="System.Web.UI.Design\ViewFlags.cs" />
+ <Compile Include="System.Web.UI.Design\ViewRendering.cs" />
+ <Compile Include="System.Web.UI.Design\WebControlToolboxItem.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsDesignerActionService.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsReferenceManager.cs" />
+ <Compile Include="System.Web.UI.Design\WebFormsRootDesigner.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDataFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlDocumentSchema.cs" />
+ <Compile Include="System.Web.UI.Design\XmlFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XmlUrlEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XsdSchemaFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslTransformFileEditor.cs" />
+ <Compile Include="System.Web.UI.Design\XslUrlEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\Adorner.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.cs" />
+ <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorServiceAdornerCollection.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\ControlBodyGlyph.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\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\AnchorEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxImporter.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxParameterData.cs" />
+ <Compile Include="System.Windows.Forms.Design\AxWrapperGen.cs" />
+ <Compile Include="System.Windows.Forms.Design\BorderSidesEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ComponentTray.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlBindingsConverter.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlCollectionCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDataObject.cs" />
+ <Compile Include="System.Windows.Forms.Design\ControlDesigner.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\DefaultMenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\DesignerOptions.cs" />
+ <Compile Include="System.Windows.Forms.Design\DockEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\DocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\EventHandlerService.cs" />
+ <Compile Include="System.Windows.Forms.Design\FileNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FolderNameEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormatStringEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\FormDocumentDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageIndexEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListCodeDomSerializer.cs" />
+ <Compile Include="System.Windows.Forms.Design\ImageListImageEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMenuEditorService.cs" />
+ <Compile Include="System.Windows.Forms.Design\IMessageReceiver.cs" />
+ <Compile Include="System.Windows.Forms.Design\IOleDragClient.cs" />
+ <Compile Include="System.Windows.Forms.Design\ISelectionUIHandler.cs" />
+ <Compile Include="System.Windows.Forms.Design\IUISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\ListControlStringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MaskDescriptor.cs" />
+ <Compile Include="System.Windows.Forms.Design\MenuCommands.cs" />
+ <Compile Include="System.Windows.Forms.Design\Native.cs" />
+ <Compile Include="System.Windows.Forms.Design\PanelDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ParentControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\ScrollableControlDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionFrame.cs" />
+ <Compile Include="System.Windows.Forms.Design\SelectionRules.cs" />
+ <Compile Include="System.Windows.Forms.Design\ShortcutKeysEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\SplitContainerDesigner.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringArrayEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\StringCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\TabPageCollectionEditor.cs" />
+ <Compile Include="System.Windows.Forms.Design\UISelectionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WindowsFormsDesignerOptionService.cs" />
+ <Compile Include="System.Windows.Forms.Design\WndProcRouter.cs" /> </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
+ <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
+ <Name>System.XML\System.Xml-net_4_5-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web\System.Web-net_4_5-1.csproj">
+ <Project>{85F119B8-8463-4D6F-9852-DAB8C4070BD5}</Project>
+ <Name>System.Web\System.Web-net_4_5-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
+ <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
+ <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Accessibility\Accessibility-net_4_5.csproj">
+ <Project>{FACE8136-C95A-4788-90B2-DB0ECF7A020A}</Project>
+ <Name>Accessibility\Accessibility-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">
+ <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
+ <Name>System.Data\System.Data-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
+ <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
+ <Name>System.Configuration\System.Configuration-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing.Design\System.Drawing.Design-net_4_5.csproj">
+ <Project>{DAEBD561-068A-4730-9F8C-98EC20DDEE78}</Project>
+ <Name>System.Drawing.Design\System.Drawing.Design-net_4_5</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-net_4_5.csproj b/mcs/class/System.Design/System.Design-net_4_5.csproj
index 57566147850..cb13efa7c5d 100644
--- a/mcs/class/System.Design/System.Design-net_4_5.csproj
+++ b/mcs/class/System.Design/System.Design-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2ABC2A54-EF46-42A3-BCCD-A58070E5D2F0}</ProjectGuid>
+ <ProjectGuid>{D4E6A482-761B-4B41-8B63-C930CA84D268}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Design-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -381,53 +381,57 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
+ <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
+ <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_5-1.csproj">
- <Project>{6CC04C44-1378-4502-B134-FE6D46B1A4B4}</Project>
+ <Project>{85F119B8-8463-4D6F-9852-DAB8C4070BD5}</Project>
<Name>System.Web\System.Web-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
- <Project>{409FF748-B765-4AB3-BCB1-72199B9E341C}</Project>
+ <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
- <Project>{945A4FD5-2184-44CC-9519-13AFC37ED81A}</Project>
+ <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing\System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Accessibility\Accessibility-net_4_5.csproj">
- <Project>{121E7DB9-FC04-46DF-8CF1-18B5A3FEE1B5}</Project>
+ <Project>{FACE8136-C95A-4788-90B2-DB0ECF7A020A}</Project>
<Name>Accessibility\Accessibility-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">
- <Project>{663D8C81-B74E-4D44-8C59-2264C6942B30}</Project>
+ <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
<Name>System.Data\System.Data-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
- <Project>{CA2CD67B-1308-460D-BDBA-498F63DEAA31}</Project>
+ <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
<Name>System.Configuration\System.Configuration-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing.Design\System.Drawing.Design-net_4_0.csproj">
- <Project>{8C367062-EFEF-4765-B1B1-5553608F6A60}</Project>
+ <Project>{81FDD05B-E6D8-4667-B637-99DA7C1D7284}</Project>
<Name>System.Drawing.Design\System.Drawing.Design-net_4_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-tests-net_2_0.csproj b/mcs/class/System.Design/System.Design-tests-net_2_0.csproj
index 26cb7cd1566..a60dee768ac 100644
--- a/mcs/class/System.Design/System.Design-tests-net_2_0.csproj
+++ b/mcs/class/System.Design/System.Design-tests-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0FCBC103-009C-4138-948F-3E301D2B1912}</ProjectGuid>
+ <ProjectGuid>{D963664C-F52A-43CB-987B-D5B9563FA779}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Design-tests-net_2_0</OutputPath>
@@ -67,34 +67,38 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_2_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
+ <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Design\System.Design-net_2_0-1.csproj">
- <Project>{7BD57C92-6B92-45F0-8050-A0AEE810BC8D}</Project>
+ <Project>{31BD6BF1-0C7A-4C0A-AB48-091F2EBB4AAC}</Project>
<Name>System.Design\System.Design-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
+ <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
- <Project>{CA7E5301-90D2-4C07-87B7-851AA216D4C9}</Project>
+ <Project>{458980DE-3D7C-4BBA-BA18-673EDC030AFE}</Project>
<Name>System.Drawing\System.Drawing-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
- <Project>{19413C30-6E39-4AAC-B9D1-FC88082E74C8}</Project>
+ <Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-tests-net_4_0.csproj b/mcs/class/System.Design/System.Design-tests-net_4_0.csproj
index 62f61678b44..825b539a850 100644
--- a/mcs/class/System.Design/System.Design-tests-net_4_0.csproj
+++ b/mcs/class/System.Design/System.Design-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C9676DB9-1951-4932-851D-F5EEA0C0B62C}</ProjectGuid>
+ <ProjectGuid>{613A0DE1-16FD-4E19-A31B-6D4CBA651BDD}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Design-tests-net_4_0</OutputPath>
@@ -67,34 +67,38 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_4_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Design\System.Design-net_4_0-1.csproj">
- <Project>{C8576BC8-9511-494F-B50E-C2219D151B4A}</Project>
+ <Project>{7D002453-8C26-4B11-8A26-B19877B73BDC}</Project>
<Name>System.Design\System.Design-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{DE98E72C-2727-4737-AAFC-CC1228F4812C}</Project>
+ <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
<Name>System.Drawing\System.Drawing-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
- <Project>{41B3B369-328C-45B8-9F14-224641427A35}</Project>
+ <Project>{0A54FEB2-B90B-42CA-AB24-744302ABCB3E}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Design/System.Design-tests-net_4_5.csproj b/mcs/class/System.Design/System.Design-tests-net_4_5.csproj
index 681de1e1ed0..08fc50a8c13 100644
--- a/mcs/class/System.Design/System.Design-tests-net_4_5.csproj
+++ b/mcs/class/System.Design/System.Design-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5F2499BC-D237-48C8-B09A-0CD8C4FB4B2A}</ProjectGuid>
+ <ProjectGuid>{AB2530F9-0740-41BF-9276-865F11BCAC7A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Design-tests-net_4_5</OutputPath>
@@ -67,34 +67,38 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
+ <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Design\System.Design-net_4_5-1.csproj">
- <Project>{54B3EC1E-F177-4E17-B4B9-ADF5C4AEE9B4}</Project>
+ <Project>{9A747C88-5D5B-41EA-8435-48EAFCFF3C5B}</Project>
<Name>System.Design\System.Design-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
- <Project>{945A4FD5-2184-44CC-9519-13AFC37ED81A}</Project>
+ <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing\System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
- <Project>{409FF748-B765-4AB3-BCB1-72199B9E341C}</Project>
+ <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+