xwt/Xwt.Gtk/Xwt.Gtk.csproj

124 строки
6.4 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>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Xwt.GtkBackend</RootNamespace>
<AssemblyName>Xwt.Gtk</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System.Core" />
<Reference Include="Mono.Cairo" />
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Xwt.GtkBackend\LabelBackend.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\TreeStoreBackend.cs" />
<Compile Include="Xwt.GtkBackend\TreeViewBackend.cs" />
<Compile Include="Xwt.GtkBackend.CellViews\CellUtil.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\ListViewBackend.cs" />
<Compile Include="Xwt.GtkBackend\TableViewBackend.cs" />
<Compile Include="Xwt.GtkBackend\ListStoreBackend.cs" />
<Compile Include="Xwt.GtkBackend\TableStoreBackend.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\ComboBoxBackend.cs" />
<Compile Include="Xwt.GtkBackend\CustomTreeModel.cs" />
<Compile Include="Xwt.GtkBackend\CustomListModel.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\PangoUtil.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\ComboBoxEntryBackend.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" />
<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\CairoTextLayoutBackendHandler.cs" />
<Compile Include="Xwt.CairoBackend\CairoContextBackendHandler.cs" />
<Compile Include="Xwt.GtkBackend\ContextBackendHandler.cs" />
<Compile Include="Xwt.CairoBackend\CairoGradientBackendHandler.cs" />
<Compile Include="Xwt.GtkBackend\ListBoxBackend.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>
<Folder Include="Xwt.GtkBackend\" />
<Folder Include="Xwt.GtkBackend.CellViews\" />
<Folder Include="Xwt.CairoBackend\" />
</ItemGroup>
<ItemGroup>
<None Include="Xwt.Gtk.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>