mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||
|
|
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" >
|
||
|
|
|
||
|
|
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
||
|
|
|
||
|
|
<!-- TODO: keystroke overlay -->
|
||
|
|
|
||
|
|
</Wix>
|