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



commit 0744d0c518f0cf65dbc0bfa0d3b450914a148d94
Author: Olivier Dufour <olivier duff gmail com>
Date:   Mon Oct 7 16:23:44 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.
    
    Signed-off-by: Andrés G. Aragoneses <knocte gmail com>

 .../Banshee.LibraryWatcher.csproj                  |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj 
b/src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher.csproj
index 04aa6b7..1dce609 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>
@@ -59,6 +63,7 @@
       <HintPath>..\..\..\bin\bin\Mono.Addins.dll</HintPath>
     </Reference>
     <Reference Include="gtk-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
     <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]