From 424e21628b4073b7eda14dc6244d176a6dcab9f4 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Wed, 23 Oct 2024 12:23:11 +0100 Subject: [PATCH] Remove obsolete pre-clean target from project file Deleted the BeforeClean target that was removing HunspellAssemblies from the output path. This target is no longer necessary and simplifies the build process. Signed-off-by: Ivandro Jao --- src/ui/SubtitleEdit.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ui/SubtitleEdit.csproj b/src/ui/SubtitleEdit.csproj index 12db7acac..938f9dc99 100644 --- a/src/ui/SubtitleEdit.csproj +++ b/src/ui/SubtitleEdit.csproj @@ -284,8 +284,4 @@ - - - - \ No newline at end of file