annotate IBBoard.GtkSharp.csproj @ 42:f04e973e5ea0 default tip

* Drop back to old Tooltips to support GTK# before 2.12 * Make sure we're not 2.12 specific to allow building on the server (running 2.10)
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Oct 2012 19:58:40 +0100
parents 122a93b48f3d
children
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"?>
35
6624cf5822f7 * Update to VS.Net 2010 compatibility
IBBoard <dev@ibboard.co.uk>
parents: 34
diff changeset
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
4
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>
32
5e0e85cbfd6e * Fix tooling version - we're 2.0 compatible, not 3.5
IBBoard <dev@ibboard.co.uk>
parents: 30
diff changeset
12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
15 <DebugSymbols>True</DebugSymbols>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <DebugType>full</DebugType>
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
17 <Optimize>False</Optimize>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 <OutputPath>bin\Debug</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <DefineConstants>DEBUG</DefineConstants>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 <WarningLevel>4</WarningLevel>
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
22 <ConsolePause>False</ConsolePause>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 <DebugType>none</DebugType>
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
26 <Optimize>False</Optimize>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 <OutputPath>bin\Release</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 <WarningLevel>4</WarningLevel>
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
30 <ConsolePause>False</ConsolePause>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 <Compile Include="AssemblyInfo.cs" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 <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
35 <Compile Include="TreeUtils.cs" />
9
d0e26a896d72 Re #26: Add GTK# wrapper methods
IBBoard <dev@ibboard.co.uk>
parents: 8
diff changeset
36 <Compile Include="ComboBoxUtils.cs" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
37 <Compile Include="Translatable\TranslatableDialog.cs" />
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
38 <Compile Include="Translatable\ControlTranslator.cs" />
19
2ddde7f1730e Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 16
diff changeset
39 <Compile Include="Translatable\TranslatableWindow.cs" />
20
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
40 <Compile Include="Lang\ITranslatableWithActions.cs" />
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
41 <Compile Include="Translatable\TranslatableWindowWithActions.cs" />
25
f71693260828 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 20
diff changeset
42 <Compile Include="Translatable\TranslatableLabel.cs" />
28
73c1e3372b52 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 25
diff changeset
43 <Compile Include="Translatable\TranslatableButton.cs" />
30
c9e1ad81afbe Re #26: Add GTK wrapper methods
IBBoard <dev@ibboard.co.uk>
parents: 28
diff changeset
44 <Compile Include="GtkSharp.cs" />
37
c7645414cb3e * Add translatable CheckButton (checkbox)
IBBoard <dev@ibboard.co.uk>
parents: 35
diff changeset
45 <Compile Include="Translatable\TranslatableCheckButton.cs" />
39
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
46 <Compile Include="gtk-gui\generated.cs" />
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
47 <Compile Include="SimpleDialog.cs" />
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
48 <Compile Include="gtk-gui\IBBoard.GtkSharp.SimpleDialog.cs" />
4
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 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
51 <None Include="COPYING.GPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
52 <None Include="COPYING.LGPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
53 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
54 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 <Reference Include="System" />
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
56 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
57 <SpecificVersion>False</SpecificVersion>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
58 <Private>False</Private>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
59 </Reference>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
60 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
61 <SpecificVersion>False</SpecificVersion>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
62 <Private>False</Private>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
63 </Reference>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
64 <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
65 <SpecificVersion>False</SpecificVersion>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
66 <Private>False</Private>
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
67 </Reference>
39
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
68 <Reference Include="Mono.Posix" />
41
122a93b48f3d * Add GLib-sharp reference, as ComboBoxUtils uses it and non-MonoDevelop builds won't auto-pick it up
IBBoard <dev@ibboard.co.uk>
parents: 39
diff changeset
69 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
122a93b48f3d * Add GLib-sharp reference, as ComboBoxUtils uses it and non-MonoDevelop builds won't auto-pick it up
IBBoard <dev@ibboard.co.uk>
parents: 39
diff changeset
70 <Private>False</Private>
42
f04e973e5ea0 * Drop back to old Tooltips to support GTK# before 2.12
IBBoard <dev@ibboard.co.uk>
parents: 41
diff changeset
71 <SpecificVersion>False</SpecificVersion>
41
122a93b48f3d * Add GLib-sharp reference, as ComboBoxUtils uses it and non-MonoDevelop builds won't auto-pick it up
IBBoard <dev@ibboard.co.uk>
parents: 39
diff changeset
72 </Reference>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
73 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
74 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
75 <ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
76 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
77 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
78 <Name>IBBoard</Name>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
79 </ProjectReference>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
80 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
81 <ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
82 <Folder Include="Translatable\" />
20
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
83 <Folder Include="Lang\" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
84 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
85 <ProjectExtensions>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
86 <MonoDevelop>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
87 <Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
88 <Policies>
32
5e0e85cbfd6e * Fix tooling version - we're 2.0 compatible, not 3.5
IBBoard <dev@ibboard.co.uk>
parents: 30
diff changeset
89 <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." IncludeInNewFiles="True" />
37
c7645414cb3e * Add translatable CheckButton (checkbox)
IBBoard <dev@ibboard.co.uk>
parents: 35
diff changeset
90 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
91 </Policies>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
92 </Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
93 </MonoDevelop>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
94 </ProjectExtensions>
39
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
95 <ItemGroup>
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
96 <EmbeddedResource Include="gtk-gui\gui.stetic">
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
97 <LogicalName>gui.stetic</LogicalName>
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
98 </EmbeddedResource>
35b88b848524 * Add simple dialog to add basic widgets to for use in WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
99 </ItemGroup>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
100 </Project>