[banshee] [gst#] Fix typo in .csproj



commit a00adbfe3328156cfae3f33d16bbe8b56733722c
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jun 3 11:29:00 2010 -0700

    [gst#] Fix typo in .csproj

 .../Banshee.GStreamerSharp.csproj                  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
index 2587ac7..fd2b98e 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
@@ -35,11 +35,11 @@
     <Reference Include="System.Core" />
     <Reference Include="gstreamer-sharp">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..bin\gstreamer-sharp.dll</HintPath>
+      <HintPath>..\..\..\bin\gstreamer-sharp.dll</HintPath>
     </Reference>
     <Reference Include="Mono.Posix">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..bin\Mono.Posix.dll</HintPath>
+      <HintPath>..\..\..\bin\Mono.Posix.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>



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