- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can add a version resource to your Fortran projects as well. You could rename the built executable using a post-build action.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page