[banshee] Fix up some .csproj files
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Subject: [banshee] Fix up some .csproj files
- Date: Thu, 2 Jul 2009 21:55:43 +0000 (UTC)
commit e33502898c3b4c7bbd99772488dab8c3a30a0e3a
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Jul 2 16:53:49 2009 -0500
Fix up some .csproj files
src/Core/Banshee.Services/Banshee.Services.csproj | 6 +++++-
src/Core/Banshee.Services/Makefile.am | 4 ++--
src/Libraries/Hyena.Gui/Hyena.Gui.csproj | 2 ++
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Services.csproj b/src/Core/Banshee.Services/Banshee.Services.csproj
index c69346f..53d037e 100644
--- a/src/Core/Banshee.Services/Banshee.Services.csproj
+++ b/src/Core/Banshee.Services/Banshee.Services.csproj
@@ -95,6 +95,11 @@
<Compile Include="Banshee.Collection.Database\DatabaseArtistListModel.cs" />
<Compile Include="Banshee.Collection.Database\DatabaseTrackInfo.cs" />
<Compile Include="Banshee.Collection.Database\DatabaseTrackListModel.cs" />
+ <Compile Include="Banshee.Collection.Database\RandomBy.cs" />
+ <Compile Include="Banshee.Collection.Database\RandomByArtist.cs" />
+ <Compile Include="Banshee.Collection.Database\RandomByAlbum.cs" />
+ <Compile Include="Banshee.Collection.Database\RandomByTrack.cs" />
+ <Compile Include="Banshee.Collection.Database\RandomByRating.cs" />
<Compile Include="Banshee.Sources\Source.cs" />
<Compile Include="Banshee.Sources\SourceManager.cs" />
<Compile Include="Banshee.Sources\DatabaseSource.cs" />
@@ -114,7 +119,6 @@
<Compile Include="Banshee.MediaEngine\PlayerEvent.cs" />
<Compile Include="Banshee.Collection\AlbumListModel.cs" />
<Compile Include="Banshee.Collection\ArtistListModel.cs" />
- <Compile Include="Banshee.Collection\ExportableModel.cs" />
<Compile Include="Banshee.Collection\IExportableModel.cs" />
<Compile Include="Banshee.Collection\ModelHelper.cs" />
<Compile Include="Banshee.Collection\TrackListModel.cs" />
diff --git a/src/Core/Banshee.Services/Makefile.am b/src/Core/Banshee.Services/Makefile.am
index 9e776fd..dbb4f1b 100644
--- a/src/Core/Banshee.Services/Makefile.am
+++ b/src/Core/Banshee.Services/Makefile.am
@@ -23,10 +23,10 @@ SOURCES = \
Banshee.Collection.Database/IDatabaseTrackModelProvider.cs \
Banshee.Collection.Database/QueryFilterInfo.cs \
Banshee.Collection.Database/RandomBy.cs \
- Banshee.Collection.Database/RandomByTrack.cs \
- Banshee.Collection.Database/RandomByArtist.cs \
Banshee.Collection.Database/RandomByAlbum.cs \
+ Banshee.Collection.Database/RandomByArtist.cs \
Banshee.Collection.Database/RandomByRating.cs \
+ Banshee.Collection.Database/RandomByTrack.cs \
Banshee.Collection.Database/Tests/DatabaseAlbumInfoTests.cs \
Banshee.Collection.Database/Tests/DatabaseArtistInfoTests.cs \
Banshee.Collection.Database/Tests/DatabaseTrackInfoTests.cs \
diff --git a/src/Libraries/Hyena.Gui/Hyena.Gui.csproj b/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
index 833f1d2..64e70de 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Libraries/Hyena.Gui/Hyena.Gui.csproj
@@ -46,6 +46,7 @@
<HintPath>..\..\..\winbin\MonoPosixHelper.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Core" />
<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="Mono.Cairo" />
@@ -132,6 +133,7 @@
<Compile Include="Hyena.Data.Gui\IInteractiveCell.cs" />
<Compile Include="Hyena.Data.Gui\ColumnCellCheckBox.cs" />
<Compile Include="Hyena.Data.Gui\ISizeRequestCell.cs" />
+ <Compile Include="Hyena.Data.Gui\ITooltipCell.cs" />
<Compile Include="Hyena.Data.Gui\ColumnCellRating.cs" />
<Compile Include="Hyena.Widgets\RatingEntry.cs" />
<Compile Include="Hyena.Widgets\RatingMenuItem.cs" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]