簡體   English   中英

如何將Visual Studio 2005的平台工具集添加到較新IDE版本的“Platform Toolset”列表中?

[英]How can I add the platform toolset of Visual Studio 2005 into the `Platform Toolset` list of the newer IDE versions?

我已經安裝了Visual Studio 2005-2015。 我將使用Visual Studio 2005的平台工具集,但列表中不存在此變體:

在此輸入圖像描述

如何將Visual Studio 2005的平台工具集添加到較新IDE版本的Platform Toolset列表中?

  • v100MS VC 2010工具集
  • v90MS VC 2008工具集
  • v80MS VC 2005工具集,這就是你要找的。

按照以下步驟設置MS VC 2005 Platform Toolset

  • C:\\Program Files\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\Win32\\PlatformToolsets創建v80文件夾

  • 從以下位置復制Microsoft.Cpp.Win32.v100.propsMicrosoft.Cpp.Win32.v100.targets文件

C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\Win32\\PlatformToolsets\\v100

C:\\Program Files\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\Win32\\PlatformToolsets\\v80

  • 將復制的文件重命名為Microsoft.Cpp.Win32.v80.propsMicrosoft.Cpp.Win32.v80.targets

  • 編輯文件,指向VisualStudio\\8.0 ,根據需要將110更改為808.0

  • 編輯項目設置,將平台工具更改為v80

重建項目,就是這樣!

您可以通過安裝來自https://daffodil.codeplex.com/downloads/get/347180的水仙花軟件解決所有版本的此問題

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM