changeset 32:5e0e85cbfd6e

* Fix tooling version - we're 2.0 compatible, not 3.5 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:01:21 +0000
parents 50d774f164dd
children 70c46caee508
files IBBoard.GtkSharp.csproj
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.GtkSharp.csproj	Sat Jan 08 16:39:33 2011 +0000
+++ b/IBBoard.GtkSharp.csproj	Wed Jan 26 20:01:21 2011 +0000
@@ -9,6 +9,7 @@
     <OutputType>Library</OutputType>
     <AssemblyName>IBBoard.GtkSharp</AssemblyName>
     <RootNamespace>IBBoard.GtkSharp</RootNamespace>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -66,7 +67,7 @@
     <MonoDevelop>
       <Properties>
         <Policies>
-          <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." inheritsSet="Apache2License" />
+          <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" />
         </Policies>
       </Properties>
     </MonoDevelop>