How to add the Visual Studio 2005 platform toolkit to the Platform Toolkit list for new versions of the IDE?

I installed Visual Studio 2005-2015. I should use the Visual Studio 2005 platform toolkit, but this option is not listed:

enter image description here

How can I add the Visual Studio 2005 platform toolkit to the list of Platform Toolsetnew IDE versions?

+4
source share
2 answers
  • v100 MS VC 2010 toolset
  • v90is MS VC 2008toolset
  • v80- this is a MS VC 2005set of tools, this is what you are looking for.

Follow the procedure below and configure MS VC 2005 Platform Toolset.

  • Create a folder v80inC:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets

  • Microsoft.Cpp.Win32.v100.props Microsoft.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.props Microsoft.Cpp.Win32.v80.targets

  • , VisualStudio\8.0, 110 80 8.0

  • , v80

, !

+2

Source: https://habr.com/ru/post/1609430/


All Articles