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:
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.csproj')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.csproj278
1 files changed, 278 insertions, 0 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.csproj b/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.csproj
new file mode 100644
index 00000000000..59106f78c33
--- /dev/null
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.csproj
@@ -0,0 +1,278 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618,612</NoWarn>
+ <OutputPath>.\</OutputPath>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>System.Windows.Forms_test_net_2_0</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699,618,612</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699,618,612</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="Test\System.Windows.Forms\ApplicationTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\AutoCompleteStringCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ApplicationContextTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingsCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingContextTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingManagerBaseTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingMemberInfoTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingNavigatorTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\BindingSourceTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ButtonBaseTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ButtonTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CheckBoxEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CheckBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CheckedListBoxEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CheckedListBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ClipboardTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ColumnClickEventArgsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ColumnHeaderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ColumnStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ComboBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\Common.cs" />
+ <Compile Include="Test\System.Windows.Forms\CommonDialogsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ContainerControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ContextMenuTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlBindingsCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlBindingsConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlHandleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlLogger.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlLogger2.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlPaintTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlPropertyEventsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ControlStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CursorTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\CurrencyManagerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataBindingTests.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridColumnStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridTableStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridTextBoxColumnTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridTextBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewAdvancedBorderStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewBandTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewButtonCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewCellCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewCellStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewCheckBoxCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewClipboardHeaderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewClipboardTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewColumnCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewColumnHeaderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewColumnTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewComboBoxCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewCommon.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewDataBindingTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewElementTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewLinkCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewImageCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewRowCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewRowHeaderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewRowTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewTextBoxCellTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataGridViewTextBoxColumnTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DataObjectTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DateTimePickerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DefaultLayoutTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\DragEventArgsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ErrorProviderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\FlowPanelTests.cs" />
+ <Compile Include="Test\System.Windows.Forms\FocusTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\FolderBrowserDialogTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\FormEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\FormHandleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\FormTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\EventArgsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\EventLogger.cs" />
+ <Compile Include="Test\System.Windows.Forms\GridColumnStylesCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\GridTableStylesCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\GroupBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\HelpProviderTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\HScrollPropertiesTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ImageKeyConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ImageListStreamerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ImageListTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\InputLanguageTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\KeyEventArgsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\KeysConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\LabelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\LinkAreaTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\LinkConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\LinkLabelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListBindingHelperTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListBoxEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewCollectionsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewEventTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewGroupTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewGroupCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ListViewItemTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MaskedTextBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MdiFormHandleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MdiFormTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MessageTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MenuStripTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MenuTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MenuItemTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\MonthCalendarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\NotifyIconTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\NumericUpDownTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PaddingTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PaddingConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PaintEventArgsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PanelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PictureBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PrintDialogTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ProgressBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PropertyGridTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\PropertyManagerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\RadioButtonTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\RowStyleTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\RichTextBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SaveFileDialogTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ScrollableControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ScrollBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SelectionRangeTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SendKeysTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SplitterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SplitContainerTests.cs" />
+ <Compile Include="Test\System.Windows.Forms\StatusBarPanelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\StatusBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\StatusStripTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\SystemInformationTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TabControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TableLayoutTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TestHelper.cs" />
+ <Compile Include="Test\System.Windows.Forms\TestImageIndexConverter.cs" />
+ <Compile Include="Test\System.Windows.Forms\TextBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TimerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolBarButtonTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripButtonTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripComboBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripContainerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripContentPanelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripControlHostTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripDropDownItemTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripDropDownTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripItemCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripItemTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripLabelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripManagerTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripMenuItemTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripOverflowButtonTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripOverflowTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripPanelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripProgressBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripSeparatorTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripStatusLabelTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolStripTextBoxTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\ToolTipTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TrackBarTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeNodeCollectionTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeNodeTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeViewHitTestInfoTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeViewImageKeyConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeViewImageIndexConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeViewTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\TreeViewEventsTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\UpDownTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\UserControlTest.cs" />
+ <Compile Include="Test\System.Windows.Forms\VScrollPropertiesTest.cs" />
+ <Compile Include="Test\System.Windows.Forms.Layout\TableLayoutSettingsTypeConverterTest.cs" />
+ <Compile Include="Test\System.Windows.Forms.Layout\ArrangedElementCollectionTest.cs" />
+ <Compile Include="Test\System.Resources\CompatTest.cs" />
+ <Compile Include="Test\System.Resources\CultureTest.cs" />
+ <Compile Include="Test\System.Resources\ResXDataNodeTest.cs" />
+ <Compile Include="Test\System.Resources\ResXFileRefTest.cs" />
+ <Compile Include="Test\System.Resources\ResXResourceReaderTest.cs" />
+ <Compile Include="Test\System.Resources\WriterTest.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>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_2_0/System.Windows.Forms.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_2_0/System.Windows.Forms.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Drawing.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Drawing.dll</HintPath>
+ </Reference>
+ <Reference Include="Accessibility.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Accessibility.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Test/resources/a.cur">
+ <LogicalName>a.cur</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Test/resources/32x32.ico">
+ <LogicalName>32x32.ico</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+</Project>
+