I am using Visual Studio 2015 (Update 3) in Windows 10. I have one Solution consisting of several projects. One of these projects has to be built with platform toolset Visual Studio 2013(v120). Unfortunately, It's not installed on my machine. I know how to change platform toolset for projects or retarget Solution but I don't want to do this. I want to install Visual Studio 2013 platform toolset (v120) for Visual Studion 2015. The only way that I found so far is to install the whole Visual Studio 2013 besides 2015 version which is not a good solution.
I have tried different solution for this problem such as installing v120 build tools separately and Look at this link. But it did not work for me. Any solution except installing Visual Studio 2013 would be welcome.
To change the platform toolset In Visual Studio, on the menu bar, select Project > Properties to open your project Property Pages dialog box. In the top of the Property Pages dialog box, open the Configuration drop-down list and then select All Configurations. In the dialog box, select the Configuration Properties > General property page.
You can install the VS2013 toolset from your VS2015 installer without installing Visual Studio 2013. From the 2015 installer, select " Windows 8.1 and Windows Phone 8.0/8.1 Tools " and " Common Tools for Visual C++ 2015 ": After the installation has completed, you will find the platform Toolset below:
For example, to target the .NET Framework 4.5, you must use a compatible platform toolset such as Visual Studio 2015 (v140), Visual Studio 2013 (v120) or Visual Studio 2012 (v110). You can use the Windows 7.1 SDK platform toolset to target the .NET Framework 2.0, 3.0, 3.5, and 4, and the x86/x64 platforms.
In the right pane, select Platform Toolset and then select the toolset you want from the drop-down list. For example, if you have installed the Visual Studio 2010 toolset, select Visual Studio 2010 (v100) to use it for your project.
You can install the VS2013 toolset from your VS2015 installer without installing Visual Studio 2013.
From the 2015 installer, select "Windows 8.1 and Windows Phone 8.0/8.1 Tools" and "Common Tools for Visual C++ 2015":
After the installation has completed, you will find the platform Toolset below:
You should now be able to build your project with the platform toolset for Visual Studio 2013 (v120).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With