From 88a45822ae86379e03da525b34e874f93fea266c Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Wed, 23 Oct 2024 11:29:35 +0100 Subject: [PATCH] Remove outdated pre-compilation tasks from project file The pre-compilation tasks referencing NHunspell and executing OS-specific scripts were removed from the project file. This cleanup streamlines the build process and removes dependencies on external scripts that are no longer necessary. Signed-off-by: Ivandro Jao --- src/ui/SubtitleEdit.csproj | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/ui/SubtitleEdit.csproj b/src/ui/SubtitleEdit.csproj index 4a3b9e09c..12db7acac 100644 --- a/src/ui/SubtitleEdit.csproj +++ b/src/ui/SubtitleEdit.csproj @@ -284,17 +284,7 @@ - - - - - - ..\..\packages\NHunspell.$(HunspellVersion)\content\ - - - - - +