Here goes what I've fixed for them:
- Code: Select all
$ cd Foundation
$ diff Foundation_vs80.vcproj Foundation_vs80_fixed.vcproj
237c237
< RuntimeLibrary="2"
---
> RuntimeLibrary="0"
308c308
< RuntimeLibrary="3"
---
> RuntimeLibrary="1"
$ cd ../Net
$ diff Net_vs80.vcproj Net_vs80_fixed.vcproj
239c239
< RuntimeLibrary="2"
---
> RuntimeLibrary="0"
310c310
< RuntimeLibrary="3"
---
> RuntimeLibrary="1"
$ cd ../Util
$ diff Util_vs80.vcproj Util_vs80_fixed.vcproj
240c240
< RuntimeLibrary="2"
---
> RuntimeLibrary="0"
312c312
< RuntimeLibrary="3"
---
> RuntimeLibrary="1"
$ cd ../XML
$ diff XML_vs80.vcproj XML_vs80_fixed.vcproj
237c237
< RuntimeLibrary="2"
---
> RuntimeLibrary="0"
308c308
< RuntimeLibrary="3"
---
> RuntimeLibrary="1"





