2016-03-08 19:32:31 -08: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 16:52:20 -07:00
|
|
|
<Component Id="$(var.DependencyKeyId)" Directory="TARGETDIR" Win64="no" Guid="F47B3A4D-7CEB-4F18-8464-0F6C5978E08E">
|
|
|
|
<dep:Provides Key="$(var.DependencyKey)" />
|
2016-03-08 19:32:31 -08:00
|
|
|
</Component>
|
|
|
|
</Fragment>
|
|
|
|
</Wix>
|