mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-16 23:10:54 +00:00
8580b7b2c7
* By default VS creates a huge section of properties copy-pasted for every Configuration|Platform combination, which is almost all the same for each one. * We instead create a common section with most of the properties that are fixed, and then override/add to them for the few that vary (e.g. optimisation settings for release, preprocessor macros).