1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 20:42:15 +00:00
godot/misc/msvs
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
..
props.template VS: Fix user workflows with custom user VS configurations 2024-02-12 17:09:52 +01:00
sln.template
vcxproj.filters.template
vcxproj.template VS: Fix user workflows with custom user VS configurations 2024-02-12 17:09:52 +01:00