summaryrefslogtreecommitdiffstats
path: root/data/wixl/libcacard.wxi
blob: d94c636e1d8797ba0e2f7786a5158d557dc66561 (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="TARGETDIR">
      <Directory Id="dir468EA76D8638FD6FD3EA70A70BFB95D5" Name="bin">
        <Component Id="cmp1E9217C2F2568ADBB306BDD776F6798B" Guid="*">
          <File Id="fil156CF17180422C5B90BC292B06A3AF74" KeyPath="yes" Source="$(var.SourceDir)/bin/libcacard-0.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libcacard">
      <ComponentRef Id="cmp1E9217C2F2568ADBB306BDD776F6798B"/>
    </ComponentGroup>
  </Fragment>
</Include>