annotate IBBoard.GtkSharp.csproj @ 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) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Fri, 04 Sep 2009 20:08:07 +0000
parents 51b4bbca7c19
children d0e26a896d72
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>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <DebugSymbols>true</DebugSymbols>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <DebugType>full</DebugType>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 <Optimize>false</Optimize>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <OutputPath>bin\Debug</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 <DefineConstants>DEBUG</DefineConstants>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <WarningLevel>4</WarningLevel>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 <ConsolePause>false</ConsolePause>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 <DebugType>none</DebugType>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 <Optimize>false</Optimize>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 <OutputPath>bin\Release</OutputPath>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 <ErrorReport>prompt</ErrorReport>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 <WarningLevel>4</WarningLevel>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 <ConsolePause>false</ConsolePause>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 </PropertyGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 <Compile Include="AssemblyInfo.cs" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 <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
33 <Compile Include="TreeUtils.cs" />
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
36 <None Include="COPYING.GPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
37 <None Include="COPYING.LGPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
38 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
39 <ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
40 <Reference Include="System" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
41 <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
42 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
43 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
44 </Project>