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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VCLibs.140.Redist.Unpackaged" Version="14.0.33519" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VCLibs.140.Redist.Unpackaged" Version="14.0.33519" />
                    
Directory.Packages.props
<PackageReference Include="VCLibs.140.Redist.Unpackaged" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VCLibs.140.Redist.Unpackaged --version 14.0.33519
                    
#r "nuget: VCLibs.140.Redist.Unpackaged, 14.0.33519"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VCLibs.140.Redist.Unpackaged@14.0.33519
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VCLibs.140.Redist.Unpackaged&version=14.0.33519
                    
Install as a Cake Addin
#tool nuget:?package=VCLibs.140.Redist.Unpackaged&version=14.0.33519
                    
Install as a Cake Tool

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 happens AfterTargets="Build".
  • Managed (.NET Framework 4.5.2+ and .NET 8) - DLLs are added as <None> items with CopyToOutputDirectory=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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.