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:
authorVsevolod Kukol <sevoku@microsoft.com>2017-03-06 19:13:50 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2017-03-07 17:47:35 +0300
commit7b112ac80b7441eb835d0d6a96f54b50bc5202c6 (patch)
treec008b1a8797e277bd4213d1cb557ddde774ecd43 /Xwt.Gtk/Xwt.Gtk3.csproj
parentd25c8fe9dfcd996da6c5da3058a1b48d3571d24c (diff)
[Gtk] Track API changes, add IUtilityWindowBackend
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index ac879947..04c262ef 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -160,6 +160,8 @@
<Compile Include="Xwt.GtkBackend\SelectFontDialogBackend.cs" />
<Compile Include="Xwt.GtkBackend\Gtk3FontChooserDialog.cs" />
<Compile Include="Xwt.GtkBackend\FontSelectorBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\PopupWindowBackend.cs" />
+ <Compile Include="Xwt.GtkBackend\UtilityWindowBackend.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>