Configuration : Debug, Release OS: macOS, Windows, Linux Bitness: amd64, x86, arm64 Runtime : Core, Framework IF [OS] = "macOS" OR [OS] = "Linux" THEN [Runtime] = "Core"; IF [OS] = "macOS" OR [OS] = "Linux" THEN [Configuration] = "Debug"; IF [OS] = "Windows" AND [Bitness] = "x86" THEN [Configuration] = "Release"; IF [Runtime] = "Core" THEN [Bitness] <> "x86"; IF [OS] = "Windows" OR [OS] = "Linux" THEN [Bitness] <> "arm64";