Mercurial > repos > IBBoard.GtkSharp
view 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 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</ProjectGuid> <OutputType>Library</OutputType> <AssemblyName>IBBoard.GtkSharp</AssemblyName> <RootNamespace>IBBoard.GtkSharp</RootNamespace> </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> <Compile Include="AssemblyInfo.cs" /> <Compile Include="NotebookUtil.cs" /> <Compile Include="TreeUtils.cs" /> <Compile Include="ComboBoxUtils.cs" /> <Compile Include="Translatable\TranslatableDialog.cs" /> <Compile Include="Translatable\ControlTranslator.cs" /> <Compile Include="Translatable\TranslatableWindow.cs" /> <Compile Include="Lang\ITranslatableWithActions.cs" /> <Compile Include="Translatable\TranslatableWindowWithActions.cs" /> </ItemGroup> <ItemGroup> <None Include="COPYING.GPL" /> <None Include="COPYING.LGPL" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup> <ProjectReference Include="..\IBBoard\IBBoard.csproj"> <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> <Name>IBBoard</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Folder Include="Translatable\" /> <Folder Include="Lang\" /> </ItemGroup> <ProjectExtensions> <MonoDevelop> <Properties> <Policies> <StandardHeader Text=" This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}

// 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" /> </Policies> </Properties> </MonoDevelop> </ProjectExtensions> </Project>