How do I change the name of the program after build?

Using vs2008.
I created my project using a name that I don't want, and now wish it would be built at something else.

The closest thing I could find is:
Output File: $(OutDir)\$(ProjectName).exe

But I don't know where projectname is set so that I could change it.
Thanks in advance.
Why not just copy your source file, create a new project with the desired name, and add the source/headers?
That directory is where the program will store the projects, and it really has nothing to do with the name of the project. The name you set is what sets that, not vice versa.
Topic archived. No new replies allowed.