I was looking in the properties of my visual studio project and saw the following:
$(OutDir)\\$(ProjectName).exe
I was curious how does vis
Those are MSBuild properties. They can be user defined or environment variables.