I recently installed the Windows 8 SDK version (8.0 and 8.0A) along with the VS2011 beta. This led to the fact that all my VS2010 projects tried to build against the Windows SDK version 8.0 instead of 7.1A (which they should build against). I am trying to figure out how to establish which SDK should be used as the target version. I found this page:
http://msdn.microsoft.com/en-us/library/ff660764.aspx
What are the conditions:
Using the Windows SDK Tools in Visual Studio 2010
- In Visual Studio 2010, open the solution file (.sln) or create a solution.
- In Solution Explorer, right-click the solution node and select Properties.
- In the Configuration list, select All Configurations.
- In the "Configuration Properties" section, select "General."
- For the "Platform Toolbox" parameter, select "Windows7.1SDK."
- Click OK.
However, there is no General option in the configuration settings. Does anyone know how to do this?
Benj source share