cppwinrt 2017.8.25.1
dotnet add package cppwinrt --version 2017.8.25.1
NuGet\Install-Package cppwinrt -Version 2017.8.25.1
<PackageReference Include="cppwinrt" Version="2017.8.25.1" />
paket add cppwinrt --version 2017.8.25.1
#r "nuget: cppwinrt, 2017.8.25.1"
// Install cppwinrt as a Cake Addin #addin nuget:?package=cppwinrt&version=2017.8.25.1 // Install cppwinrt as a Cake Tool #tool nuget:?package=cppwinrt&version=2017.8.25.1
C++/WinRT is a standard C++ language projection for the Windows Runtime implemented solely in header files. It allows you to both author and consume Windows Runtime APIs using any standards-compliant C++ compiler. C++/WinRT is designed to provide C++ developers with first-class access to the modern Windows API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Matches the August 2017 release for Windows 10 Creators Update SDK (15063) on GitHub for Visual Studio 2017 v15.3.
Note requires /await /std:c++latest command-line compiler options and Visual Studio 2017 to build.