Mercurial > repos > IBBoard.GtkSharp
annotate IBBoard.GtkSharp.csproj @ 9:d0e26a896d72
Re #26: Add GTK# wrapper methods
* Add ComboBox class with methods to:
* Fill a ComboBox
* Set selection to item
* Set selection to index
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Jan 2010 15:10:41 +0000 |
parents | 14ce41d2f9bd |
children | c9aeaeaa3ea2 |
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 | 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 | 35 <Compile Include="ComboBoxUtils.cs" /> |
4
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
36 </ItemGroup> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
37 <ItemGroup> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
38 <None Include="COPYING.GPL" /> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
39 <None Include="COPYING.LGPL" /> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
40 </ItemGroup> |
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 <Reference Include="System" /> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
43 <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
|
44 </ItemGroup> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
45 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
10df433db2ac
Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
46 </Project> |