xref: /freebsd/crypto/krb5/src/windows/installer/wix/runtime_debug.wxi (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
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