Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Extending the integration with Visual Studio 2013

Jeffrey_M_
Beginner
462 Views

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

0 Kudos
1 Reply
Steven_L_Intel1
Employee
462 Views

You can add a version resource to your Fortran projects as well. You could rename the built executable using a post-build action.

0 Kudos
Reply