mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
1d29fb0853
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. |
||
---|---|---|
.. | ||
props.template | ||
sln.template | ||
vcxproj.filters.template | ||
vcxproj.template |