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

How do I print out project settings?

hbell1
Beginner
676 Views

Is there a quick way within MS Visual Studio (version 2003 in my case) to print out all my project settings?

Harry

0 Kudos
2 Replies
rase
New Contributor I
676 Views
Or a way to copy the settings into a file and reload the file for another project (VS2005)?
0 Kudos
Steven_L_Intel1
Employee
676 Views
You could go to the "Additional Options" property page and print the text shown under "Command Line" which shows all the options used. There is no supported way to copy project settings, though you may be able to do something by editing a copy of the .vfproj file in Notepad.
0 Kudos
Reply