Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I select the version of the SDK in Windows 8 / Visual Studio 2010?

I am running Visual Studio 2010 on Windows 8.

As a result, it uses the version 8.0 of the Windows SDK, not version 7.0.

This breaks my build.

Is there a way to select version 7.0 of the SDK instead of Version 8.0?

like image 973
user380719 Avatar asked Oct 03 '11 17:10

user380719


1 Answers

Windows SDK comes with "Windows SDK Configuration Tool" to select current version of SDK from multiple installed, see this thread How to get the WinSDK Configuration Tool to work

like image 166
Roman R. Avatar answered Oct 04 '22 04:10

Roman R.