7.1 project?

anpd

11-11-2006 08:54:45

Where can I find the VS 7.1 project? I only see the 8.0 project.

betajaen

11-11-2006 09:10:08

There isn't one. You'll have to convert the projects over by hand.

It's just altering the version in the actual vcproj's in notepad

anpd

11-11-2006 09:31:33

Thanks

HexiDave

11-11-2006 18:31:30

Pro-tip: open them in Visual Studio as regular files (File -> Open File I think - select All Files as type) and tell it "No" when it wants to make them solutions.

Now they're all editable text files - do an Edit -> Replace in Files and choose only the open files and search for

Version="8.00"

and replace it with

Version="7.10"

Save em all and add em to your solution. Pretty sure you just edit the .sln files by changing Version 9.00 to Version 8.00 and get rid of that #Visual Studio 2005 line.

Anyways, worked for me.