I need to add some capability to the FORTRAN project defined by Intel within the Visual Studio framework. Specifically I need to add a version number my builds. The outcome I am looking for is:
1. Using GIT for source control: a post commit hook creates a file named version that has only the version number.
2. When I "build" my solution I would like Visual Studio to append the version number to the executable (i.e. MyProj.exe becomes MyProj_1.2.3.exe)
3. I notice that many of the other visual studio project types have some notion of version numbering through resource file, etc.
Does Intel make the definition for a FORTRAN project open to extension?
regards,
jeffrey