summaryrefslogtreecommitdiff
path: root/Banshee.sln
diff options
context:
space:
mode:
authorAaron Bockover <abock@src.gnome.org>2008-10-09 20:46:38 +0000
committerAaron Bockover <abock@src.gnome.org>2008-10-09 20:46:38 +0000
commit3f9dde71073d40077f7f2c6426cdb43e5048022b (patch)
tree94656755d03d3e3b476f4a594e0b2a7b5a93b0fb /Banshee.sln
parentfcae4e61ecab6c7998c518844e44646b6e6baaa1 (diff)
Update to reflect clensing of the interfaces
* banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs: Update to reflect clensing of the interfaces * banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper: Moved the collection indexer remote helper into a standalone assembly suitable for including in other projects * banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexer.cs: Fix indexing bug, was using the wrong index for fetching items from the model * banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs: * banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs: * banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs: Ensure the interfaces are fully standalone and do not depend on any Banshee API * banshee/Banshee.sln: * banshee/configure.ac: * banshee/build/build.environment.mk: * banshee/src/Core/Banshee.CollectionIndexer/Makefile.am: * banshee/src/Core/Banshee.CollectionIndexer/Banshee.CollectionIndexer.csproj: Build stuff for moving the collection indexer helper API into its own light weight and standalone assembly svn path=/trunk/banshee/; revision=4681
Diffstat (limited to 'Banshee.sln')
-rw-r--r--Banshee.sln5
1 files changed, 5 insertions, 0 deletions
diff --git a/Banshee.sln b/Banshee.sln
index 4f7131ee9..016d9be93 100644
--- a/Banshee.sln
+++ b/Banshee.sln
@@ -30,6 +30,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.Core", "src\Core\Ba
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.ThickClient", "src\Core\Banshee.ThickClient\Banshee.ThickClient.csproj", "{AC839523-7BDF-4AB6-8115-E17921B96EC6}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.CollectionIndexer", "src\Core\Banshee.CollectionIndexer\Banshee.CollectionIndexer.csproj", "{CE2AB4B9-F618-4CCA-8805-E1603741147E}"
+EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backends", "Backends", "{A03B194F-F644-4E95-A602-87200029240D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee.GStreamer", "src\Backends\Banshee.GStreamer\Banshee.GStreamer.csproj", "{6171E5DE-5B36-4AE4-8707-F6BEE0AD945B}"
@@ -193,6 +195,8 @@ Global
{C9E904B1-1141-49F4-BE84-85222A8E8A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA8BAD3C-1545-4B04-AF6B-4105DFD3A9A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA8BAD3C-1545-4B04-AF6B-4105DFD3A9A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CE2AB4B9-F618-4CCA-8805-E1603741147E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CE2AB4B9-F618-4CCA-8805-E1603741147E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9103829-67D5-446E-B248-FA6F5D5BF7CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9103829-67D5-446E-B248-FA6F5D5BF7CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E10333-9B05-4463-8A15-6738C186BF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@@ -222,6 +226,7 @@ Global
{B28354F0-BA87-44E8-989F-B864A3C7C09F} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{2ADB831A-A050-47D0-B6B9-9C19D60233BB} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{AC839523-7BDF-4AB6-8115-E17921B96EC6} = {48EA1A64-29EE-4555-9E79-49453EB51976}
+ {CE2AB4B9-F618-4CCA-8805-E1603741147E} = {48EA1A64-29EE-4555-9E79-49453EB51976}
{6171E5DE-5B36-4AE4-8707-F6BEE0AD945B} = {A03B194F-F644-4E95-A602-87200029240D}
{CA8BAD3C-1545-4B04-AF6B-4105DFD3A9A1} = {A03B194F-F644-4E95-A602-87200029240D}
{C1065582-4F64-4810-8C35-E7EB2D2A432C} = {A03B194F-F644-4E95-A602-87200029240D}