[longomatch] Copy .dll.config files to output directory, as they are needed at runtime.



commit 49bc618524cc18e407d08c02c9b1ec869d834665
Author: Xavi Artigas <xartigas fluendo com>
Date:   Tue Mar 10 13:19:52 2015 +0100

    Copy .dll.config files to output directory, as they are needed at runtime.

 .../LongoMatch.GUI.Helpers.csproj                  |    5 +++++
 LongoMatch.Multimedia/LongoMatch.Multimedia.csproj |    5 +++++
 .../LongoMatch.Plugins.GStreamer.csproj            |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Helpers/LongoMatch.GUI.Helpers.csproj 
b/LongoMatch.GUI.Helpers/LongoMatch.GUI.Helpers.csproj
index f7130fa..2e3fa41 100644
--- a/LongoMatch.GUI.Helpers/LongoMatch.GUI.Helpers.csproj
+++ b/LongoMatch.GUI.Helpers/LongoMatch.GUI.Helpers.csproj
@@ -60,4 +60,9 @@
     </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <None Include="LongoMatch.GUI.Helpers.dll.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
 </Project>
diff --git a/LongoMatch.Multimedia/LongoMatch.Multimedia.csproj 
b/LongoMatch.Multimedia/LongoMatch.Multimedia.csproj
index d0714cf..e549cfc 100644
--- a/LongoMatch.Multimedia/LongoMatch.Multimedia.csproj
+++ b/LongoMatch.Multimedia/LongoMatch.Multimedia.csproj
@@ -83,4 +83,9 @@
     </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <None Include="LongoMatch.Multimedia.dll.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/LongoMatch.Plugins.GStreamer/LongoMatch.Plugins.GStreamer.csproj 
b/LongoMatch.Plugins.GStreamer/LongoMatch.Plugins.GStreamer.csproj
index 21a07e4..b4dad2e 100644
--- a/LongoMatch.Plugins.GStreamer/LongoMatch.Plugins.GStreamer.csproj
+++ b/LongoMatch.Plugins.GStreamer/LongoMatch.Plugins.GStreamer.csproj
@@ -54,4 +54,9 @@
       <Name>LongoMatch.Core</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="LongoMatch.Plugins.GStreamer.dll.config">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
 </Project>
\ No newline at end of file


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