2015-11-17 20:53:49 -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-06-10 16:37:09 -07:00
|
|
|
<Component Id="$(var.DependencyKeyId)" Directory="TARGETDIR" Win64="no" Guid="*">
|
2016-04-29 16:52:20 -07:00
|
|
|
<dep:Provides Key="$(var.DependencyKey)" />
|
2016-01-26 23:29:51 -08:00
|
|
|
</Component>
|
2015-11-17 20:53:49 -08:00
|
|
|
</Fragment>
|
|
|
|
</Wix>
|