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

How to duplicate the structure of a multi-project solution

anthonyrichards
New Contributor III
489 Views
I have an IVF Solution which contains two projects, a DLL project and a program to exercise and test the DLL routines. In the solution explorer both projects are shown under a solution with the name of the DLL project. Each project exists in a seperate folder having the same name as the project it contains. The DLL project folder contains a .SUO and a .SLN file with the DLL's project name. Each project folder contains a .U2D and a .VFPROJ folder with the project's name.

I want to make and test some changes to each project, so I want to create a copy of the IVF solution which has the same structure, so that I can add new files and modify existing files to each project whilst keeping the original working code unchanged, for safety.

What is the safest and most efficient way of duplicating such a IVF solution structure?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
489 Views
I would copy the solution folder (the folder itself, not just its contents) and all the project folders into another folder so that the relative paths stay the same. I assume that the sources are in the project folders.
0 Kudos
anthonyrichards
New Contributor III
489 Views
Thanks, Steve. That is working OK.
0 Kudos
Reply