Hi
I have a solution with 50 projects. They are all compiled in DEBUG mode and
the output path has been modified to a custom directory
I now want to build RELEASE mode and the Output Path needs to be reset for
all the project to the custom directory
Is there an easy way to do this besides opening 50 projects???
- I was going to write a pgm to go to all directories and csproj files and
edit that property ??? Anything easier???
Thanks
I have a solution with 50 projects. They are all compiled in DEBUG mode and
the output path has been modified to a custom directory
I now want to build RELEASE mode and the Output Path needs to be reset for
all the project to the custom directory
Is there an easy way to do this besides opening 50 projects???
- I was going to write a pgm to go to all directories and csproj files and
edit that property ??? Anything easier???
Thanks
Comment