From 48e86fd3696b1ddfb159902241d9160b3978fc59 Mon Sep 17 00:00:00 2001 From: Stefan Koell Date: Mon, 3 Jul 2023 15:22:32 +0200 Subject: [PATCH] add app manifest --- .../InteropDemo/InteropDemo.csproj | 1 + .../InteropDemo/app.manifest | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/app.manifest diff --git a/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/InteropDemo.csproj b/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/InteropDemo.csproj index 0e8c6b8..ad9820c 100644 --- a/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/InteropDemo.csproj +++ b/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/InteropDemo.csproj @@ -11,6 +11,7 @@ true true InteropDemo + app.manifest diff --git a/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/app.manifest b/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/app.manifest new file mode 100644 index 0000000..2cea479 --- /dev/null +++ b/src/RoyalApps.Community.Avalonia.InteropDemo/InteropDemo/app.manifest @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file