From 8e51e5ba22cdcca3bd3fde642800bc851ab985b9 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sat, 24 Jan 2026 06:13:28 +0000 Subject: [PATCH] Build target fixes --- Directory.Build.targets | 5 +++++ TodoApp/TodoApp.csproj | 3 --- WebViewDemo/WebViewDemo.csproj | 3 --- 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 Directory.Build.targets diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..07b8a3f --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,5 @@ + + + + + diff --git a/TodoApp/TodoApp.csproj b/TodoApp/TodoApp.csproj index 15e325e..ddc883f 100644 --- a/TodoApp/TodoApp.csproj +++ b/TodoApp/TodoApp.csproj @@ -48,7 +48,4 @@ - - - diff --git a/WebViewDemo/WebViewDemo.csproj b/WebViewDemo/WebViewDemo.csproj index 59b39b1..eaa54fe 100644 --- a/WebViewDemo/WebViewDemo.csproj +++ b/WebViewDemo/WebViewDemo.csproj @@ -48,7 +48,4 @@ - - -