I want to do two things in a custom build step (pre build) but my batch file skills are a little rusty to say the least so am having a little trouble figuring it out!
I need to:
- Find all resource files and update the version to 1.0.[CustomDateFormat].[BuildOfday]
- Copy this version number into a HTML file
Will I have to write a separate program to do this then run it from the custom build process or is there another way?
Also, if I were to use a separate program how would I pass in information about the projects loaded in the solution (so I don't go off versioning unrelated projects that happen to be in the same directory)?