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 Gual <lluis@xamarin.com>2014-01-25 15:54:27 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2014-01-25 15:54:27 +0400
commitfcc24959fcc401f7c15dee5d9d0f7962cc2805b2 (patch)
tree13aaf5b831086c6879262a6e82254fce26c3461e /Testing
parente2caad555aebd8c0e6311c823147ac4f4280b858 (diff)
Added Xwt.Gtk.Mac and Xwt.Gtk.Windows support libs
Diffstat (limited to 'Testing')
-rw-r--r--Testing/GtkTestRunner.csproj18
-rw-r--r--Testing/MacTestRunner.csproj2
-rw-r--r--Testing/WpfTestRunner.csproj4
3 files changed, 6 insertions, 18 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 9d701d5d..cb746a90 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BC764278-4141-483C-8643-2EA8C40373B2}</ProjectGuid>
<OutputType>Exe</OutputType>
@@ -43,22 +43,14 @@
<Reference Include="nunit-console-runner">
<HintPath>libs\nunit-console-runner.dll</HintPath>
</Reference>
- <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
- </Reference>
- <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
- </Reference>
- <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
- </Reference>
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="nunit.util">
<HintPath>libs\nunit.util.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
- <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
- </Reference>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<Compile Include="GtkTestRunner\Main.cs" />
diff --git a/Testing/MacTestRunner.csproj b/Testing/MacTestRunner.csproj
index 82354841..59db51fc 100644
--- a/Testing/MacTestRunner.csproj
+++ b/Testing/MacTestRunner.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0017C823-67F6-4DFA-8C2C-E23CD1E33D8F}</ProjectGuid>
<ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
diff --git a/Testing/WpfTestRunner.csproj b/Testing/WpfTestRunner.csproj
index f23d0f1b..dee13a2f 100644
--- a/Testing/WpfTestRunner.csproj
+++ b/Testing/WpfTestRunner.csproj
@@ -32,10 +32,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
- <PropertyGroup>
- <StartupObject>
- </StartupObject>
- </PropertyGroup>
<ItemGroup>
<Reference Include="nunit-console-runner">
<HintPath>libs\nunit-console-runner.dll</HintPath>