转换的步骤如下:

(1)将工程是.sln用记事本打开后,更换以下信息如下:
 
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
VisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
 
 
 
(2)打开.vcxproj文件文件,修改两个地方
 
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

相关文章:

  • 2021-04-01
  • 2021-07-08
  • 2021-09-17
  • 2021-12-27
  • 2022-01-11
  • 2021-06-14
  • 2022-01-17
猜你喜欢
  • 2021-04-01
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2021-12-24
  • 2021-07-24
相关资源
相似解决方案