Ⅰ 在Microsoft Visual Studio中怎样把高版本转换为低版本
除了重建没有办法。1. 重建solution.2. 加入 existing project, 如果能加上现有project, 完成。3. 或者, 重建project,4. 加入 existing class,5 重建 project之间的依赖关系,加入reference。没发现很好的工具能完成这件事。