From 19465af63c444961ed1874b5e70f489816fb0897 Mon Sep 17 00:00:00 2001 From: CeRiAl Date: Tue, 7 Nov 2017 21:44:10 +0100 Subject: Update hakchi_gui.csproj: Add new target MoveLanguageResourceFiles, remove PostBuildEvent scripts --- hakchi_gui.csproj | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'hakchi_gui.csproj') diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj index 4067a06f..d74544af 100644 --- a/hakchi_gui.csproj +++ b/hakchi_gui.csproj @@ -2695,12 +2695,8 @@ - if exist languages rd /S /Q languages -md languages -for /D %25%25i in (*.*) do if exist %25%25i\hakchi.resources.dll move /Y %25%25i languages\%25%25i - -rem del *.application -rem del *.manifest + + + + $(BuildDependsOn);MoveLanguageResourceFiles; + + + + + + + + -- cgit v1.2.3