[banshee] [MeeGo] Fix compilation after the move of 'Paths' to Hyena



commit d4e1de55414ad0ed7495f0d09d062c1397e18a7a
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun May 16 12:31:15 2010 +0200

    [MeeGo] Fix compilation after the move of 'Paths' to Hyena
    
    Also add a reference to Hyena in MeeGo.csproj.

 .../MeeGo/Banshee.MeeGo.Client/MeeGoClient.cs      |    2 +-
 src/Clients/MeeGo/MeeGo.csproj                     |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MeeGo/Banshee.MeeGo.Client/MeeGoClient.cs b/src/Clients/MeeGo/Banshee.MeeGo.Client/MeeGoClient.cs
index 133c44a..2d5e930 100644
--- a/src/Clients/MeeGo/Banshee.MeeGo.Client/MeeGoClient.cs
+++ b/src/Clients/MeeGo/Banshee.MeeGo.Client/MeeGoClient.cs
@@ -60,7 +60,7 @@ using System;
 using System.IO;
 using System.Reflection;
 
-using Banshee.Base;
+using Hyena;
 
 namespace Banshee.MeeGo.Client
 {
diff --git a/src/Clients/MeeGo/MeeGo.csproj b/src/Clients/MeeGo/MeeGo.csproj
index b8c32e1..7de66a3 100644
--- a/src/Clients/MeeGo/MeeGo.csproj
+++ b/src/Clients/MeeGo/MeeGo.csproj
@@ -50,6 +50,10 @@
       <Project>{4FBB954A-5CA9-44DC-97DA-7D549AC3EADB}</Project>
       <Name>Banshee.MeeGo</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\Libraries\Hyena\Hyena.csproj">
+      <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
+      <Name>Hyena</Name>
+    </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>



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