[gnome-subtitles] Adding config files to the output dir when building in Monodevelop
- From: Pedro Castro <pcastro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Adding config files to the output dir when building in Monodevelop
- Date: Thu, 6 Oct 2022 15:26:15 +0000 (UTC)
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]