1

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

aCuria
  • 6,935
  • 14
  • 53
  • 89
  • 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 Answers2

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