From 70cf0e8ef735fabbe34bf91daa07a21143ce3446 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 2 Sep 2024 20:41:33 +0200 Subject: [PATCH] only invoke the kni content builder on windows --- Demos.DesktopGL/Demos.DesktopGL.KNI.csproj | 4 +++- Demos.Web/Demos.Web.KNI.csproj | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Demos.DesktopGL/Demos.DesktopGL.KNI.csproj b/Demos.DesktopGL/Demos.DesktopGL.KNI.csproj index e7e9f03..e01a705 100644 --- a/Demos.DesktopGL/Demos.DesktopGL.KNI.csproj +++ b/Demos.DesktopGL/Demos.DesktopGL.KNI.csproj @@ -26,7 +26,9 @@ - + + + diff --git a/Demos.Web/Demos.Web.KNI.csproj b/Demos.Web/Demos.Web.KNI.csproj index 9eb0ae6..2a7b7a5 100644 --- a/Demos.Web/Demos.Web.KNI.csproj +++ b/Demos.Web/Demos.Web.KNI.csproj @@ -26,7 +26,10 @@ - + + + +