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

saving project properties and configs. in VS 10

Don_Ritchie
Beginner
364 Views
Using Windows 7 64-bit, MS Visual Studio 10.0, with Intel Visual Fortran Composer XE 2011, is there a way to transfer all of the Project Properties (including the configurations) settings from a Project to a new project? It's a PITA to go through all of the 'Fortran' and 'Linker' options, in particular,every time a new project is started.

TIA.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
364 Views
No, there isn't really. You can copy the .vfproj file., which will preserve the configurations and project options, but you can remove or add the source files to the copy as needed.
0 Kudos
Don_Ritchie
Beginner
364 Views
O.K. Thanks Steve.
0 Kudos
Reply