-- workspace "Fencer-Template" -- replace this architecture "x64" configurations { "Debug", "Release", "Dist" } startproject "Game" filter "system:windows" buildoptions { "/EHsc", "/Zc:preprocessor" } OutputDir = "%{cfg.system}-%{cfg.architecture}/${cfg.buildcfg}" group "Core" include "core/Build-Core.lua" group "" include "game/Build-Game.lua"