annotate IBBoard.GtkSharp.csproj @ 20:06715f517af6

Re #47: Add translatable GTK# widgets * Add ITranslatableWithActions interface to provide a common way to get at actions (WinForms menu items are widgets, GTK uses Actions and ActionGroups) * Add implementation of interface for Windows (most likely candidate for having translatable actions) * Translate actions as well as sub-widgets
author IBBoard <dev@ibboard.co.uk>
date Mon, 27 Dec 2010 20:48:29 +0000
parents 2ddde7f1730e
children f71693260828
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <ProductVersion>8.0.50727</ProductVersion>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 <ProjectGuid>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</ProjectGuid>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 <OutputType>Library</OutputType>
5
51b4bbca7c19 Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents: 4
diff changeset
10 <AssemblyName>IBBoard.GtkSharp</AssemblyName>
9
d0e26a896d72 Re #26: Add GTK# wrapper methods
IBBoard <dev@ibboard.co.uk>
parents: 8
diff changeset
11 <RootNamespace>IBBoard.GtkSharp</RootNamespace>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <DebugSymbols>true</DebugSymbols>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 <DebugType>full</DebugType>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <Optimize>false</Optimize>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 <OutputPath>bin\Debug</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 <DefineConstants>DEBUG</DefineConstants>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 <WarningLevel>4</WarningLevel>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 <ConsolePause>false</ConsolePause>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 <DebugType>none</DebugType>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 <Optimize>false</Optimize>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 <OutputPath>bin\Release</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 <WarningLevel>4</WarningLevel>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 <ConsolePause>false</ConsolePause>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 <Compile Include="AssemblyInfo.cs" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 <Compile Include="NotebookUtil.cs" />
8
14ce41d2f9bd * Add TreeUtils to simplify TreeView handling in GTK# (GTK# = thin wrapper around GTK = looks like C calls = looks ugly and out of place and has far too many steps in an OO lang)
IBBoard <dev@ibboard.co.uk>
parents: 5
diff changeset
34 <Compile Include="TreeUtils.cs" />
9
d0e26a896d72 Re #26: Add GTK# wrapper methods
IBBoard <dev@ibboard.co.uk>
parents: 8
diff changeset
35 <Compile Include="ComboBoxUtils.cs" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
36 <Compile Include="Translatable\TranslatableDialog.cs" />
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
37 <Compile Include="Translatable\ControlTranslator.cs" />
19
2ddde7f1730e Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 16
diff changeset
38 <Compile Include="Translatable\TranslatableWindow.cs" />
20
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
39 <Compile Include="Lang\ITranslatableWithActions.cs" />
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
40 <Compile Include="Translatable\TranslatableWindowWithActions.cs" />
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
41 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
42 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
43 <None Include="COPYING.GPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
44 <None Include="COPYING.LGPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
46 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
47 <Reference Include="System" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
48 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
49 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
50 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
51 <ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
52 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
53 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
54 <Name>IBBoard</Name>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
55 </ProjectReference>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
56 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
57 <ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
58 <Folder Include="Translatable\" />
20
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
59 <Folder Include="Lang\" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
60 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
61 <ProjectExtensions>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
62 <MonoDevelop>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
63 <Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
64 <Policies>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
65 <StandardHeader Text=" This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}&#xA;&#xA;// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license." inheritsSet="Apache2License" />
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
66 </Policies>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
67 </Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
68 </MonoDevelop>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
69 </ProjectExtensions>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
70 </Project>