229 lines
12 KiB
XML
229 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3B25FD1F-CEBA-4450-8893-DC330FDB56A7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Xwt.GtkBackend</RootNamespace>
|
|
<AssemblyName>Xwt.Gtk3</AssemblyName>
|
|
<!-- GtkSharp libraries don't have strong names, they are not signed. -->
|
|
<SignAssembly>False</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
|
|
<NoWarn>0612, 0618</NoWarn>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;XWT_GTK3;$(DefineConstants)</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<LangVersion>7.2</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<DefineConstants>XWT_GTK3;$(DefineConstants)</DefineConstants>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<LangVersion>7.2</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="atk-sharp">
|
|
<HintPath>../../../resources/libraries/AtkSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="gdk-sharp">
|
|
<HintPath>../../../resources/libraries/GdkSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="glib-sharp">
|
|
<HintPath>../../../resources/libraries/GLibSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="gtk-sharp">
|
|
<HintPath>../../../resources/libraries/GtkSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="pango-sharp">
|
|
<HintPath>../../../resources/libraries/PangoSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="cairo-sharp">
|
|
<HintPath>../../../resources/libraries/CairoSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="gio-sharp">
|
|
<HintPath>../../../resources/libraries/GioSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.Gtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\LabelBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PasswordEntryBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\WidgetBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\WindowBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkEngine.cs" />
|
|
<Compile Include="Xwt.GtkBackend\BoxBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\NotebookBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ImageHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CanvasBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Util.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TextLayoutBackendHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\FontBackendHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\MenuBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\MenuItemBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Platform.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ScrollViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\DesignerSurfaceBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CustomWidgetBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\MenuButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TextEntryBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ToggleButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ImageViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\AlertDialogBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkAlertDialog.cs" />
|
|
<Compile Include="Xwt.GtkBackend\MessageService.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkWorkarounds.cs" />
|
|
<Compile Include="Xwt.GtkBackend\WindowFrameBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CheckBoxBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\FrameBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\HeaderBox.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SeparatorBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\DialogBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ClipboardBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ImageBuilderBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ImagePatternBackendHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CheckBoxMenuItemBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\RadioButtonMenuItemBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SeparatorMenuItemBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ScrollAdjustmentBackend.cs">
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
</Compile>
|
|
<Compile Include="Xwt.GtkBackend\FileDialogBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PanedBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SelectColorDialogBackend.cs" />
|
|
<Compile Include="Xwt.CairoBackend\CairoConversion.cs" />
|
|
<Compile Include="Xwt.CairoBackend\CairoContextBackendHandler.cs" />
|
|
<Compile Include="Xwt.CairoBackend\CairoGradientBackendHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\StatusIconBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ProgressBarBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SpinButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\DatePickerBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ExpanderBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\LinkLabelBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SpinnerBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\RichTextViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkDesktopBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkMacInterop.cs" />
|
|
<Compile Include="Xwt.GtkBackend\EmbeddedWidgetBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SegmentedButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SliderBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\RadioButtonBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkInterop.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ScrollbarBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkKeyboardHandler.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Conversion.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkPlatformBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ScrollControlBackend.cs">
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
</Compile>
|
|
<Compile Include="Xwt.GtkBackend\TreeViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TableViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CellUtil.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CellViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TreeStoreBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TableStoreBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CustomTreeModel.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CustomCellRenderer.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CustomCellRendererImage.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CustomCellRendererText.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CustomCellRendererToggle.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\CustomCellRendererComboBox.cs" />
|
|
<Compile Include="Xwt.GtkBackend.CellViews\Gtk3CellRendererCustom.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CustomListModel.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ListBoxBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ListStoreBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ListViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ComboBoxBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ComboBoxEntryBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SearchTextEntryBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Gtk3Extensions.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Gtk3ViewPort.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Gtk3DrawingArea.cs" />
|
|
<Compile Include="Xwt.GtkBackend\WidgetBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\TextEntryBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PasswordEntryBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\LabelBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\ButtonBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\SpinButtonBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\BoxBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\CanvasBackendGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\HeaderBoxGtk3.cs" />
|
|
<Compile Include="Xwt.GtkBackend\WebViewBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\GtkWebKitMini.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PopoverBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\Gtk3PopoverWindow.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PanedBackendGtk3.cs" />
|
|
<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" />
|
|
<Compile Include="Xwt.GtkBackend\AccessibleBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\PopupWindowBackend.cs" />
|
|
<Compile Include="Xwt.GtkBackend\UtilityWindowBackend.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xwt\Xwt.csproj">
|
|
<Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
|
|
<Name>Xwt</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="Xwt.Gtk3.dll.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="icons\" />
|
|
<Folder Include="Xwt.GtkBackend.CellViews\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="icons\searchbox-clear-16.png">
|
|
<LogicalName>searchbox-clear-16.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-clear-16%402x.png">
|
|
<LogicalName>searchbox-clear-16@2x.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-clear-16~dark.png">
|
|
<LogicalName>searchbox-clear-16~dark.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-clear-16~dark%402x.png">
|
|
<LogicalName>searchbox-clear-16~dark@2x.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-search-16%402x.png">
|
|
<LogicalName>searchbox-search-16@2x.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-search-16.png">
|
|
<LogicalName>searchbox-search-16.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-search-16~dark%402x.png">
|
|
<LogicalName>searchbox-search-16~dark@2x.png</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\searchbox-search-16~dark.png">
|
|
<LogicalName>searchbox-search-16~dark.png</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project>
|