mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
21 lines
598 B
Plaintext
21 lines
598 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?>
|
||
|
|
||
|
<?define WinUI3ApplicationsFiles=?>
|
||
|
<?define WinUI3ApplicationsFilesPath=$(var.BinDir)\WinUI3Apps\?>
|
||
|
|
||
|
<Fragment>
|
||
|
<DirectoryRef Id="WinUI3AppsInstallFolder">
|
||
|
<!-- Generated by generateFileComponents.ps1 -->
|
||
|
<!--WinUI3ApplicationsFiles_Component_Def-->
|
||
|
</DirectoryRef>
|
||
|
|
||
|
<ComponentGroup Id="WinUI3ApplicationsComponentGroup">
|
||
|
</ComponentGroup>
|
||
|
|
||
|
</Fragment>
|
||
|
</Wix>
|