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

MSBUILD command fails

Sorensen__Henrik
Beginner
733 Views

Is it still not possible to use MSbuild command for Fortran projects? We use XE 2015.

If it isn't, do you have any suggestions on how to:

1) Compile the Fortran projects that are part of a VS 2013 solution using MSBuild

2) As a next step to compile the same Fortran projects with MSbuild as part of a Team Build process.

The important part for us is how to include the build in our automated Team Build process.

Right now, we get the message "warning MSB4078: The project file "myproj.vfproj" is not supported by MSBuild and cannot be built."

0 Kudos
1 Reply
Steven_L_Intel1
Employee
733 Views

It is still not possible. Maybe in a future release.

You can use msdev from the command line to start a build.

0 Kudos
Reply