I was looking in the properties of my visual studio project and saw the following:
$(OutDir)\\$(ProjectName).exe
I was curious how does vis
These macros are documented by Microsoft in the topic Macros for Build Commands and Properties. (That link is for Visual Studio 2015.)