summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/runtime_debug.wxi
blob: f30786bc314c79472e5c0396449d99b07e9e4d74 (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>