Change location where .obj, .exe files are generated in visual studio
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 des开发者_开发问答ktop
In the project properties, under Configuration Properties, you can set the Output directory and the intermediate directory.
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.
精彩评论