xref: /freebsd/crypto/krb5/src/windows/installer/wix/runtime_debug.wxi (revision 656f7f43f204ad1e6956f8257f66b50e032a6c61)
1<?xml version="1.0"?>
2<Include>
3  <?ifdef Debug?>
4    <?ifdef CL1310 ?>
5        <ComponentRef Id="cmf_runtime_debug1310" />
6    <?endif?>
7    <?ifdef CL1300 ?>
8        <ComponentRef Id="cmf_runtime_debug1300" />
9    <?endif?>
10    <?ifdef CL1200 ?>
11        <ComponentRef Id="cmf_runtime_debug1200" />
12    <?endif?>
13  <?endif?>
14</Include>
15