[gnome-subtitles] Adding config files to the output dir when building in Monodevelop



commit 108ace1503e2766d5e4f9737cb7a42a9f96b1292
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Thu Oct 6 15:55:08 2022 +0100

    Adding config files to the output dir when building in Monodevelop

 gnome-subtitles.csproj | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/gnome-subtitles.csproj b/gnome-subtitles.csproj
index 941750b..c9d2065 100644
--- a/gnome-subtitles.csproj
+++ b/gnome-subtitles.csproj
@@ -297,4 +297,16 @@
       <LogicalName>gnome-subtitles.svg</LogicalName>
     </None>
   </ItemGroup>
+  <ItemGroup>
+       <ContentWithTargetPath Include="build-aux\gnome-subtitles.exe.config">
+       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+       <TargetPath>gnome-subtitles.exe.config</TargetPath>
+       </ContentWithTargetPath>
+  </ItemGroup>
+  <ItemGroup>
+       <ContentWithTargetPath Include="build-aux\cairo-sharp.dll.config">
+       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+       <TargetPath>cairo-sharp.dll.config</TargetPath>
+       </ContentWithTargetPath>
+  </ItemGroup>
 </Project>
\ No newline at end of file


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