In `premake5.lua` ``` solution "Premake5" configurations { "Debug", "Release" } platforms { "Win32", "Win64" } ```  A native solution has only two essential options in the combo: Debug & Release. Thanks
In
premake5.luaA native solution has only two essential options in the combo: Debug & Release.
Thanks