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