[banshee] [gst#] Fix up Banshee.GStreamerSharp.csproj



commit c3f05e681d9d3b1e25dc8026965fa73515839e4a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jun 3 11:15:35 2010 -0700

    [gst#] Fix up Banshee.GStreamerSharp.csproj

 .../Banshee.GStreamerSharp.csproj                  |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
index 8e2f989..2587ac7 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug</OutputPath>
+    <OutputPath>..\..\..\bin</OutputPath>
     <DefineConstants>DEBUG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,16 +25,22 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Windows</OutputPath>
-    <DefineConstants>HAVE_GST_SHARP</DefineConstants>
+    <OutputPath>..\..\..\bin</OutputPath>
+    <DefineConstants>WIN32 ENABLE_GST_SHARP</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
-    <Reference Include="gstreamer-sharp, Version=0.9.3.0, Culture=neutral, PublicKeyToken=4956b48baf980190" />
     <Reference Include="System.Core" />
-    <Reference Include="Mono.Posix" />
+    <Reference Include="gstreamer-sharp">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..bin\gstreamer-sharp.dll</HintPath>
+    </Reference>
+    <Reference Include="Mono.Posix">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..bin\Mono.Posix.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\Core\Banshee.Services\Banshee.Services.csproj">
@@ -60,4 +66,4 @@
     <Compile Include="Banshee.GStreamerSharp\PlayerEngine.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-</Project>
\ No newline at end of file
+</Project>



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