开发者

Change location where .obj, .exe files are generated in visual studio

开发者 https://www.devze.com 2023-03-13 22:17 出处:网络
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开发者_开发问答ktopIn the project properties, under Configurat

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消