1

I have a solution file that contains tens of project files. And I need to set the 'Output path:' of the compiled results to different directory for all the projects in a solution file. Can I change the output path one time with the solution file to apply the change to the all the projects in it?

1 Answer 1

1

I don't think so, but you can edit the build path within each project file looking for <OutputPath>bin\Release\</OutputPath>, maybe you can work with search&replace to do this easily... Just a suggestion, hope this will help.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.