Set pyrogenesis as start project in Visual Studio

Fixes #7218
Refs #3729, #404
This commit is contained in:
Itms 2025-08-04 12:39:55 +02:00
parent 9f15df2831
commit ed55976c6c
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -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