Update mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/RelaxngPattern.cs
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms-tests-net_4_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,612</NoWarn>\r
11     <OutputPath>.\</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Windows.Forms_test_net_4_0</AssemblyName>\r
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,618,612</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699,618,612</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="..\..\build\common\Consts.cs" />
46    <Compile Include="Test\System.Windows.Forms\ApplicationTest.cs" />
47    <Compile Include="Test\System.Windows.Forms\AutoCompleteStringCollectionTest.cs" />
48    <Compile Include="Test\System.Windows.Forms\ApplicationContextTest.cs" />
49    <Compile Include="Test\System.Windows.Forms\BindingTest.cs" />
50    <Compile Include="Test\System.Windows.Forms\BindingsCollectionTest.cs" />
51    <Compile Include="Test\System.Windows.Forms\BindingContextTest.cs" />
52    <Compile Include="Test\System.Windows.Forms\BindingManagerBaseTest.cs" />
53    <Compile Include="Test\System.Windows.Forms\BindingMemberInfoTest.cs" />
54    <Compile Include="Test\System.Windows.Forms\BindingNavigatorTest.cs" />
55    <Compile Include="Test\System.Windows.Forms\BindingSourceTest.cs" />
56    <Compile Include="Test\System.Windows.Forms\ButtonBaseTest.cs" />
57    <Compile Include="Test\System.Windows.Forms\ButtonTest.cs" />
58    <Compile Include="Test\System.Windows.Forms\CheckBoxEventTest.cs" />
59    <Compile Include="Test\System.Windows.Forms\CheckBoxTest.cs" />
60    <Compile Include="Test\System.Windows.Forms\CheckedListBoxEventTest.cs" />
61    <Compile Include="Test\System.Windows.Forms\CheckedListBoxTest.cs" />
62    <Compile Include="Test\System.Windows.Forms\ClipboardTest.cs" />
63    <Compile Include="Test\System.Windows.Forms\ColumnClickEventArgsTest.cs" />
64    <Compile Include="Test\System.Windows.Forms\ColumnHeaderTest.cs" />
65    <Compile Include="Test\System.Windows.Forms\ColumnStyleTest.cs" />
66    <Compile Include="Test\System.Windows.Forms\ComboBoxTest.cs" />
67    <Compile Include="Test\System.Windows.Forms\Common.cs" />
68    <Compile Include="Test\System.Windows.Forms\CommonDialogsTest.cs" />
69    <Compile Include="Test\System.Windows.Forms\ContainerControlTest.cs" />
70    <Compile Include="Test\System.Windows.Forms\ContextMenuTest.cs" />
71    <Compile Include="Test\System.Windows.Forms\ControlBindingsCollectionTest.cs" />
72    <Compile Include="Test\System.Windows.Forms\ControlBindingsConverterTest.cs" />
73    <Compile Include="Test\System.Windows.Forms\ControlCollectionTest.cs" />
74    <Compile Include="Test\System.Windows.Forms\ControlEventTest.cs" />
75    <Compile Include="Test\System.Windows.Forms\ControlHandleTest.cs" />
76    <Compile Include="Test\System.Windows.Forms\ControlLogger.cs" />
77    <Compile Include="Test\System.Windows.Forms\ControlLogger2.cs" />
78    <Compile Include="Test\System.Windows.Forms\ControlTest.cs" />
79    <Compile Include="Test\System.Windows.Forms\ControlPaintTest.cs" />
80    <Compile Include="Test\System.Windows.Forms\ControlPropertyEventsTest.cs" />
81    <Compile Include="Test\System.Windows.Forms\ControlStyleTest.cs" />
82    <Compile Include="Test\System.Windows.Forms\CursorTest.cs" />
83    <Compile Include="Test\System.Windows.Forms\CurrencyManagerTest.cs" />
84    <Compile Include="Test\System.Windows.Forms\DataBindingTests.cs" />
85    <Compile Include="Test\System.Windows.Forms\DataGridColumnStyleTest.cs" />
86    <Compile Include="Test\System.Windows.Forms\DataGridTableStyleTest.cs" />
87    <Compile Include="Test\System.Windows.Forms\DataGridTest.cs" />
88    <Compile Include="Test\System.Windows.Forms\DataGridTextBoxColumnTest.cs" />
89    <Compile Include="Test\System.Windows.Forms\DataGridTextBoxTest.cs" />
90    <Compile Include="Test\System.Windows.Forms\DataGridViewAdvancedBorderStyleTest.cs" />
91    <Compile Include="Test\System.Windows.Forms\DataGridViewBandTest.cs" />
92    <Compile Include="Test\System.Windows.Forms\DataGridViewButtonCellTest.cs" />
93    <Compile Include="Test\System.Windows.Forms\DataGridViewCellCollectionTest.cs" />
94    <Compile Include="Test\System.Windows.Forms\DataGridViewCellStyleTest.cs" />
95    <Compile Include="Test\System.Windows.Forms\DataGridViewCellTest.cs" />
96    <Compile Include="Test\System.Windows.Forms\DataGridViewCheckBoxCellTest.cs" />
97    <Compile Include="Test\System.Windows.Forms\DataGridViewClipboardHeaderTest.cs" />
98    <Compile Include="Test\System.Windows.Forms\DataGridViewClipboardTest.cs" />
99    <Compile Include="Test\System.Windows.Forms\DataGridViewColumnCollectionTest.cs" />
100    <Compile Include="Test\System.Windows.Forms\DataGridViewColumnHeaderTest.cs" />
101    <Compile Include="Test\System.Windows.Forms\DataGridViewColumnTest.cs" />
102    <Compile Include="Test\System.Windows.Forms\DataGridViewComboBoxCellTest.cs" />
103    <Compile Include="Test\System.Windows.Forms\DataGridViewCommon.cs" />
104    <Compile Include="Test\System.Windows.Forms\DataGridViewDataBindingTest.cs" />
105    <Compile Include="Test\System.Windows.Forms\DataGridViewElementTest.cs" />
106    <Compile Include="Test\System.Windows.Forms\DataGridViewLinkCellTest.cs" />
107    <Compile Include="Test\System.Windows.Forms\DataGridViewImageCellTest.cs" />
108    <Compile Include="Test\System.Windows.Forms\DataGridViewRowCollectionTest.cs" />
109    <Compile Include="Test\System.Windows.Forms\DataGridViewRowHeaderTest.cs" />
110    <Compile Include="Test\System.Windows.Forms\DataGridViewRowTest.cs" />
111    <Compile Include="Test\System.Windows.Forms\DataGridViewTest.cs" />
112    <Compile Include="Test\System.Windows.Forms\DataGridViewTextBoxCellTest.cs" />
113    <Compile Include="Test\System.Windows.Forms\DataGridViewTextBoxColumnTest.cs" />
114    <Compile Include="Test\System.Windows.Forms\DataObjectTest.cs" />
115    <Compile Include="Test\System.Windows.Forms\DateTimePickerTest.cs" />
116    <Compile Include="Test\System.Windows.Forms\DefaultLayoutTest.cs" />
117    <Compile Include="Test\System.Windows.Forms\DragEventArgsTest.cs" />
118    <Compile Include="Test\System.Windows.Forms\ErrorProviderTest.cs" />
119    <Compile Include="Test\System.Windows.Forms\FlowPanelTests.cs" />
120    <Compile Include="Test\System.Windows.Forms\FocusTest.cs" />
121    <Compile Include="Test\System.Windows.Forms\FolderBrowserDialogTest.cs" />
122    <Compile Include="Test\System.Windows.Forms\FormEventTest.cs" />
123    <Compile Include="Test\System.Windows.Forms\FormHandleTest.cs" />
124    <Compile Include="Test\System.Windows.Forms\FormTest.cs" />
125    <Compile Include="Test\System.Windows.Forms\EventArgsTest.cs" />
126    <Compile Include="Test\System.Windows.Forms\EventLogger.cs" />
127    <Compile Include="Test\System.Windows.Forms\GridColumnStylesCollectionTest.cs" />
128    <Compile Include="Test\System.Windows.Forms\GridTableStylesCollectionTest.cs" />
129    <Compile Include="Test\System.Windows.Forms\GroupBoxTest.cs" />
130    <Compile Include="Test\System.Windows.Forms\HelpProviderTest.cs" />
131    <Compile Include="Test\System.Windows.Forms\HScrollPropertiesTest.cs" />
132    <Compile Include="Test\System.Windows.Forms\ImageKeyConverterTest.cs" />
133    <Compile Include="Test\System.Windows.Forms\ImageListStreamerTest.cs" />
134    <Compile Include="Test\System.Windows.Forms\ImageListTest.cs" />
135    <Compile Include="Test\System.Windows.Forms\InputLanguageTest.cs" />
136    <Compile Include="Test\System.Windows.Forms\KeyEventArgsTest.cs" />
137    <Compile Include="Test\System.Windows.Forms\KeysConverterTest.cs" />
138    <Compile Include="Test\System.Windows.Forms\LabelTest.cs" />
139    <Compile Include="Test\System.Windows.Forms\LinkAreaTest.cs" />
140    <Compile Include="Test\System.Windows.Forms\LinkConverterTest.cs" />
141    <Compile Include="Test\System.Windows.Forms\LinkLabelTest.cs" />
142    <Compile Include="Test\System.Windows.Forms\ListControlTest.cs" />
143    <Compile Include="Test\System.Windows.Forms\ListBindingHelperTest.cs" />
144    <Compile Include="Test\System.Windows.Forms\ListBoxEventTest.cs" />
145    <Compile Include="Test\System.Windows.Forms\ListBoxTest.cs" />
146    <Compile Include="Test\System.Windows.Forms\ListViewCollectionsTest.cs" />
147    <Compile Include="Test\System.Windows.Forms\ListViewEventTest.cs" />
148    <Compile Include="Test\System.Windows.Forms\ListViewTest.cs" />
149    <Compile Include="Test\System.Windows.Forms\ListViewGroupTest.cs" />
150    <Compile Include="Test\System.Windows.Forms\ListViewGroupCollectionTest.cs" />
151    <Compile Include="Test\System.Windows.Forms\ListViewItemTest.cs" />
152    <Compile Include="Test\System.Windows.Forms\MaskedTextBoxTest.cs" />
153    <Compile Include="Test\System.Windows.Forms\MdiFormHandleTest.cs" />
154    <Compile Include="Test\System.Windows.Forms\MdiFormTest.cs" />
155    <Compile Include="Test\System.Windows.Forms\MessageTest.cs" />
156    <Compile Include="Test\System.Windows.Forms\MenuStripTest.cs" />
157    <Compile Include="Test\System.Windows.Forms\MenuTest.cs" />
158    <Compile Include="Test\System.Windows.Forms\MenuItemTest.cs" />
159    <Compile Include="Test\System.Windows.Forms\MonthCalendarTest.cs" />
160    <Compile Include="Test\System.Windows.Forms\NotifyIconTest.cs" />
161    <Compile Include="Test\System.Windows.Forms\NumericUpDownTest.cs" />
162    <Compile Include="Test\System.Windows.Forms\PaddingTest.cs" />
163    <Compile Include="Test\System.Windows.Forms\PaddingConverterTest.cs" />
164    <Compile Include="Test\System.Windows.Forms\PaintEventArgsTest.cs" />
165    <Compile Include="Test\System.Windows.Forms\PanelTest.cs" />
166    <Compile Include="Test\System.Windows.Forms\PictureBoxTest.cs" />
167    <Compile Include="Test\System.Windows.Forms\PrintDialogTest.cs" />
168    <Compile Include="Test\System.Windows.Forms\ProgressBarTest.cs" />
169    <Compile Include="Test\System.Windows.Forms\PropertyGridTest.cs" />
170    <Compile Include="Test\System.Windows.Forms\PropertyManagerTest.cs" />
171    <Compile Include="Test\System.Windows.Forms\RadioButtonTest.cs" />
172    <Compile Include="Test\System.Windows.Forms\RowStyleTest.cs" />
173    <Compile Include="Test\System.Windows.Forms\RichTextBoxTest.cs" />
174    <Compile Include="Test\System.Windows.Forms\SaveFileDialogTest.cs" />
175    <Compile Include="Test\System.Windows.Forms\ScrollableControlTest.cs" />
176    <Compile Include="Test\System.Windows.Forms\ScrollBarTest.cs" />
177    <Compile Include="Test\System.Windows.Forms\SelectionRangeTest.cs" />
178    <Compile Include="Test\System.Windows.Forms\SendKeysTest.cs" />
179    <Compile Include="Test\System.Windows.Forms\SplitterTest.cs" />
180    <Compile Include="Test\System.Windows.Forms\SplitContainerTests.cs" />
181    <Compile Include="Test\System.Windows.Forms\StatusBarPanelTest.cs" />
182    <Compile Include="Test\System.Windows.Forms\StatusBarTest.cs" />
183    <Compile Include="Test\System.Windows.Forms\StatusStripTest.cs" />
184    <Compile Include="Test\System.Windows.Forms\SystemInformationTest.cs" />
185    <Compile Include="Test\System.Windows.Forms\TabControlTest.cs" />
186    <Compile Include="Test\System.Windows.Forms\TableLayoutTest.cs" />
187    <Compile Include="Test\System.Windows.Forms\TestHelper.cs" />
188    <Compile Include="Test\System.Windows.Forms\TestImageIndexConverter.cs" />
189    <Compile Include="Test\System.Windows.Forms\TextBoxTest.cs" />
190    <Compile Include="Test\System.Windows.Forms\TimerTest.cs" />
191    <Compile Include="Test\System.Windows.Forms\ToolBarTest.cs" />
192    <Compile Include="Test\System.Windows.Forms\ToolBarButtonTest.cs" />
193    <Compile Include="Test\System.Windows.Forms\ToolStripButtonTest.cs" />
194    <Compile Include="Test\System.Windows.Forms\ToolStripComboBoxTest.cs" />
195    <Compile Include="Test\System.Windows.Forms\ToolStripContainerTest.cs" />
196    <Compile Include="Test\System.Windows.Forms\ToolStripContentPanelTest.cs" />
197    <Compile Include="Test\System.Windows.Forms\ToolStripControlHostTest.cs" />
198    <Compile Include="Test\System.Windows.Forms\ToolStripDropDownItemTest.cs" />
199    <Compile Include="Test\System.Windows.Forms\ToolStripDropDownTest.cs" />
200    <Compile Include="Test\System.Windows.Forms\ToolStripItemCollectionTest.cs" />
201    <Compile Include="Test\System.Windows.Forms\ToolStripItemTest.cs" />
202    <Compile Include="Test\System.Windows.Forms\ToolStripLabelTest.cs" />
203    <Compile Include="Test\System.Windows.Forms\ToolStripManagerTest.cs" />
204    <Compile Include="Test\System.Windows.Forms\ToolStripMenuItemTest.cs" />
205    <Compile Include="Test\System.Windows.Forms\ToolStripOverflowButtonTest.cs" />
206    <Compile Include="Test\System.Windows.Forms\ToolStripOverflowTest.cs" />
207    <Compile Include="Test\System.Windows.Forms\ToolStripPanelTest.cs" />
208    <Compile Include="Test\System.Windows.Forms\ToolStripProgressBarTest.cs" />
209    <Compile Include="Test\System.Windows.Forms\ToolStripSeparatorTest.cs" />
210    <Compile Include="Test\System.Windows.Forms\ToolStripStatusLabelTest.cs" />
211    <Compile Include="Test\System.Windows.Forms\ToolStripTest.cs" />
212    <Compile Include="Test\System.Windows.Forms\ToolStripTextBoxTest.cs" />
213    <Compile Include="Test\System.Windows.Forms\ToolTipTest.cs" />
214    <Compile Include="Test\System.Windows.Forms\TrackBarTest.cs" />
215    <Compile Include="Test\System.Windows.Forms\TreeNodeCollectionTest.cs" />
216    <Compile Include="Test\System.Windows.Forms\TreeNodeTest.cs" />
217    <Compile Include="Test\System.Windows.Forms\TreeViewHitTestInfoTest.cs" />
218    <Compile Include="Test\System.Windows.Forms\TreeViewImageKeyConverterTest.cs" />
219    <Compile Include="Test\System.Windows.Forms\TreeViewImageIndexConverterTest.cs" />
220    <Compile Include="Test\System.Windows.Forms\TreeViewTest.cs" />
221    <Compile Include="Test\System.Windows.Forms\TreeViewEventsTest.cs" />
222    <Compile Include="Test\System.Windows.Forms\UpDownTest.cs" />
223    <Compile Include="Test\System.Windows.Forms\UserControlTest.cs" />
224    <Compile Include="Test\System.Windows.Forms\VScrollPropertiesTest.cs" />
225    <Compile Include="Test\System.Windows.Forms.Layout\TableLayoutSettingsTypeConverterTest.cs" />
226    <Compile Include="Test\System.Windows.Forms.Layout\ArrangedElementCollectionTest.cs" />
227    <Compile Include="Test\System.Resources\CompatTest.cs" />
228    <Compile Include="Test\System.Resources\CultureTest.cs" />
229    <Compile Include="Test\System.Resources\ResXDataNodeTest.cs" />
230    <Compile Include="Test\System.Resources\ResXFileRefTest.cs" />
231    <Compile Include="Test\System.Resources\ResXResourceReaderTest.cs" />
232    <Compile Include="Test\System.Resources\WriterTest.cs" />
233 \r
234   </ItemGroup>\r
235   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
236        Other similar extension points exist, see Microsoft.Common.targets.\r
237   <Target Name="BeforeBuild">\r
238   </Target>\r
239   <Target Name="AfterBuild">\r
240   </Target>\r
241   -->\r
242   <PropertyGroup>\r
243     <PreBuildEvent></PreBuildEvent>\r
244   </PropertyGroup>\r
245   <ItemGroup>\r
246     <Reference Include="mscorlib.dll">
247       <SpecificVersion>False</SpecificVersion>
248       <HintPath>mscorlib.dll</HintPath>
249     </Reference>
250     <Reference Include="./../../class/lib/net_4_0/System.Windows.Forms.dll">
251       <SpecificVersion>False</SpecificVersion>
252       <HintPath>./../../class/lib/net_4_0/System.Windows.Forms.dll</HintPath>
253     </Reference>
254     <Reference Include="System.Data.dll">
255       <SpecificVersion>False</SpecificVersion>
256       <HintPath>System.Data.dll</HintPath>
257     </Reference>
258     <Reference Include="System.Drawing.dll">
259       <SpecificVersion>False</SpecificVersion>
260       <HintPath>System.Drawing.dll</HintPath>
261     </Reference>
262     <Reference Include="Accessibility.dll">
263       <SpecificVersion>False</SpecificVersion>
264       <HintPath>Accessibility.dll</HintPath>
265     </Reference>
266     <Reference Include="System.dll">
267       <SpecificVersion>False</SpecificVersion>
268       <HintPath>System.dll</HintPath>
269     </Reference>
270     <Reference Include="System.Xml.dll">
271       <SpecificVersion>False</SpecificVersion>
272       <HintPath>System.Xml.dll</HintPath>
273     </Reference>
274     <Reference Include="nunit.framework" />
275 \r
276   </ItemGroup>\r
277   <ItemGroup>\r
278     <Folder Include="Properties\" />\r
279   </ItemGroup>\r
280     <ItemGroup>
281     <EmbeddedResource Include="Test/resources/a.cur">
282        <LogicalName>a.cur</LogicalName>
283     </EmbeddedResource>
284     <EmbeddedResource Include="Test/resources/32x32.ico">
285        <LogicalName>32x32.ico</LogicalName>
286     </EmbeddedResource>
287   </ItemGroup>
288 \r
289 </Project>\r
290