From cc4cf57b4b9b17eadd145e6c5864e7f8ab6b4029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= <75033623+htamas1210@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:57:20 +0200 Subject: [PATCH] Update premake5.lua --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index b35f553..1ac36c4 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,6 @@ workspace "SakuraVNE" architecture "x64" - startproject "SakuraEngine" + startproject "SakuraVNE" configurations{ "Debug", @@ -92,4 +92,4 @@ project "SakuraVNE" --project under solution filter "configurations:Release" defines "RELEASE" optimize "On" - symbols "off" \ No newline at end of file + symbols "off"