Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the Visual Studio 2012 SDK Samples?

I have just installed Visual Studio 2012 SDK and I cannot find any files.

The installer used more than 100 MBs on disk - but where are the files?

I searched the Start menu and found only links to web. The reference pages says that there are some source code samples, but where are these??

like image 783
Libor Avatar asked Aug 24 '12 20:08

Libor


People also ask

Where is Visual Studio SDK located?

By default, the Windows 10 SDK is installed into the "C:\Program Files (x86)\Windows Kits\10" folder.

Where does Visual Studio install the Windows SDK?

The Windows SDK is installed as part of the Desktop development with C++ workload in the Visual Studio Installer. A standalone version is available at Windows SDK. Open the shortcut menu for the project node, and choose Retarget projects. (In earlier versions of Visual Studio, choose Retarget SDK Version.)

How do I check my Visual Studio SDK version?

If you have Visual Studio installed, you can open a Visual Studio solution (or create one yourself), then right-click the solution in the solution explorer, and select Retarget Solution . The menu should give you a dropdown list of available Windows SDK versions. Save this answer. Show activity on this post.

What is SDK in Visual Studio?

The Visual Studio SDK helps you extend Visual Studio features or integrate new features into Visual Studio. You can distribute your extensions to other users, as well as to the Visual Studio Marketplace.


2 Answers

Seems that there is only VS 2010 SDK.

I found that the solution file is set to version 11.0 (i.e. VS 2012).

like image 148
Libor Avatar answered Oct 21 '22 08:10

Libor


Full download here https://code.msdn.microsoft.com/VIsual-Studio-2013-SDK-728822a7

individual links here http://blogs.msdn.com/b/vsx/archive/2014/05/30/vs-2013-sdk-samples-released.aspx

like image 21
learnerplates Avatar answered Oct 21 '22 07:10

learnerplates