I tried adding a copy of the (working) platform toolset for Visual C++ 2005 to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\v71, replacing everything that made sense.
But when I try to compile my project, the output is disappointing:
1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80x86
1> Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1>
1> cl ÿþ/
1>
1>cl : Command line warning D4024: unrecognized source file type 'ÿþ/', object file assumed
1> Microsoft (R) Incremental Linker Version 7.10.6030
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> /out:.exe
1> ■/
1>LINK : fatal error LNK1181: cannot open input file ' ■/.obj'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Looks like a character set problem to me, but did anyone ever get it to work?