[banshee] Some more .csproj file fixes



commit 48c51453574b9d19fae978d7e89af2b3a34ef9c7
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jul 2 16:56:53 2009 -0500

    Some more .csproj file fixes

 src/Core/Banshee.Services/Banshee.Services.csproj |    1 +
 src/Libraries/Hyena/Hyena.csproj                  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Services.csproj b/src/Core/Banshee.Services/Banshee.Services.csproj
index 53d037e..3dbc078 100644
--- a/src/Core/Banshee.Services/Banshee.Services.csproj
+++ b/src/Core/Banshee.Services/Banshee.Services.csproj
@@ -57,6 +57,7 @@
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
+    <Reference Include="System.Core" />
     <Reference Include="Mono.Data.Sqlite" />
     <Reference Include="Mono.Posix" />
     <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
diff --git a/src/Libraries/Hyena/Hyena.csproj b/src/Libraries/Hyena/Hyena.csproj
index 7b5cb39..a752b38 100644
--- a/src/Libraries/Hyena/Hyena.csproj
+++ b/src/Libraries/Hyena/Hyena.csproj
@@ -37,6 +37,7 @@
     <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
+    <Compile Include="Hyena.Data\BaseListModel.cs" />
     <Compile Include="Hyena.Data\ICareAboutView.cs" />
     <Compile Include="Hyena.Data\IFilterable.cs" />
     <Compile Include="Hyena.Data\IListModel.cs" />
@@ -109,6 +110,7 @@
     <Compile Include="Hyena.Data.Sqlite\SqliteUtils.cs" />
     <Compile Include="Hyena\Log.cs" />
     <Compile Include="Hyena\CryptoUtil.cs" />
+    <Compile Include="Hyena\PlatformUtil.cs" />
     <Compile Include="Hyena.Query\IntegerKeyedObjectQueryValue.cs" />
     <Compile Include="Hyena\ConsoleCrayon.cs" />
     <Compile Include="Hyena.Data\ISelectable.cs" />



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