From fa127969814bbcc0dbf3fe888e98bdb2a44e842a Mon Sep 17 00:00:00 2001 From: SupinePandora43 Date: Thu, 20 Jul 2023 10:20:11 +0500 Subject: [PATCH] idk --- .vscode/tasks.json | 9 ++++++--- gpu/libs/CompileShaders.targets | 6 +++--- .../UltralightNet.Vulkan/UltralightNet.Vulkan.csproj | 2 +- src/UltralightNet.AppCore/UltralightNet.AppCore.csproj | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4656bbe3c..e7b1ebd7f 100755 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,7 +7,8 @@ "type": "process", "args": [ "build", - "-c", "Debug", + "-c", + "Debug", "${workspaceFolder}/Examples/gpu/UltralightNet.OpenGL.TestApp/UltralightNet.OpenGL.TestApp.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" @@ -24,9 +25,11 @@ "type": "process", "args": [ "build", + //"-f", + //"net7.0", "${workspaceFolder}/Examples/gpu/UltralightNet.Vulkan.TestApp/UltralightNet.Vulkan.TestApp.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" + //"/property:GenerateFullPaths=true", + //"/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, diff --git a/gpu/libs/CompileShaders.targets b/gpu/libs/CompileShaders.targets index 19e714e97..d3718a833 100644 --- a/gpu/libs/CompileShaders.targets +++ b/gpu/libs/CompileShaders.targets @@ -1,10 +1,10 @@ - + - + - + diff --git a/gpu/libs/UltralightNet.Vulkan/UltralightNet.Vulkan.csproj b/gpu/libs/UltralightNet.Vulkan/UltralightNet.Vulkan.csproj index a4e49e24a..486ba9af4 100644 --- a/gpu/libs/UltralightNet.Vulkan/UltralightNet.Vulkan.csproj +++ b/gpu/libs/UltralightNet.Vulkan/UltralightNet.Vulkan.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 true preview diff --git a/src/UltralightNet.AppCore/UltralightNet.AppCore.csproj b/src/UltralightNet.AppCore/UltralightNet.AppCore.csproj index 01907165d..c8e0e7e5c 100755 --- a/src/UltralightNet.AppCore/UltralightNet.AppCore.csproj +++ b/src/UltralightNet.AppCore/UltralightNet.AppCore.csproj @@ -1,7 +1,7 @@ - net7.0;net6.0;net471;net46;net451;net45;netstandard2.1;netstandard2 + net7.0;net6.0;net471;netstandard2.1; UltralightNet.AppCore