mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[KBMEditor]Fix missing dependency at runtime (#32336)
This commit is contained in:
parent
ac1adb7c9a
commit
3b82ce969e
@ -25,6 +25,11 @@
|
|||||||
<?if $(sys.BUILDARCH) = x64 ?>
|
<?if $(sys.BUILDARCH) = x64 ?>
|
||||||
<File Source="$(var.BinDir)KeyboardManagerEditor\vcruntime140_1_app.dll" />
|
<File Source="$(var.BinDir)KeyboardManagerEditor\vcruntime140_1_app.dll" />
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
|
<!-- Latest CppWinRT upgrade made Keyboard Manager Editor depend on additional VC Runtime libraries. -->
|
||||||
|
<!-- These are not in the Keyboard Manager Editor build output. So we copy them from the base build directory. -->
|
||||||
|
<File Source="$(var.BinDir)vcruntime140.dll" />
|
||||||
|
<File Source="$(var.BinDir)vcruntime140_1.dll" />
|
||||||
|
<File Source="$(var.BinDir)msvcp140.dll" />
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user