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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-09-18 12:34:58 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-09-18 12:34:58 +0400
commit1f0ef7cf64adb21b32933d347cfac8b5bb4f5c66 (patch)
tree580bd3449013bf29c721efe52774793b24bd930b /Testing
parent4786cead5ee9fbabea9f12042daae314fba1734d (diff)
No more <SubType>Component</SubType> in VS
Diffstat (limited to 'Testing')
-rw-r--r--Testing/GtkTestRunner.csproj49
1 files changed, 47 insertions, 2 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 7983b3bc..62ff5717 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -60,7 +60,52 @@
<ItemGroup>
<Compile Include="GtkTestRunner\Main.cs" />
<Compile Include="GtkTestRunner\AssemblyInfo.cs" />
- <Compile Include="Tests\**\*.cs" />
+ <Compile Include="Tests\BoxTests.cs" />
+ <Compile Include="Tests\ButtonTests.cs" />
+ <Compile Include="Tests\CanvasTests.cs" />
+ <Compile Include="Tests\CheckBoxTests.cs" />
+ <Compile Include="Tests\ColorTests.cs" />
+ <Compile Include="Tests\ComboBoxEntryTests.cs" />
+ <Compile Include="Tests\ComboBoxTests.cs" />
+ <Compile Include="Tests\ConsoleTestRunner.cs" />
+ <Compile Include="Tests\ContainerTests.cs" />
+ <Compile Include="Tests\DatePickerTests.cs" />
+ <Compile Include="Tests\DrawingTests.cs" />
+ <Compile Include="Tests\ExpanderTests.cs" />
+ <Compile Include="Tests\FontTests.cs" />
+ <Compile Include="Tests\FrameTests.cs" />
+ <Compile Include="Tests\HBoxTests.cs" />
+ <Compile Include="Tests\HPanedTests.cs" />
+ <Compile Include="Tests\HSeparatorTests.cs" />
+ <Compile Include="Tests\ImageViewTests.cs" />
+ <Compile Include="Tests\LabelTests.cs" />
+ <Compile Include="Tests\ListBoxTests.cs" />
+ <Compile Include="Tests\ListViewTests.cs" />
+ <Compile Include="Tests\MatrixTests.cs" />
+ <Compile Include="Tests\NotebookTests.cs" />
+ <Compile Include="Tests\PanedTests.cs" />
+ <Compile Include="Tests\ProgressBarTests.cs" />
+ <Compile Include="Tests\RadioButtonTests.cs" />
+ <Compile Include="Tests\ReferenceImageManager.cs" />
+ <Compile Include="Tests\ReferenceImageVerifierDialog.cs" />
+ <Compile Include="Tests\ScrollbarTests.cs" />
+ <Compile Include="Tests\ScrollViewTests.cs" />
+ <Compile Include="Tests\SegmentedButtonTests.cs" />
+ <Compile Include="Tests\SliderTests.cs" />
+ <Compile Include="Tests\SpinButtonTests.cs" />
+ <Compile Include="Tests\SpinnerTests.cs" />
+ <Compile Include="Tests\TableTests.cs" />
+ <Compile Include="Tests\TextEntryTests.cs" />
+ <Compile Include="Tests\ToggleButtonTests.cs" />
+ <Compile Include="Tests\TransformTests.cs" />
+ <Compile Include="Tests\TreeViewTests.cs" />
+ <Compile Include="Tests\VBoxTests.cs" />
+ <Compile Include="Tests\VPanedTests.cs" />
+ <Compile Include="Tests\VScrollbar.cs" />
+ <Compile Include="Tests\VSeparatorTests.cs" />
+ <Compile Include="Tests\WidgetTests.cs" />
+ <Compile Include="Tests\WindowTests.cs" />
+ <Compile Include="Tests\XwtTest.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>