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"