summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/runtime_debug.wxi
blob: 30bc566e9fac8cad44a10c2553dd497b94c04fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<Include>
  <?ifdef Debug?>
    <?ifdef CL1310 ?>
        <ComponentRef Id="cmf_runtime_debug1310" />
    <?endif?>
    <?ifdef CL1300 ?>
        <ComponentRef Id="cmf_runtime_debug1300" />
    <?endif?>
    <?ifdef CL1200 ?>
        <ComponentRef Id="cmf_runtime_debug1200" />
    <?endif?>
  <?endif?>
</Include>