I'm doing the build support for a new .NET client app at work. We have a server with Visual Studio .NET loaded where I run the builds. I have everything (so far) automated and running as a scheduled ...
I have a VS2010 project that executes a perl script prior to building. The script parses several project header files and then generates an output header file. Is there a way to set dependencies such ...