VCLibs.140.Redist.Unpackaged
14.0.33519
dotnet add package VCLibs.140.Redist.Unpackaged --version 14.0.33519
NuGet\Install-Package VCLibs.140.Redist.Unpackaged -Version 14.0.33519
<PackageReference Include="VCLibs.140.Redist.Unpackaged" Version="14.0.33519" />
<PackageVersion Include="VCLibs.140.Redist.Unpackaged" Version="14.0.33519" />
<PackageReference Include="VCLibs.140.Redist.Unpackaged" />
paket add VCLibs.140.Redist.Unpackaged --version 14.0.33519
#r "nuget: VCLibs.140.Redist.Unpackaged, 14.0.33519"
#:package VCLibs.140.Redist.Unpackaged@14.0.33519
#addin nuget:?package=VCLibs.140.Redist.Unpackaged&version=14.0.33519
#tool nuget:?package=VCLibs.140.Redist.Unpackaged&version=14.0.33519
VCLibs.140.Redist.Unpackaged
Bundles the Visual C++ 2015-2019 UWP runtime DLLs (*_app.dll) extracted from
the Microsoft.VCLibs.140.00 framework MSIX packages shipped with the
Windows 10 SDK, so an MSIX-packaged app can also run in an unpackaged context.
What it does
Adding this package to a project copies the matching set of VCLibs runtime DLLs into the build output directory, selected at build time by:
- Configuration:
Debug→ Debug binaries (*d_app.dll), anything else → Retail. - Architecture:
$(Platform)(native,Win32→ x86), then$(PlatformTarget)(managed), then$(RuntimeIdentifier), then the build host's processor architecture as a last-resort fallback.
Supported project types
- Native C++ (
.vcxproj) - copy happensAfterTargets="Build". - Managed (.NET Framework 4.5.2+ and .NET 8) - DLLs are added as
<None>items withCopyToOutputDirectory=PreserveNewest, so they also travel through Publish and Pack.
For .vcxproj projects you may need to set
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> in the project
so NuGet uses the modern restore path.
Source and version
DLLs and version are taken from the Microsoft.VCLibs.140.00 framework MSIX
packages installed by the Windows 10 SDK at:
C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\Appx
License
These DLLs are redistributed under the Microsoft Windows SDK license
("Distributable Code" / "Third Party Distribution" clauses). The full license
text is included in this package as License.txt.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| 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 |
|---|---|---|
| 14.0.33519 | 177 | 5/26/2026 |
Repackaged from Microsoft.VCLibs.140.00 framework MSIX packages shipped with the Windows 10 SDK.