summaryrefslogtreecommitdiffstats
path: root/data/wixl/opus.wxi
blob: 4d113e1cb0736ec3476ef8ac459f47440604208c (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="dir84E64C7B172B991C514AAFD74A64D747" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp84E64C7B172B991C514AAFD74A64D747" Guid="*">
          <File Id="fil4C0B199B9B8D33356817866298AC1B7E" KeyPath="yes" Source="$(var.SourceDir)/bin/libopus-0.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.opus">
      <ComponentRef Id="cmp84E64C7B172B991C514AAFD74A64D747"/>
    </ComponentGroup>
  </Fragment>
</Include>