Bump corefx
[mono-project.git] / mcs / class / System.Design / System.Design-plaindesign-net_4_x.csproj
bloba555efdc6dfb68f622b88eb09793788307769e37
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{DCE556E9-EF89-45F3-A51F-83D3C3E0FEF5}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699,436,612,618,649,67,672</NoWarn>
12 <OutputPath>./../../class/lib/net_4_x/plaindesign</OutputPath>
13 <IntermediateOutputPath>obj-plaindesign</IntermediateOutputPath>
14 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15 <NoStdLib>True</NoStdLib>
17 <NoConfig>True</NoConfig>
19 <AppDesignerFolder>Properties</AppDesignerFolder>
20 <RootNamespace>
21 </RootNamespace>
22 <AssemblyName>System.Design</AssemblyName>
23 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
24 <FileAlignment>512</FileAlignment>
25 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <DebugSymbols>true</DebugSymbols>
29 <DebugType>full</DebugType>
30 <NoWarn>1699,436,612,618,649,67,672</NoWarn>
31 <Optimize>false</Optimize>
32 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <NoWarn>1699,436,612,618,649,67,672</NoWarn>
39 <Optimize>true</Optimize>
40 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 </PropertyGroup>
44 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
45 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
46 is a problem to compile the Mono mscorlib.dll -->
47 <PropertyGroup>
48 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
49 </PropertyGroup>
50 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51 <ItemGroup>
52 <Compile Include="Assembly\AssemblyInfo.cs" />
53 <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptor.cs" />
54 <Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptorCollection.cs" />
55 <Compile Include="System.ComponentModel.Design.Data\DataSourceGroup.cs" />
56 <Compile Include="System.ComponentModel.Design.Data\DataSourceGroupCollection.cs" />
57 <Compile Include="System.ComponentModel.Design.Data\DataSourceProviderService.cs" />
58 <Compile Include="System.ComponentModel.Design.Data\DesignerDataColumn.cs" />
59 <Compile Include="System.ComponentModel.Design.Data\DesignerDataConnection.cs" />
60 <Compile Include="System.ComponentModel.Design.Data\DesignerDataParameter.cs" />
61 <Compile Include="System.ComponentModel.Design.Data\DesignerDataRelationship.cs" />
62 <Compile Include="System.ComponentModel.Design.Data\DesignerDataSchemaClass.cs" />
63 <Compile Include="System.ComponentModel.Design.Data\DesignerDataStoredProcedure.cs" />
64 <Compile Include="System.ComponentModel.Design.Data\DesignerDataTable.cs" />
65 <Compile Include="System.ComponentModel.Design.Data\DesignerDataTableBase.cs" />
66 <Compile Include="System.ComponentModel.Design.Data\DesignerDataView.cs" />
67 <Compile Include="System.ComponentModel.Design.Data\IDataEnvironment.cs" />
68 <Compile Include="System.ComponentModel.Design.Data\IDesignerDataSchema.cs" />
69 <Compile Include="System.ComponentModel.Design.Data\QueryBuilderMode.cs" />
70 <Compile Include="System.ComponentModel.Design.Serialization\BasicDesignerLoader.cs" />
71 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomComponentSerializationService.cs" />
72 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomDesignerLoader.cs" />
73 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationModel.cs" />
74 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomLocalizationProvider.cs" />
75 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomSerializationProvider.cs" />
76 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomSerializer.cs" />
77 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomSerializerBase.cs" />
78 <Compile Include="System.ComponentModel.Design.Serialization\CodeDomSerializerException.cs" />
79 <Compile Include="System.ComponentModel.Design.Serialization\CollectionCodeDomSerializer.cs" />
80 <Compile Include="System.ComponentModel.Design.Serialization\ComponentCodeDomSerializer.cs" />
81 <Compile Include="System.ComponentModel.Design.Serialization\DesignerSerializationManager.cs" />
82 <Compile Include="System.ComponentModel.Design.Serialization\EnumCodeDomSerializer.cs" />
83 <Compile Include="System.ComponentModel.Design.Serialization\EventCodeDomSerializer.cs" />
84 <Compile Include="System.ComponentModel.Design.Serialization\ExpressionContext.cs" />
85 <Compile Include="System.ComponentModel.Design.Serialization\ICodeDomDesignerReload.cs" />
86 <Compile Include="System.ComponentModel.Design.Serialization\MemberCodeDomSerializer.cs" />
87 <Compile Include="System.ComponentModel.Design.Serialization\ObjectStatementCollection.cs" />
88 <Compile Include="System.ComponentModel.Design.Serialization\PrimitiveCodeDomSerializer.cs" />
89 <Compile Include="System.ComponentModel.Design.Serialization\PropertyCodeDomSerializer.cs" />
90 <Compile Include="System.ComponentModel.Design.Serialization\RootCodeDomSerializer.cs" />
91 <Compile Include="System.ComponentModel.Design.Serialization\RootContext.cs" />
92 <Compile Include="System.ComponentModel.Design.Serialization\SerializeAbsoluteContext.cs" />
93 <Compile Include="System.ComponentModel.Design.Serialization\StatementContext.cs" />
94 <Compile Include="System.ComponentModel.Design.Serialization\TypeCodeDomSerializer.cs" />
95 <Compile Include="System.ComponentModel.Design\ActiveDesignSurfaceChangedEventArgs.cs" />
96 <Compile Include="System.ComponentModel.Design\ActiveDesignSurfaceChangedEventHandler.cs" />
97 <Compile Include="System.ComponentModel.Design\ArrayEditor.cs" />
98 <Compile Include="System.ComponentModel.Design\BinaryEditor.cs" />
99 <Compile Include="System.ComponentModel.Design\ByteViewer.cs" />
100 <Compile Include="System.ComponentModel.Design\CollectionEditor.cs" />
101 <Compile Include="System.ComponentModel.Design\ComponentActionsType.cs" />
102 <Compile Include="System.ComponentModel.Design\ComponentDesigner.cs" />
103 <Compile Include="System.ComponentModel.Design\DateTimeEditor.cs" />
104 <Compile Include="System.ComponentModel.Design\DesignerActionHeaderItem.cs" />
105 <Compile Include="System.ComponentModel.Design\DesignerActionItem.cs" />
106 <Compile Include="System.ComponentModel.Design\DesignerActionItemCollection.cs" />
107 <Compile Include="System.ComponentModel.Design\DesignerActionList.cs" />
108 <Compile Include="System.ComponentModel.Design\DesignerActionListCollection.cs" />
109 <Compile Include="System.ComponentModel.Design\DesignerActionListsChangedEventArgs.cs" />
110 <Compile Include="System.ComponentModel.Design\DesignerActionListsChangedEventHandler.cs" />
111 <Compile Include="System.ComponentModel.Design\DesignerActionListsChangedType.cs" />
112 <Compile Include="System.ComponentModel.Design\DesignerActionMethodItem.cs" />
113 <Compile Include="System.ComponentModel.Design\DesignerActionPropertyItem.cs" />
114 <Compile Include="System.ComponentModel.Design\DesignerActionService.cs" />
115 <Compile Include="System.ComponentModel.Design\DesignerActionTextItem.cs" />
116 <Compile Include="System.ComponentModel.Design\DesignerActionUIService.cs" />
117 <Compile Include="System.ComponentModel.Design\DesignerActionUIStateChangeEventArgs.cs" />
118 <Compile Include="System.ComponentModel.Design\DesignerActionUIStateChangeEventHandler.cs" />
119 <Compile Include="System.ComponentModel.Design\DesignerActionUIStateChangeType.cs" />
120 <Compile Include="System.ComponentModel.Design\DesignerCommandSet.cs" />
121 <Compile Include="System.ComponentModel.Design\DesignerEventService.cs" />
122 <Compile Include="System.ComponentModel.Design\DesignerHost.cs" />
123 <Compile Include="System.ComponentModel.Design\DesignModeNestedContainer.cs" />
124 <Compile Include="System.ComponentModel.Design\DesignModeSite.cs" />
125 <Compile Include="System.ComponentModel.Design\DesignSurface.cs" />
126 <Compile Include="System.ComponentModel.Design\DesignSurfaceCollection.cs" />
127 <Compile Include="System.ComponentModel.Design\DesignSurfaceEventArgs.cs" />
128 <Compile Include="System.ComponentModel.Design\DesignSurfaceEventHandler.cs" />
129 <Compile Include="System.ComponentModel.Design\DesignSurfaceManager.cs" />
130 <Compile Include="System.ComponentModel.Design\DesignSurfaceServiceContainer.cs" />
131 <Compile Include="System.ComponentModel.Design\DisplayMode.cs" />
132 <Compile Include="System.ComponentModel.Design\EventBindingService.cs" />
133 <Compile Include="System.ComponentModel.Design\ExceptionCollection.cs" />
134 <Compile Include="System.ComponentModel.Design\ExtenderService.cs" />
135 <Compile Include="System.ComponentModel.Design\IComponentDesignerDebugService.cs" />
136 <Compile Include="System.ComponentModel.Design\IComponentDesignerStateService.cs" />
137 <Compile Include="System.ComponentModel.Design\InheritanceService.cs" />
138 <Compile Include="System.ComponentModel.Design\LoadedEventArgs.cs" />
139 <Compile Include="System.ComponentModel.Design\LoadedEventHandler.cs" />
140 <Compile Include="System.ComponentModel.Design\LocalizationExtenderProvider.cs" />
141 <Compile Include="System.ComponentModel.Design\MenuCommandsChangedEventArgs.cs" />
142 <Compile Include="System.ComponentModel.Design\MenuCommandsChangedEventHandler.cs" />
143 <Compile Include="System.ComponentModel.Design\MenuCommandsChangedType.cs" />
144 <Compile Include="System.ComponentModel.Design\MenuCommandService.cs" />
145 <Compile Include="System.ComponentModel.Design\MultilineStringEditor.cs" />
146 <Compile Include="System.ComponentModel.Design\ObjectSelectorEditor.cs" />
147 <Compile Include="System.ComponentModel.Design\ReferenceService.cs" />
148 <Compile Include="System.ComponentModel.Design\SelectionService.cs" />
149 <Compile Include="System.ComponentModel.Design\TypeDescriptorFilterService.cs" />
150 <Compile Include="System.ComponentModel.Design\UndoEngine.cs" />
151 <Compile Include="System.Data.Design\MethodSignatureGenerator.cs" />
152 <Compile Include="System.Data.Design\ParameterGenerationOption.cs" />
153 <Compile Include="System.Data.Design\TypedDataSetGenerator.cs" />
154 <Compile Include="System.Data.Design\TypedDataSetGeneratorException.cs" />
155 <Compile Include="System.Data.Design\TypedDataSetSchemaImporterExtension.cs" />
156 <Compile Include="System.Design\DummyClass.cs" />
157 <Compile Include="System.Diagnostics.Design\LogConverter.cs" />
158 <Compile Include="System.Diagnostics.Design\ProcessDesigner.cs" />
159 <Compile Include="System.Diagnostics.Design\ProcessModuleDesigner.cs" />
160 <Compile Include="System.Diagnostics.Design\ProcessThreadDesigner.cs" />
161 <Compile Include="System.Diagnostics.Design\StringValueConverter.cs" />
162 <Compile Include="System.Messaging.Design\MessageDesigner.cs" />
163 <Compile Include="System.Resources.Tools\StronglyTypedResourceBuilder.cs" />
164 <Compile Include="System.ServiceProcess.Design\ServiceControllerDesigner.cs" />
165 <Compile Include="System.Web.UI.Design.Util\DummyClass.cs" />
166 <Compile Include="System.Web.UI.Design.WebControls\AdRotatorDesigner.cs" />
167 <Compile Include="System.Web.UI.Design.WebControls\BaseDataBoundControlDesigner.cs" />
168 <Compile Include="System.Web.UI.Design.WebControls\BaseDataListComponentEditor.cs" />
169 <Compile Include="System.Web.UI.Design.WebControls\BaseDataListDesigner.cs" />
170 <Compile Include="System.Web.UI.Design.WebControls\BaseValidatorDesigner.cs" />
171 <Compile Include="System.Web.UI.Design.WebControls\ButtonDesigner.cs" />
172 <Compile Include="System.Web.UI.Design.WebControls\CalendarAutoFormatDialog.cs" />
173 <Compile Include="System.Web.UI.Design.WebControls\CalendarDesigner.cs" />
174 <Compile Include="System.Web.UI.Design.WebControls\CheckBoxDesigner.cs" />
175 <Compile Include="System.Web.UI.Design.WebControls\CompositeControlDesigner.cs" />
176 <Compile Include="System.Web.UI.Design.WebControls\DataBoundControlDesigner.cs" />
177 <Compile Include="System.Web.UI.Design.WebControls\DataListComponentEditor.cs" />
178 <Compile Include="System.Web.UI.Design.WebControls\DataProviderNameConverter.cs" />
179 <Compile Include="System.Web.UI.Design.WebControls\DataSourceIDConverter.cs" />
180 <Compile Include="System.Web.UI.Design.WebControls\HierarchicalDataBoundControlDesigner.cs" />
181 <Compile Include="System.Web.UI.Design.WebControls\HyperLinkDesigner.cs" />
182 <Compile Include="System.Web.UI.Design.WebControls\LabelDesigner.cs" />
183 <Compile Include="System.Web.UI.Design.WebControls\LinkButtonDesigner.cs" />
184 <Compile Include="System.Web.UI.Design.WebControls\ListControlDataBindingHandler.cs" />
185 <Compile Include="System.Web.UI.Design.WebControls\ListControlDesigner.cs" />
186 <Compile Include="System.Web.UI.Design.WebControls\PanelDesigner.cs" />
187 <Compile Include="System.Web.UI.Design.WebControls\RegexEditorDialog.cs" />
188 <Compile Include="System.Web.UI.Design.WebControls\RegexTypeEditor.cs" />
189 <Compile Include="System.Web.UI.Design.WebControls\RepeaterDesigner.cs" />
190 <Compile Include="System.Web.UI.Design.WebControls\TableCellsCollectionEditor.cs" />
191 <Compile Include="System.Web.UI.Design.WebControls\TableDesigner.cs" />
192 <Compile Include="System.Web.UI.Design.WebControls\TableRowsCollectionEditor.cs" />
193 <Compile Include="System.Web.UI.Design.WebControls\XmlDesigner.cs" />
194 <Compile Include="System.Web.UI.Design\AppSettingsExpressionEditor.cs" />
195 <Compile Include="System.Web.UI.Design\CalendarDataBindingHandler.cs" />
196 <Compile Include="System.Web.UI.Design\ClientScriptItem.cs" />
197 <Compile Include="System.Web.UI.Design\ClientScriptItemCollection.cs" />
198 <Compile Include="System.Web.UI.Design\ColorBuilder.cs" />
199 <Compile Include="System.Web.UI.Design\ConnectionStringEditor.cs" />
200 <Compile Include="System.Web.UI.Design\ConnectionStringsExpressionEditor.cs" />
201 <Compile Include="System.Web.UI.Design\ContainerControlDesigner.cs" />
202 <Compile Include="System.Web.UI.Design\ContentDefinition.cs" />
203 <Compile Include="System.Web.UI.Design\ContentDesignerState.cs" />
204 <Compile Include="System.Web.UI.Design\ControlDesigner.cs" />
205 <Compile Include="System.Web.UI.Design\ControlDesignerState.cs" />
206 <Compile Include="System.Web.UI.Design\ControlLocation.cs" />
207 <Compile Include="System.Web.UI.Design\ControlParser.cs" />
208 <Compile Include="System.Web.UI.Design\ControlPersister.cs" />
209 <Compile Include="System.Web.UI.Design\DataBindingCollectionConverter.cs" />
210 <Compile Include="System.Web.UI.Design\DataBindingCollectionEditor.cs" />
211 <Compile Include="System.Web.UI.Design\DataBindingHandler.cs" />
212 <Compile Include="System.Web.UI.Design\DataBindingValueUIHandler.cs" />
213 <Compile Include="System.Web.UI.Design\DataColumnSelectionConverter.cs" />
214 <Compile Include="System.Web.UI.Design\DataFieldConverter.cs" />
215 <Compile Include="System.Web.UI.Design\DataMemberConverter.cs" />
216 <Compile Include="System.Web.UI.Design\DataSetFieldSchema.cs" />
217 <Compile Include="System.Web.UI.Design\DataSetSchema.cs" />
218 <Compile Include="System.Web.UI.Design\DataSetViewSchema.cs" />
219 <Compile Include="System.Web.UI.Design\DataSourceBooleanViewSchemaConverter.cs" />
220 <Compile Include="System.Web.UI.Design\DataSourceConverter.cs" />
221 <Compile Include="System.Web.UI.Design\DataSourceDesigner.cs" />
222 <Compile Include="System.Web.UI.Design\DataSourceViewSchemaConverter.cs" />
223 <Compile Include="System.Web.UI.Design\DesignerAutoFormat.cs" />
224 <Compile Include="System.Web.UI.Design\DesignerAutoFormatCollection.cs" />
225 <Compile Include="System.Web.UI.Design\DesignerAutoFormatStyle.cs" />
226 <Compile Include="System.Web.UI.Design\DesignerDataSourceView.cs" />
227 <Compile Include="System.Web.UI.Design\DesignerHierarchicalDataSourceView.cs" />
228 <Compile Include="System.Web.UI.Design\DesignerObject.cs" />
229 <Compile Include="System.Web.UI.Design\DesignerRegion.cs" />
230 <Compile Include="System.Web.UI.Design\DesignerRegionCollection.cs" />
231 <Compile Include="System.Web.UI.Design\DesignerRegionMouseEventArgs.cs" />
232 <Compile Include="System.Web.UI.Design\DesignTimeData.cs" />
233 <Compile Include="System.Web.UI.Design\DesignTimeResourceProviderFactory.cs" />
234 <Compile Include="System.Web.UI.Design\EditableDesignerRegion.cs" />
235 <Compile Include="System.Web.UI.Design\ExpressionEditor.cs" />
236 <Compile Include="System.Web.UI.Design\ExpressionEditorSheet.cs" />
237 <Compile Include="System.Web.UI.Design\ExpressionsCollectionConverter.cs" />
238 <Compile Include="System.Web.UI.Design\ExpressionsCollectionEditor.cs" />
239 <Compile Include="System.Web.UI.Design\HierarchicalDataSourceConverter.cs" />
240 <Compile Include="System.Web.UI.Design\HierarchicalDataSourceDesigner.cs" />
241 <Compile Include="System.Web.UI.Design\HtmlControlDesigner.cs" />
242 <Compile Include="System.Web.UI.Design\HtmlIntrinsicControlDesigner.cs" />
243 <Compile Include="System.Web.UI.Design\HyperLinkDataBindingHandler.cs" />
244 <Compile Include="System.Web.UI.Design\IContentResolutionService.cs" />
245 <Compile Include="System.Web.UI.Design\IControlDesignerBehaviour.cs" />
246 <Compile Include="System.Web.UI.Design\IControlDesignerTag.cs" />
247 <Compile Include="System.Web.UI.Design\IControlDesignerView.cs" />
248 <Compile Include="System.Web.UI.Design\IDataBindingSchemaProvider.cs" />
249 <Compile Include="System.Web.UI.Design\IDataSourceDesigner.cs" />
250 <Compile Include="System.Web.UI.Design\IDataSourceFieldSchema.cs" />
251 <Compile Include="System.Web.UI.Design\IDataSourceProvider.cs" />
252 <Compile Include="System.Web.UI.Design\IDataSourceSchema.cs" />
253 <Compile Include="System.Web.UI.Design\IDataSourceViewSchema.cs" />
254 <Compile Include="System.Web.UI.Design\IDesignTimeResourceProviderFactoryService.cs" />
255 <Compile Include="System.Web.UI.Design\IDesignTimeResourceWriter.cs" />
256 <Compile Include="System.Web.UI.Design\IDocumentProjectItem.cs" />
257 <Compile Include="System.Web.UI.Design\IFolderProjectItem.cs" />
258 <Compile Include="System.Web.UI.Design\IHierarchicalDataSourceDesigner.cs" />
259 <Compile Include="System.Web.UI.Design\IHtmlControlDesignerBehavior.cs" />
260 <Compile Include="System.Web.UI.Design\ImageUrlEditor.cs" />
261 <Compile Include="System.Web.UI.Design\IProjectItem.cs" />
262 <Compile Include="System.Web.UI.Design\ITemplateEditingFrame.cs" />
263 <Compile Include="System.Web.UI.Design\ITemplateEditingService.cs" />
264 <Compile Include="System.Web.UI.Design\IWebAdministrationService.cs" />
265 <Compile Include="System.Web.UI.Design\IWebApplication.cs" />
266 <Compile Include="System.Web.UI.Design\IWebFormReferenceManager.cs" />
267 <Compile Include="System.Web.UI.Design\IWebFormsBuilderUIService.cs" />
268 <Compile Include="System.Web.UI.Design\IWebFormsDocumentService.cs" />
269 <Compile Include="System.Web.UI.Design\MailFileEditor.cs" />
270 <Compile Include="System.Web.UI.Design\MdbDataFileEditor.cs" />
271 <Compile Include="System.Web.UI.Design\ReadWriteControlDesigner.cs" />
272 <Compile Include="System.Web.UI.Design\ResourceExpressionEditor.cs" />
273 <Compile Include="System.Web.UI.Design\ResourceExpressionEditorSheet.cs" />
274 <Compile Include="System.Web.UI.Design\SkinIDTypeConverter.cs" />
275 <Compile Include="System.Web.UI.Design\SupportsPreviewControlAttribute.cs" />
276 <Compile Include="System.Web.UI.Design\TemplatedControlDesigner.cs" />
277 <Compile Include="System.Web.UI.Design\TemplatedEditableDesignerRegion.cs" />
278 <Compile Include="System.Web.UI.Design\TemplateDefinition.cs" />
279 <Compile Include="System.Web.UI.Design\TemplateEditingService.cs" />
280 <Compile Include="System.Web.UI.Design\TemplateEditingVerb.cs" />
281 <Compile Include="System.Web.UI.Design\TemplateGroup.cs" />
282 <Compile Include="System.Web.UI.Design\TemplateGroupCollection.cs" />
283 <Compile Include="System.Web.UI.Design\TemplateModeChangedEventArgs.cs" />
284 <Compile Include="System.Web.UI.Design\TextControlDesigner.cs" />
285 <Compile Include="System.Web.UI.Design\TextDataBindingHandler.cs" />
286 <Compile Include="System.Web.UI.Design\TransactedChangeCallback.cs" />
287 <Compile Include="System.Web.UI.Design\TypeSchema.cs" />
288 <Compile Include="System.Web.UI.Design\UrlBuilder.cs" />
289 <Compile Include="System.Web.UI.Design\UrlBuilderOptions.cs" />
290 <Compile Include="System.Web.UI.Design\UrlEditor.cs" />
291 <Compile Include="System.Web.UI.Design\UserControlDesigner.cs" />
292 <Compile Include="System.Web.UI.Design\UserControlFileEditor.cs" />
293 <Compile Include="System.Web.UI.Design\ViewEvent.cs" />
294 <Compile Include="System.Web.UI.Design\ViewEventArgs.cs" />
295 <Compile Include="System.Web.UI.Design\ViewEventHandler.cs" />
296 <Compile Include="System.Web.UI.Design\ViewFlags.cs" />
297 <Compile Include="System.Web.UI.Design\ViewRendering.cs" />
298 <Compile Include="System.Web.UI.Design\WebControlToolboxItem.cs" />
299 <Compile Include="System.Web.UI.Design\WebFormsDesignerActionService.cs" />
300 <Compile Include="System.Web.UI.Design\WebFormsReferenceManager.cs" />
301 <Compile Include="System.Web.UI.Design\WebFormsRootDesigner.cs" />
302 <Compile Include="System.Web.UI.Design\XmlDataFileEditor.cs" />
303 <Compile Include="System.Web.UI.Design\XmlDocumentSchema.cs" />
304 <Compile Include="System.Web.UI.Design\XmlFileEditor.cs" />
305 <Compile Include="System.Web.UI.Design\XmlUrlEditor.cs" />
306 <Compile Include="System.Web.UI.Design\XsdSchemaFileEditor.cs" />
307 <Compile Include="System.Web.UI.Design\XslTransformFileEditor.cs" />
308 <Compile Include="System.Web.UI.Design\XslUrlEditor.cs" />
309 <Compile Include="System.Windows.Forms.Design.Behavior\Adorner.cs" />
310 <Compile Include="System.Windows.Forms.Design.Behavior\Behavior.cs" />
311 <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorDragDropEventArgs.cs" />
312 <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorDragDropEventHandler.cs" />
313 <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorService.cs" />
314 <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorServiceAdornerCollection.cs" />
315 <Compile Include="System.Windows.Forms.Design.Behavior\BehaviorServiceAdornerCollectionEnumerator.cs" />
316 <Compile Include="System.Windows.Forms.Design.Behavior\ComponentGlyph.cs" />
317 <Compile Include="System.Windows.Forms.Design.Behavior\ControlBodyGlyph.cs" />
318 <Compile Include="System.Windows.Forms.Design.Behavior\Glyph.cs" />
319 <Compile Include="System.Windows.Forms.Design.Behavior\GlyphCollection.cs" />
320 <Compile Include="System.Windows.Forms.Design.Behavior\GlyphSelectionType.cs" />
321 <Compile Include="System.Windows.Forms.Design.Behavior\SnapLine.cs" />
322 <Compile Include="System.Windows.Forms.Design.Behavior\SnapLinePriority.cs" />
323 <Compile Include="System.Windows.Forms.Design.Behavior\SnapLineType.cs" />
324 <Compile Include="System.Windows.Forms.Design\AnchorEditor.cs" />
325 <Compile Include="System.Windows.Forms.Design\AxImporter.cs" />
326 <Compile Include="System.Windows.Forms.Design\AxParameterData.cs" />
327 <Compile Include="System.Windows.Forms.Design\AxWrapperGen.cs" />
328 <Compile Include="System.Windows.Forms.Design\BorderSidesEditor.cs" />
329 <Compile Include="System.Windows.Forms.Design\ComponentDocumentDesigner.cs" />
330 <Compile Include="System.Windows.Forms.Design\ComponentTray.cs" />
331 <Compile Include="System.Windows.Forms.Design\ControlBindingsConverter.cs" />
332 <Compile Include="System.Windows.Forms.Design\ControlCodeDomSerializer.cs" />
333 <Compile Include="System.Windows.Forms.Design\ControlCollectionCodeDomSerializer.cs" />
334 <Compile Include="System.Windows.Forms.Design\ControlDataObject.cs" />
335 <Compile Include="System.Windows.Forms.Design\ControlDesigner.cs" />
336 <Compile Include="System.Windows.Forms.Design\DataMemberFieldConverter.cs" />
337 <Compile Include="System.Windows.Forms.Design\DataMemberFieldEditor.cs" />
338 <Compile Include="System.Windows.Forms.Design\DataMemberListEditor.cs" />
339 <Compile Include="System.Windows.Forms.Design\DataSourceConverter.cs" />
340 <Compile Include="System.Windows.Forms.Design\DefaultMenuCommands.cs" />
341 <Compile Include="System.Windows.Forms.Design\DesignerOptions.cs" />
342 <Compile Include="System.Windows.Forms.Design\DockEditor.cs" />
343 <Compile Include="System.Windows.Forms.Design\DocumentDesigner.cs" />
344 <Compile Include="System.Windows.Forms.Design\EventHandlerService.cs" />
345 <Compile Include="System.Windows.Forms.Design\FileNameEditor.cs" />
346 <Compile Include="System.Windows.Forms.Design\FolderNameEditor.cs" />
347 <Compile Include="System.Windows.Forms.Design\FormatStringEditor.cs" />
348 <Compile Include="System.Windows.Forms.Design\FormDocumentDesigner.cs" />
349 <Compile Include="System.Windows.Forms.Design\ImageCollectionEditor.cs" />
350 <Compile Include="System.Windows.Forms.Design\ImageIndexEditor.cs" />
351 <Compile Include="System.Windows.Forms.Design\ImageListCodeDomSerializer.cs" />
352 <Compile Include="System.Windows.Forms.Design\ImageListImageEditor.cs" />
353 <Compile Include="System.Windows.Forms.Design\IMenuEditorService.cs" />
354 <Compile Include="System.Windows.Forms.Design\IMessageReceiver.cs" />
355 <Compile Include="System.Windows.Forms.Design\IOleDragClient.cs" />
356 <Compile Include="System.Windows.Forms.Design\ISelectionUIHandler.cs" />
357 <Compile Include="System.Windows.Forms.Design\IUISelectionService.cs" />
358 <Compile Include="System.Windows.Forms.Design\ListControlStringCollectionEditor.cs" />
359 <Compile Include="System.Windows.Forms.Design\MaskDescriptor.cs" />
360 <Compile Include="System.Windows.Forms.Design\MenuCommands.cs" />
361 <Compile Include="System.Windows.Forms.Design\Native.cs" />
362 <Compile Include="System.Windows.Forms.Design\PanelDesigner.cs" />
363 <Compile Include="System.Windows.Forms.Design\ParentControlDesigner.cs" />
364 <Compile Include="System.Windows.Forms.Design\ScrollableControlDesigner.cs" />
365 <Compile Include="System.Windows.Forms.Design\SelectionFrame.cs" />
366 <Compile Include="System.Windows.Forms.Design\SelectionRules.cs" />
367 <Compile Include="System.Windows.Forms.Design\ShortcutKeysEditor.cs" />
368 <Compile Include="System.Windows.Forms.Design\SplitContainerDesigner.cs" />
369 <Compile Include="System.Windows.Forms.Design\StringArrayEditor.cs" />
370 <Compile Include="System.Windows.Forms.Design\StringCollectionEditor.cs" />
371 <Compile Include="System.Windows.Forms.Design\TabPageCollectionEditor.cs" />
372 <Compile Include="System.Windows.Forms.Design\UISelectionService.cs" />
373 <Compile Include="System.Windows.Forms.Design\WindowsFormsDesignerOptionService.cs" />
374 <Compile Include="System.Windows.Forms.Design\WndProcRouter.cs" /> </ItemGroup>
375 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
376 Other similar extension points exist, see Microsoft.Common.targets.
377 <Target Name="BeforeBuild">
378 </Target>
379 <Target Name="AfterBuild">
380 </Target>
382 <PropertyGroup>
383 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
385 </PreBuildEvent>
386 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
388 </PreBuildEvent>
389 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
391 </PostBuildEvent>
392 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
394 </PostBuildEvent>
395 </PropertyGroup>
396 <ItemGroup>
397 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
398 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
399 <Name>corlib-net_4_x</Name>
400 </ProjectReference>
401 <ProjectReference Include="../System/System-net_4_x.csproj">
402 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
403 <Name>System-net_4_x</Name>
404 </ProjectReference>
405 <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
406 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
407 <Name>System.Xml-net_4_x</Name>
408 </ProjectReference>
409 <ProjectReference Include="../System.Web/System.Web-plainweb-net_4_x.csproj">
410 <Project>{DE51B021-D51C-4F26-99EE-B0729D97631E}</Project>
411 <Name>System.Web-plainweb-net_4_x</Name>
412 </ProjectReference>
413 <ProjectReference Include="../System.Windows.Forms/System.Windows.Forms-net_4_x.csproj">
414 <Project>{108227C7-8ED9-4483-949D-07BF0DA1A201}</Project>
415 <Name>System.Windows.Forms-net_4_x</Name>
416 </ProjectReference>
417 <ProjectReference Include="../System.Drawing/System.Drawing-net_4_x.csproj">
418 <Project>{584A5E46-2958-4CB2-8DF9-188B420D0BB0}</Project>
419 <Name>System.Drawing-net_4_x</Name>
420 </ProjectReference>
421 <ProjectReference Include="../Accessibility/Accessibility-net_4_x.csproj">
422 <Project>{E51283DC-7090-479E-B723-01C0953F18EA}</Project>
423 <Name>Accessibility-net_4_x</Name>
424 </ProjectReference>
425 <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
426 <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
427 <Name>System.Data-net_4_x</Name>
428 </ProjectReference>
429 <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
430 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
431 <Name>System.Configuration-net_4_x</Name>
432 </ProjectReference>
433 </ItemGroup>
434 <ItemGroup>
435 <Folder Include="Properties\" />
436 </ItemGroup>
437 </Project>