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

Team buiild of Intel Fortran in Team foundation Server

chen__kafty
Beginner
627 Views
Hello,

Could you please let me know does Intel Fortran support MSbuild for team build in Team foundation server? I just created a intel Fortran project in Visual studio 2010 and compiled successfully in my local PC. While I did team build I got the error message below. I do install vs2010 and intel fortran in build machine.

"The project file "DDC.vfproj" is not supported by MSBuild and cannot be built."

Could you please let me know how can I fix the problem. I apreciate your help very much.

Thanks,
Kafty
0 Kudos
1 Solution
Steven_L_Intel1
Employee
627 Views
MSbuild is not supported by Intel Fortran at this time. You can start a build from the command line using "devenv" and specifying the project. See devenv /? for more information.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
628 Views
MSbuild is not supported by Intel Fortran at this time. You can start a build from the command line using "devenv" and specifying the project. See devenv /? for more information.
0 Kudos
chen__kafty
Beginner
627 Views

Steve,

I got it. thanks for your help

Kafty

0 Kudos
Reply