From 41192da586c4e1be488811a32ae6b08c031c210a Mon Sep 17 00:00:00 2001 From: Vsevolod Kukol Date: Sun, 30 Aug 2015 08:34:29 +0200 Subject: [Gtk] Add FontSelector and SelectFontDialog backends --- Xwt.Gtk/Xwt.Gtk3.csproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj') diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj index 9f6a4e6c..cfa7a974 100644 --- a/Xwt.Gtk/Xwt.Gtk3.csproj +++ b/Xwt.Gtk/Xwt.Gtk3.csproj @@ -154,6 +154,9 @@ + + + -- cgit v1.2.3 From a7e28bf4932f68d7fb0aa79ab8cafc9cd8d2e28f Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Mon, 21 Sep 2015 15:57:55 +0300 Subject: Fixup release configs --- Xwt.Gtk/Xwt.Gtk3.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj') diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj index cfa7a974..8bbd88e5 100644 --- a/Xwt.Gtk/Xwt.Gtk3.csproj +++ b/Xwt.Gtk/Xwt.Gtk3.csproj @@ -15,7 +15,7 @@ full False bin\Debug - DEBUG XWT_GTK3 + DEBUG;XWT_GTK3 prompt 4 False @@ -24,12 +24,13 @@ pdbonly True - bin\Release + bin\Debug prompt 4 False True XWT_GTK3 + true -- cgit v1.2.3