[banshee] OpticalDisc: Add missing references in .csproj to build on Windows



commit db6628d58afc01cc80196abfa253e9f4f675b8ac
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Mar 19 22:31:49 2012 +0100

    OpticalDisc: Add missing references in .csproj to build on Windows

 .../Banshee.OpticalDisc/Banshee.OpticalDisc.csproj |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.csproj b/src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.csproj
index 12a68f3..50c4bce 100644
--- a/src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.csproj
+++ b/src/Extensions/Banshee.OpticalDisc/Banshee.OpticalDisc.csproj
@@ -70,6 +70,13 @@
       <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
       <Name>Hyena.Gui</Name>
     </ProjectReference>
+    <Reference Include="Mono.Addins">
+      <HintPath>..\..\..\bin\bin\Mono.Addins.dll</HintPath>
+    </Reference>
+    <ProjectReference Include="..\..\Hyena\Hyena.Data.Sqlite\Hyena.Data.Sqlite.csproj">
+      <Project>{95374549-9553-4C1E-9D89-667755F90E13}</Project>
+      <Name>Hyena.Data.Sqlite</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System" />



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