From d4d6a0e0dde92adcad32edd68618e0b6becec57c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Tue, 8 Jul 2025 08:32:47 +0200 Subject: [PATCH] context menu default template override --- CrowEditBase/CrowEditBase.csproj | 5 +++- CrowEditBase/ui/ContextMenu.template | 42 ---------------------------- 2 files changed, 4 insertions(+), 43 deletions(-) delete mode 100644 CrowEditBase/ui/ContextMenu.template diff --git a/CrowEditBase/CrowEditBase.csproj b/CrowEditBase/CrowEditBase.csproj index f2eadad..962c66c 100644 --- a/CrowEditBase/CrowEditBase.csproj +++ b/CrowEditBase/CrowEditBase.csproj @@ -7,9 +7,12 @@ - + ui.%(Filename)%(Extension) + + Crow.%(Filename).template + icons.%(Filename)%(Extension) diff --git a/CrowEditBase/ui/ContextMenu.template b/CrowEditBase/ui/ContextMenu.template deleted file mode 100644 index 38e6b7b..0000000 --- a/CrowEditBase/ui/ContextMenu.template +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - -- 2.47.3