From ed55976c6c766ec2efeb3acbb8e9f8521d3b0b2e Mon Sep 17 00:00:00 2001 From: Itms Date: Mon, 4 Aug 2025 12:39:55 +0200 Subject: [PATCH] Set pyrogenesis as start project in Visual Studio Fixes #7218 Refs #3729, #404 --- build/premake/premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index 97d104b6e5..b64164ceed 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -178,6 +178,7 @@ targetdir(rootdir.."/binaries/system") libdirs(rootdir.."/binaries/system") location(_OPTIONS["outpath"]) configurations { "Release", "Debug" } +startproject "pyrogenesis" source_root = rootdir.."/source/" -- default for most projects - overridden by local in others