[banshee] build: Ref gst# backend for Bpm on Windows (bgo#639644)



commit 3caa9289db6896c370d3f22f53756321c2ae57e9
Author: Dustin C. Hatch <admiralnemo gmail com>
Date:   Sat Jan 15 20:52:25 2011 -0600

    build: Ref gst# backend for Bpm on Windows (bgo#639644)
    
    Signed-off-by: Gabriel Burt <gabriel burt gmail com>

 src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj b/src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj
index 4499a70..d737cdb 100644
--- a/src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj
+++ b/src/Extensions/Banshee.Bpm/Banshee.Bpm.csproj
@@ -60,7 +60,11 @@
     </MonoDevelop>
   </ProjectExtensions>
   <ItemGroup>
-    <ProjectReference Include="..\..\Backends\Banshee.GStreamer\Banshee.GStreamer.csproj">
+    <ProjectReference Include="..\..\Backends\Banshee.GStreamerSharp\Banshee.GStreamerSharp.csproj" Condition="'$(Configuration)' == 'Windows'">
+      <Project>{BA67DA42-F0DA-4D64-BD8B-22F30C727BAB}</Project>
+      <Name>Banshee.GStreamerSharp</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Backends\Banshee.GStreamer\Banshee.GStreamer.csproj" Condition="'$(Configuration)' != 'Windows'">
       <Project>{6171E5DE-5B36-4AE4-8707-F6BEE0AD945B}</Project>
       <Name>Banshee.GStreamer</Name>
     </ProjectReference>



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