Mercurial > repos > IBBoard.GtkSharp
view IBBoard.GtkSharp.csproj @ 41:122a93b48f3d
* Add GLib-sharp reference, as ComboBoxUtils uses it and non-MonoDevelop builds won't auto-pick it up
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Nov 2011 13:51:27 +0000 |
parents | 35b88b848524 |
children | f04e973e5ea0 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</ProjectGuid> <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> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug</OutputPath> <DefineConstants>DEBUG</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>none</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Release</OutputPath> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> </PropertyGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> <Compile Include="NotebookUtil.cs" /> <Compile Include="TreeUtils.cs" /> <Compile Include="ComboBoxUtils.cs" /> <Compile Include="Translatable\TranslatableDialog.cs" /> <Compile Include="Translatable\ControlTranslator.cs" /> <Compile Include="Translatable\TranslatableWindow.cs" /> <Compile Include="Lang\ITranslatableWithActions.cs" /> <Compile Include="Translatable\TranslatableWindowWithActions.cs" /> <Compile Include="Translatable\TranslatableLabel.cs" /> <Compile Include="Translatable\TranslatableButton.cs" /> <Compile Include="GtkSharp.cs" /> <Compile Include="Translatable\TranslatableCheckButton.cs" /> <Compile Include="gtk-gui\generated.cs" /> <Compile Include="SimpleDialog.cs" /> <Compile Include="gtk-gui\IBBoard.GtkSharp.SimpleDialog.cs" /> </ItemGroup> <ItemGroup> <None Include="COPYING.GPL" /> <None Include="COPYING.LGPL" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <Reference Include="Mono.Posix" /> <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> <Private>False</Private> </Reference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup> <ProjectReference Include="..\IBBoard\IBBoard.csproj"> <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> <Name>IBBoard</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Folder Include="Translatable\" /> <Folder Include="Lang\" /> </ItemGroup> <ProjectExtensions> <MonoDevelop> <Properties> <Policies> <StandardHeader Text=" This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}

// 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" /> <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> </Policies> </Properties> </MonoDevelop> </ProjectExtensions> <ItemGroup> <EmbeddedResource Include="gtk-gui\gui.stetic"> <LogicalName>gui.stetic</LogicalName> </EmbeddedResource> </ItemGroup> </Project>