Change the default Build Output path

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I create a lot of quick and dirty samples for testing and debugging. I need to be able to<br/>1. Create AnyCPU, x86, and X64 configurations<br/>2. Use relative pathing in the sample<br/>For these reasons, I tend to change the AnyCPU Build output path to binAnyCPUDebug and binAnyCPURelease to match the binx86Debug, binx86Release, binx64Debug and binx64Release. This way the sample has the same level for relative pathing. <br/>What I would like to do is change the scripts that create a default project to automatically have the AnyCPU in the Output path for the AnyCPU build. Ive looked through the .js files and Im not seeing it. Any pointers would be greatly appreciated. Thanks!

View the full article
 
Back
Top