2016-03-08 23:22:33 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
|
|
|
|
<?include "Variables.wxi" ?>
|
|
|
|
<Fragment>
|
2016-04-29 23:52:20 +00:00
|
|
|
<Component Id="$(var.DependencyKeyId)" Directory="TARGETDIR" Win64="no" Guid="82516259-FF21-446E-A432-1FFCA5A02296">
|
|
|
|
<dep:Provides Key="$(var.DependencyKey)" />
|
2016-03-08 23:22:33 +00:00
|
|
|
</Component>
|
|
|
|
</Fragment>
|
|
|
|
</Wix>
|