[banshee/windows] Update .csproj files to reflect new/removed files in master



commit 6e964b2c1228d5699beb8a4c5e34da35aa423f16
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri May 1 13:24:58 2009 -0500

    Update .csproj files to reflect new/removed files in master
---
 src/Core/Banshee.Core/Banshee.Core.csproj         |    4 ++--
 src/Core/Banshee.Services/Banshee.Services.csproj |    8 ++++----
 src/Libraries/Hyena/Hyena.csproj                  |    9 ++++++++-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/Core/Banshee.Core/Banshee.Core.csproj b/src/Core/Banshee.Core/Banshee.Core.csproj
index d44deb4..2226af5 100644
--- a/src/Core/Banshee.Core/Banshee.Core.csproj
+++ b/src/Core/Banshee.Core/Banshee.Core.csproj
@@ -105,7 +105,6 @@
     <Compile Include="Banshee.Collection\TrackFilterType.cs" />
     <Compile Include="Banshee.Base\PlatformHacks.cs" />
     <Compile Include="Banshee.Streaming\CommonTags.cs" />
-    <Compile Include="Banshee.Streaming\SaveTrackMetadataJob.cs" />
     <Compile Include="Banshee.Streaming\StreamTag.cs" />
     <Compile Include="Banshee.Streaming\StreamTagger.cs" />
     <Compile Include="Banshee.Streaming\StreamPlaybackError.cs" />
@@ -142,6 +141,7 @@
     <Compile Include="Banshee.IO\DirectoryScannerPipelineElement.cs" />
     <Compile Include="Banshee.Configuration\MemoryConfigurationClient.cs" />
     <Compile Include="Banshee.IO\ExtensionSet.cs" />
+    <Compile Include="Banshee.Base\Tests\CoverArtSpecTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Resources\contributors.xml">
@@ -171,4 +171,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/src/Core/Banshee.Services/Banshee.Services.csproj b/src/Core/Banshee.Services/Banshee.Services.csproj
index d694317..02482d4 100644
--- a/src/Core/Banshee.Services/Banshee.Services.csproj
+++ b/src/Core/Banshee.Services/Banshee.Services.csproj
@@ -123,7 +123,6 @@
     <Compile Include="Banshee.Collection\ModelHelper.cs" />
     <Compile Include="Banshee.Collection\TrackListModel.cs" />
     <Compile Include="Banshee.MediaEngine\PlayerEngineService.cs" />
-    <Compile Include="Banshee.ServiceStack\UserJobManager.cs" />
     <Compile Include="Banshee.ServiceStack\IUserJob.cs" />
     <Compile Include="Banshee.ServiceStack\UserJobEventHandler.cs" />
     <Compile Include="Banshee.ServiceStack\UserJob.cs" />
@@ -264,7 +263,8 @@
     <Compile Include="Banshee.Collection.Database\QueryFilterInfo.cs" />
     <Compile Include="Banshee.Sources\IFilterableSource.cs" />
     <Compile Include="Banshee.MediaEngine\IVisualizationDataSource.cs" />
-    <Compile Include="Banshee.Collection\MoveOnInfoSaveJob.cs" />
+    <Compile Include="Banshee.Metadata\SaveTrackMetadataJob.cs" />
+    <Compile Include="Banshee.Metadata\SaveTrackMetadataService.cs" />
     <Compile Include="Banshee.ServiceStack\IRegisterOnDemandService.cs" />
     <Compile Include="Banshee.Web\HttpRequest.cs" />
     <Compile Include="Banshee.Collection.Indexer\CollectionIndexerService.cs" />
@@ -288,8 +288,8 @@
     <Compile Include="Banshee.Preferences\SourcePage.cs" />
     <Compile Include="Banshee.ServiceStack\DbIteratorJob.cs" />
     <Compile Include="Banshee.Sources\SourceSortType.cs" />
-    <Compile Include="Banshee.Library\LibraryLocationPreference.cs" />
     <Compile Include="Banshee.Playlists.Formats\AsfReferencePlaylistFormat.cs" />
+    <Compile Include="Banshee.ServiceStack\JobScheduler.cs" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="Banshee.Services.addin.xml" />
@@ -312,4 +312,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/src/Libraries/Hyena/Hyena.csproj b/src/Libraries/Hyena/Hyena.csproj
index 1f4b5ef..2c47c68 100644
--- a/src/Libraries/Hyena/Hyena.csproj
+++ b/src/Libraries/Hyena/Hyena.csproj
@@ -148,6 +148,13 @@
     <Compile Include="Hyena.Data.Sqlite\HyenaSqliteArrayDataReader.cs" />
     <Compile Include="Hyena.Data.Sqlite\Tests\SqliteUtilTests.cs" />
     <Compile Include="Hyena.Query\ExactStringQueryValue.cs" />
+    <Compile Include="Hyena.Jobs\Job.cs" />
+    <Compile Include="Hyena.Jobs\JobExtensions.cs" />
+    <Compile Include="Hyena.Jobs\PriorityHints.cs" />
+    <Compile Include="Hyena.Jobs\Resource.cs" />
+    <Compile Include="Hyena.Jobs\Scheduler.cs" />
+    <Compile Include="Hyena.Jobs\SimpleAsyncJob.cs" />
+    <Compile Include="Hyena.Jobs\Tests\SchedulerTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="Mono.Posix">
@@ -183,4 +190,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]