I\'m writing an VS 2008 add-in to synchronize Setup project Version with startup project as开发者_如何转开发sembly version. It works fine.
I\'m attempting to replace a pattern in all my .aspx and .ascx file when I Publish my Webapplication.
I h开发者_JAVA技巧ave a solution in Visual Studio which contains several projects. I\'d like to run a command at the very beginning of every build - no matter which projects are involved and whether o
I\'m busy automating our builds to include the svn revision number.We\'re using Delphi 2010. I added a pre-build event calling a batch file that injects the the svn revision number (read from the entr
I was wondering if there was a way to validate XML files as part of a pre-build event, so that I can go back and fix the problem before the app starts up.