summaryrefslogtreecommitdiffstats
path: root/data/wixl/libogg.wxi
blob: cfd3d1a55229ff9876224060232e88f186797758 (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="dir3CFD43682C1788DBFD46DC34DB2039D6" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpB1F3CB665BDAE47C21EB2D4428C393A8" Guid="*">
          <File Id="fil89E1033995109E600C010C603C398C0F" KeyPath="yes" Source="$(var.SourceDir)/bin/libogg-0.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libogg">
      <ComponentRef Id="cmpB1F3CB665BDAE47C21EB2D4428C393A8"/>
    </ComponentGroup>
  </Fragment>
</Include>