How do I change the location where .obj, .exe files are generated in visual studio? I want these files to always be in a folder on the desktop
Asked
Active
Viewed 8,872 times
1
-
Have a look here: http://stackoverflow.com/questions/261422/visualstudio-how-to-save-the-obj-folder-somewhere-else – Valamas Nov 17 '11 at 05:54
2 Answers
1
Go to your project's properties and look at the "General" tab under the "Configuration Properties". There you can change the Output Directory and Intermediate Directory.

Bart
- 19,692
- 7
- 68
- 77
1
In the project properties, under Configuration Properties, you can set the Output directory and the intermediate directory.

StevieG
- 8,639
- 23
- 31