virtualx-engine/misc
Andreia Gaita 1d29fb0853 VS: Fix user workflows with custom user VS configurations
Users can add additional VS project configurations with their own
custom settings, but to support this workflow, we can't rely directly
on $(Platform) and $(Configuration), because VS needs those to be
both unique Configuration|Platform combos, and we need to allow for
different combos of Configuration|Platform to point to the same
scons build configuration.

GodotPlatform and GodotConfiguration properties lets us decouple from
the magic VS properties that we don't control, so users can add
however many Platform|Configuration combos they want and still
point to a specific GodotPlatform|GodotConfiguration build config.
2024-02-12 17:09:52 +01:00
..
dist Add --log-file command line argument to write output log to a file 2024-01-19 20:30:04 +01:00
error_suppressions Suppress NavigationServer race conditions 2023-08-07 18:49:28 -04:00
extension_api_validation [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
hooks Style: Mark clang-format 16 as supported for pre-commit hook 2023-12-06 13:26:53 +01:00
msvs VS: Fix user workflows with custom user VS configurations 2024-02-12 17:09:52 +01:00
scripts SCons: Fix Windows cross-compilation from Linux after #86717 2024-01-26 12:42:09 +01:00