summaryrefslogtreecommitdiffstats
path: root/data/wixl/libepoxy.wxi
blob: afa05fa6c877186eda0a0cc7d3cc41b80333bec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dirA22A42337F76135BC4EA895EBCE82DDB" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF" Guid="*">
          <File Id="fil0AE663249FAF801004F1DCEB5AB464D3" KeyPath="yes" Source="$(var.SourceDir)/bin/libepoxy-0.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libepoxy">
      <ComponentRef Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF"/>
    </ComponentGroup>
  </Fragment>
</Include>