mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-30 19:31:07 +00:00
* 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).