From 33700ae363031dd3a8cabfee03920e37912fdba6 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Wed, 23 Oct 2024 12:54:12 +0100 Subject: [PATCH] Add build helpers target to SubtitleEdit project Moved the build helpers target from LibSE.csproj to SubtitleEdit.csproj. This change ensures that the build helper scripts are invoked during the build process of the SubtitleEdit project, enhancing consistency and maintainability. Signed-off-by: Ivandro Jao --- src/libse/LibSE.csproj | 7 +------ src/ui/SubtitleEdit.csproj | 6 ++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/libse/LibSE.csproj b/src/libse/LibSE.csproj index 8a11fc29a..d7ba02d96 100644 --- a/src/libse/LibSE.csproj +++ b/src/libse/LibSE.csproj @@ -37,12 +37,7 @@ Resources.Designer.cs - - - - - - + true diff --git a/src/ui/SubtitleEdit.csproj b/src/ui/SubtitleEdit.csproj index 938f9dc99..c0bbe106a 100644 --- a/src/ui/SubtitleEdit.csproj +++ b/src/ui/SubtitleEdit.csproj @@ -284,4 +284,10 @@ + + + + + + \ No newline at end of file