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>2017-02-15 17:32:52 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2017-02-15 17:32:52 +0300
commit5d3aa2ff780aaa4523cae65c4bba8b569140ed55 (patch)
treee0e9de865873fe1b35b5e6e3a38a703b98ae3bd3 /Testing
parent663f43f5ae85ed4cc9987fe5fef302523ca529c7 (diff)
GtkTestRunner must be a 32bit app
Diffstat (limited to 'Testing')
-rw-r--r--Testing/GtkTestRunner.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 3dc4106e..1a6b44d3 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -18,6 +18,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -27,6 +28,7 @@
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<ConsolePause>false</ConsolePause>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />