[banshee/gtk2] LibraryWatcher: fix build on Windows (bgo#699379)



commit f7c6ac056ee7c4cba2f093104d884120ef20e055
Author: Olivier Dufour <olivier duff gmail com>
Date:   Mon Oct 7 16:27:42 2013 +0200

    LibraryWatcher: fix build on Windows (bgo#699379)
    
    The LibraryWatcher extension has recently changed its
    dependencies [1] and there was no corresponding MSBuild
    fix for it.
    
    (Manually backported from master because it couldn't be
    automatically cherry-picked.)
    
    Signed-off-by: Andrés G. Aragoneses <knocte gmail com>

 .../Banshee.LibraryWatcher.csproj                  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj 
b/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj
index 0d7d6bb..596050c 100644
--- a/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj
+++ b/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj
@@ -46,6 +46,10 @@
       <Name>Hyena.Data.Sqlite</Name>
       <Private>False</Private>
     </ProjectReference>
+    <ProjectReference Include="..\..\Hyena\Hyena.Gui\Hyena.Gui.csproj">
+      <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
+      <Name>Hyena.Gui</Name>
+    </ProjectReference>
     <ProjectReference Include="..\..\Hyena\Hyena\Hyena.csproj">
       <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
       <Name>Hyena</Name>
@@ -61,6 +65,9 @@
     <Reference Include="gtk-sharp">
       <SpecificVersion>False</SpecificVersion>
     </Reference>
+    <Reference Include="glib-sharp">
+      <SpecificVersion>False</SpecificVersion>
+    </Reference>
     <Reference Include="taglib-sharp">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\..\bin\bin\taglib-sharp.dll</HintPath>


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