VS2013编译出现 error MSB8020错误
错误重现:
error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
出现原因:
这种情况通常是由于用较新的IDE重新编译旧版项目时导致的
解决方案:
在菜单中依次选择:[项目]->[重定解决方案目标],让后F7重新编译