views:

3397

answers:

2

In the linker the binary destination is specified as:

$(OutDir)\$(ProjectName).exe

I've looked through every setting and I can't see where OutDir is defined. How do I change this?

A: 

It's on the very first page of the project properties

1800 INFORMATION
+4  A: 

First option in the "General" section underneath "Configuration Properties".

sharkin