Downgrading to VS 2005
Added by birvin about 5 years ago
Is it possible to downgrade the source to be compatable with VS 2005?
Replies (4)
RE: Downgrading to VS 2005 - Added by kervala about 5 years ago
Yes, you have 2 choices :
- use CMake to generate VC++ 2005 projects
- change version numbers :
- in .sln
Microsoft Visual Studio Solution File, Format Version 10.00
to
Microsoft Visual Studio Solution File, Format Version 9.00
- in .vcproj
Version="9.00"
to
Version="8.00"
And it should work :)
RE: Downgrading to VS 2005 - Added by birvin about 5 years ago
not to be an idiot but what program do I use to change the version numbers?
RE: Downgrading to VS 2005 - Added by kervala about 5 years ago
Personally, I use Notepad++ and use the "find in all files" dialog to replace a string by another in all files :)
RE: Downgrading to VS 2005 - Added by birvin about 5 years ago
has anyone sucessfuly built everything in VS 2005 also wheres the link to build all the Nel Libs,
(1-4/4)