mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
21 lines
569 B
Plaintext
21 lines
569 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 BaseApplicationsFiles=?>
|
||
|
<?define BaseApplicationsFilesPath=$(var.BinDir)\?>
|
||
|
|
||
|
<Fragment>
|
||
|
<DirectoryRef Id="INSTALLFOLDER">
|
||
|
<!-- Generated by generateFileComponents.ps1 -->
|
||
|
<!--BaseApplicationsFiles_Component_Def-->
|
||
|
</DirectoryRef>
|
||
|
|
||
|
<ComponentGroup Id="BaseApplicationsComponentGroup">
|
||
|
</ComponentGroup>
|
||
|
|
||
|
</Fragment>
|
||
|
</Wix>
|