[banshee] More .csproj updates
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] More .csproj updates
- Date: Fri, 29 Jan 2010 23:51:28 +0000 (UTC)
commit 6f3c236c070afb21d962d00c9185ba959e6acb22
Author: Gabriel Burt <gabriel burt gmail com>
Date: Fri Jan 29 15:51:21 2010 -0800
More .csproj updates
src/Core/Banshee.Core/Banshee.Core.csproj | 3 ++-
src/Libraries/Hyena.Gui/Hyena.Gui.csproj | 14 +++++++++++---
2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/src/Core/Banshee.Core/Banshee.Core.csproj b/src/Core/Banshee.Core/Banshee.Core.csproj
index addf7cb..aa340b2 100644
--- a/src/Core/Banshee.Core/Banshee.Core.csproj
+++ b/src/Core/Banshee.Core/Banshee.Core.csproj
@@ -9,7 +9,7 @@
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
<AssemblyName>Banshee.Core</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<Optimize>true</Optimize>
<OutputPath>..\..\..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
@@ -85,6 +85,7 @@
<Link>Resources\media-player-banshee-48.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
+ <Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Posix" />
diff --git a/src/Libraries/Hyena.Gui/Hyena.Gui.csproj b/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
index 45dcee3..8ba73cf 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -19,21 +19,27 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ReleaseVersion>1.3</ReleaseVersion>
+ <RootNamespace>Hyena.Gui</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
- <DebugType>Full</DebugType>
+ <DebugType>full</DebugType>
<CustomCommands>
<CustomCommands>
<Command type="Build" command="make" workingdir="${SolutionDir}" />
<Command type="Execute" command="make run" workingdir="${SolutionDir}" />
</CustomCommands>
</CustomCommands>
+ <WarningLevel>4</WarningLevel>
+ <Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
- <DebugType>Full</DebugType>
+ <DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
+ <WarningLevel>4</WarningLevel>
+ <Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
@@ -163,6 +169,8 @@
<Compile Include="Hyena.Data.Gui\Accessibility\ListViewAccessible_Selection.cs" />
<Compile Include="Hyena.Data.Gui\Accessibility\ColumnCellTextAccessible.cs" />
<Compile Include="Hyena.Data.Gui\Accessibility\ColumnHeaderCellTextAccessible.cs" />
+ <Compile Include="Hyena.Widgets\EntryPopup.cs" />
+ <Compile Include="Hyena.Widgets\SimpleTable.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]