PDA

View Full Version : Visual Studio File Sequence


PhilipBartleson
01-29-2005, 07:39 PM
How can I display the names of Fortran Source Files in alphabetical order in a Visual Studio Project? They are in seemingly random sequence now and I haven't been able to change the order.

Lahey Support
02-02-2005, 10:35 PM
The LF v7.1 integration in to Visual Studio does not provide the ability to sort the source files. Source files are listed in the order that they are added to a project.

You could manually edit the fortran project file (.lfproj).
If you look at one, the section labled "Source Files", lists the source files and their properties. You'll have to move the entire section to change the order of the display.