mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-26 13:34:12 +00:00
0c149cf447
some of our libraries are compiled with an outdated vc2005, which causes a manifest dependency on msvcr80d v762, while our manifest and DLLs have been updated to 4053. finally bit the bullet and added a redirection from 762 to 4053 to fix this nightmare. references: http://blogs.msdn.com/b/dsvc/archive/2010/02/22/adding-a-configuration-file-for-a-vc-dll.aspx http://stackoverflow.com/questions/1347713/per-application-config-file-bindingredirect-doesnt-apply-to-dlls This was SVN commit r7716.