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

Copying Projects & Directory Structure

Robert
Beginner
275 Views

1) Please can someone point me to a reference describing the directory structure of Intel Visual Fortran projects?  Which files go into which folders?

2) If I have a project that I want to save as a new different project (I want to start a new project and use an existing project as a base), is there a way to SAVE PROJECT AS ...  ?

Thank you for your help.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
275 Views

There really isn't any set directory structure. Solutions and projects can be in any folders. There is a default structure when you create a new solution or project, but it can be changed.

There isn't a "Save As", really. You can copy the solution folder (with any projects it has) to a new folder. Right click on either the solution or the project in Solution Explorer and select Rename if you want to change names. The default is that file references are relative, so you generally don't have to redo file paths.

0 Kudos
Reply