annotate IBBoard.GtkSharp.csproj @ 36:150e2b080a3f

* Add standardised .hgignore for C# projects
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Sep 2011 11:58:12 +0100
parents 6624cf5822f7
children c7645414cb3e
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' ">
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 <DebugSymbols>true</DebugSymbols>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <DebugType>full</DebugType>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 <Optimize>false</Optimize>
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>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 <ConsolePause>false</ConsolePause>
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>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 <Optimize>false</Optimize>
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>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 <ConsolePause>false</ConsolePause>
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" />
4
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 <None Include="COPYING.GPL" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
48 <None Include="COPYING.LGPL" />
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 <Reference Include="System" />
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
52 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
28
73c1e3372b52 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 25
diff changeset
53 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
34
ef1cf7814a6b * Add ATK# as a dependency, which seems to be necessary as of openSUSE 11.4 (may be Mono 2.10, may be newer GTK#)
IBBoard <dev@ibboard.co.uk>
parents: 32
diff changeset
54 <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 </ItemGroup>
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
56 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
16
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 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
59 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
60 <Name>IBBoard</Name>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
61 </ProjectReference>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
62 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
63 <ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
64 <Folder Include="Translatable\" />
20
06715f517af6 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 19
diff changeset
65 <Folder Include="Lang\" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
66 </ItemGroup>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
67 <ProjectExtensions>
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 <Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
70 <Policies>
32
5e0e85cbfd6e * Fix tooling version - we're 2.0 compatible, not 3.5
IBBoard <dev@ibboard.co.uk>
parents: 30
diff changeset
71 <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" />
16
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
72 </Policies>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
73 </Properties>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
74 </MonoDevelop>
c9aeaeaa3ea2 Re #47: Add translatable GTK# widgets
IBBoard <dev@ibboard.co.uk>
parents: 9
diff changeset
75 </ProjectExtensions>
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
76 </Project>