[banshee] [build] Fix some .csproj files for Windows
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] Fix some .csproj files for Windows
- Date: Thu, 28 Oct 2010 15:25:40 +0000 (UTC)
commit bafe1174480fb19a55d356218cd3f97e8dffca45
Author: Pete Johanson <peter peterjohanson com>
Date: Tue Aug 24 08:52:51 2010 -0400
[build] Fix some .csproj files for Windows
Signed-off-by: Gabriel Burt <gabriel burt gmail com>
.../Banshee.NotificationArea.csproj | 5 +++--
.../Banshee.PlayQueue/Banshee.PlayQueue.csproj | 6 +++++-
.../Banshee.Podcasting/Banshee.Podcasting.csproj | 9 ++++++++-
3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj
index ac54c58..198cd3e 100644
--- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj
+++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{BFF64BCD-D7A7-4FB8-8147-7DEF7C3DC525}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
<OutputPath>..\..\..\bin</OutputPath>
- <DefineConstants>INTERNAL_NOTIFY_SHARP</DefineConstants>
+ <DefineConstants>INTERNAL_NOTIFY_SHARP, HAVE_GTK_2_10</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Banshee.Core\Banshee.Core.csproj">
@@ -134,5 +134,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
</Project>
diff --git a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
index afed885..a0219e2 100644
--- a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
+++ b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{74B2E4CC-2701-4C8B-A11D-6E4443F4B21B}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -91,6 +91,10 @@
<Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
<Name>Hyena.Gui</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Hyena\Mono.Data.Sqlite\Mono.Data.Sqlite.csproj">
+ <Project>{BB1D1D81-7A74-4183-B7B1-3E78B32D42F1}</Project>
+ <Name>Mono.Data.Sqlite</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="gtk-sharp">
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj
index f34055d..ca0d0cf 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{46AD1892-C5D3-4696-BA40-FBF7F4CE2B39}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -98,6 +98,10 @@
<SpecificVersion>False</SpecificVersion>
<Package>gtk-sharp-2.0</Package>
</Reference>
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="gdk-sharp">
<SpecificVersion>False</SpecificVersion>
@@ -116,6 +120,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
+ <Compile Include="Banshee.Podcasting.Gui\Grid.cs" />
+ <Compile Include="Banshee.Podcasting.Gui\GridContent.cs" />
+ <Compile Include="Banshee.Podcasting.Gui\HeaderWidget.cs" />
<Compile Include="Banshee.Podcasting\PodcastService.cs" />
<Compile Include="Banshee.Podcasting\PodcastService_Interface.cs" />
<Compile Include="Banshee.Podcasting\PodcastImportManager.cs" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]