- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also compare the .vfproj files, though you may get lots of uninteresting differences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, how about that. You learn something new every day. I didn't realize the vfproj files were text readable. That will probably help!
Thanks, Steve.
Linda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assuming you are using Visual Studio and have the SDK then another way to compare the options is to perform a rebuild all with the configuration of your choice. Thenconcatinate the BuildLog.txt files into one big log file. Do the same with the other configuration but save to different name. The perform a WinDiff.
If that is too AWKward then plan-B
Delete all BuildLog.txt files in your project tree.
Run rebuild all
Run GREP with recursive directory and specify file mask as BuildLog.txt and search for IFORT while redirecting to text file. Or look for
Then do the same for the other project.
It is easier to have the computer condense the information for you than to run through 100's of project files.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A search for the string "FileConfiguration" in all my *.vfproj files turned up > 1000 hits, but a lot of them don't look like they are actually different from the project. Is there a way to do something in the IDE that can clean up the vfproj file?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page