summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/vs7-OutputDirectory.rst
Commit message (Collapse)AuthorAgeFilesLines
* VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-161-0/+10
This will allow us to use a value other than just the config name for the project OutputDirectory setting used for $(OutDir). Also use $(ConfigurationName) instead of $(OutDir) for the link directory configuration suffix since that is a hard-coded instance of a use case for CMAKE_CFG_INTDIR.