[banshee] GStreamerSharp: include dll.config file in .csproj
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] GStreamerSharp: include dll.config file in .csproj
- Date: Wed, 30 Oct 2013 15:27:55 +0000 (UTC)
commit e4b5b6d4e6762298b090a224507473c4cef1c2d8
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Wed Oct 30 16:27:37 2013 +0100
GStreamerSharp: include dll.config file in .csproj
So as to find its contents when using (and searching with) an IDE.
.../Banshee.GStreamerSharp.csproj | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
index 1565868..84085e2 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp.csproj
@@ -80,4 +80,7 @@
<Compile Include="Banshee.GStreamerSharp\DvdManager.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <None Include="Banshee.GStreamerSharp.dll.config" />
+ </ItemGroup>
</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]