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>2015-10-05 18:05:24 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-10-05 18:05:24 +0300
commitd3f00b0fabedcaf2c6c172adb8f032e9b587a15a (patch)
tree1dc85aae26f01630f4eb6589c59691881c44bb00 /Xwt.Gtk/Xwt.Gtk3.csproj
parent4e54e814eff07ca09646b387f16ee96d1dbfecc3 (diff)
parenta7e28bf4932f68d7fb0aa79ab8cafc9cd8d2e28f (diff)
Merge remote-tracking branch 'origin/master' into image-loader
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index a04f8ebc..9a022500 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -15,7 +15,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG XWT_GTK3</DefineConstants>
+ <DefineConstants>DEBUG;XWT_GTK3</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
@@ -24,12 +24,13 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
- <OutputPath>bin\Release</OutputPath>
+ <OutputPath>bin\Debug</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<DefineConstants>XWT_GTK3</DefineConstants>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -154,6 +155,9 @@
<Compile Include="Xwt.GtkBackend\ColorSelectorBackend.cs" />
<Compile Include="Xwt.GtkBackend\ColorPickerBackend.cs" />
<Compile Include="Xwt.GtkBackend\CalendarBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\SelectFontDialogBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\Gtk3FontChooserDialog.cs" />
+ <Compile Include="Xwt.GtkBackend\FontSelectorBackend.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>