Multiple Pre-Build Events in Visual Studio?

Posted by Kirschstein on Stack Overflow See other posts from Stack Overflow or by Kirschstein
Published on 2009-09-24T15:47:22Z Indexed on 2010/06/02 7:53 UTC
Read the original article Hit count: 299

I've followed a blog post by Scott Hanselman for managing configuration with PreBuild Events and have it working fine.

I now want to split up my configuration into a couple of different files, so need to exectue the command again before the build. The problem is the PreBuild event text all gets executed as one console command. How can I split it up as several commands?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about msbuild