While working with Visual Studio 2012 build system, unlike previous SDK Versions, I realized, the Windows SDK 8 gets installed into two separate locations
C:\Program Files (x86)\Windows Kits\8.0\ - Everything sans .NET 4.5
as mentioned in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v8.0\InstallationFolder
and
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\
as mentioned in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v8.0A\InstallationFolder
It seems Microsoft have segregated the Core SDK from .NET Framework
I also tried to correlate with how
* %VS_HOME%\VC\bin\vcvars32.bat
* %VS_HOME%\VC\bin\x86_amd64\vcvarsx86_amd64.bat
* %VS_HOME%\VC\bin\amd64\vcvarsamd64.bat
is working now, and it seems, it refers the .NET 4.5 Framework Location with WindowsSdkDir_old
Other interesting things I realized were
SO my question is
By default, the Windows 10 SDK is installed into the "C:\Program Files (x86)\Windows Kits\10" folder.
Microsoft Windows SDK, and its predecessors Platform SDK, and . NET Framework SDK, are software development kits (SDKs) from Microsoft that contain documentation, header files, libraries, samples and tools required to develop applications for Microsoft Windows and . NET Framework.
You can get the Windows SDK in two ways: install it from this page by selecting the download link or by selecting “Windows 11 SDK (10.0. 22621.0)” in the optional components of the Visual Studio 2022 Installer. Before you install this SDK: Review all system requirements.
The Windows App SDK is a set of new developer components and tools that represent the next evolution in the Windows app development platform. The Windows App SDK provides a unified set of APIs and tools that can be used in a consistent way by any desktop app on Windows 11 and downlevel to Windows 10, version 1809.
In order...
um
, but WinRT
files are specific to the Windows Runtime, and can't be (easily) consumed by desktop applications. It's best to keep them separate.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