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

Rebuild .vfproj for MSBuild

Kipling__Michael
Beginner
2,007 Views
I am trying to build a .sln which has a top level C++ project, and a C .vcproj creating a DLL and a Fortran .vfproj creating another DLL. I have been working with VS2005 and IVF 11.1 . I am trying to convert to VS2010 and Composer XE 12.0.

The C & Fortran projects build without errors, but when I try to build the solution I get the following error message.

Error 76 error MSB4075: The project file "Path\\ProjectName.vfproj" must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild.

Suggestions?

Mike
0 Kudos
5 Replies
Steven_L_Intel1
Employee
2,007 Views
This is explained in the release notes for the Fortran compiler. Please read the section on VS2010..
0 Kudos
Adrian_F_1
Beginner
2,007 Views

Same problem in Fortran 13 / VS2012.  Nothing in the release notes though.

0 Kudos
IanH
Honored Contributor III
2,007 Views

I see material for VS2010/VS2012 migration in the 13.1.1 release notes under section 3.6.  It makes specific reference to the error in the original post in section 3.6.2.

0 Kudos
Adrian_F_1
Beginner
2,007 Views

Is this the link you are refering to?  http://software.intel.com/sites/default/files/article/251098/release-notes-f-2013-w-en-u3.pdf

3.6.2 talks about C++ projects referencing Fortran projects.  My problem is with Fortran not C++.

0 Kudos
IanH
Honored Contributor III
2,007 Views

The error in the original post here is reported by the build system for a C++ or whatever language project (an MSBuild built project) not understanding the project file for the Fortran project - Fortran projects are not built by MSBuild.  If you don't have this situation then you need to describe in more detail your situation and the error that you are seeing.

0 Kudos
Reply