Fix Windows headers for IPv6
[fio.git] / os / windows / examples.wxs
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3     <Fragment>
4         <DirectoryRef Id="examples">
5                 <Component>
6                     <File Source="..\..\examples\1mbs_clients.fio" />
7                 </Component>
8                 <Component>
9                     <File Source="..\..\examples\aio-read.fio" />
10                 </Component>
11                 <Component>
12                     <File Source="..\..\examples\disk-zone-profile.fio" />
13                 </Component>
14                 <Component>
15                     <File Source="..\..\examples\fsx.fio" />
16                 </Component>
17                 <Component>
18                     <File Source="..\..\examples\iometer-file-access-server.fio" />
19                 </Component>
20                 <Component>
21                     <File Source="..\..\examples\netio.fio" />
22                 </Component>
23                 <Component>
24                     <File Source="..\..\examples\ssd-test.fio" />
25                 </Component>
26                 <Component>
27                     <File Source="..\..\examples\surface-scan.fio" />
28                 </Component>
29                 <Component>
30                     <File Source="..\..\examples\tiobench-example.fio" />
31                 </Component>
32                 <Component>
33                   <File Source="..\..\examples\null.fio" />
34                 </Component>
35                 <Component>
36                   <File Source="..\..\examples\flow.fio" />
37                 </Component>
38                 <Component>
39                   <File Source="..\..\examples\cpuio.fio" />
40                 </Component>
41                 <Component>
42                   <File Source="..\..\examples\falloc.fio" />
43                 </Component>
44                 <Component>
45                   <File Source="..\..\examples\fusion-aw-sync.fio" />
46                 </Component>
47                 <Component>
48                   <File Source="..\..\examples\ssd-steadystate.fio" />
49                 </Component>
50                 <Component>
51                   <File Source="..\..\examples\zipf.fio" />
52                 </Component>
53         </DirectoryRef>
54     </Fragment>
55     <Fragment>
56         <ComponentGroup Id="examples">
57             <ComponentRef Id="_1mbs_clients.fio" />
58             <ComponentRef Id="aio_read.fio" />
59             <ComponentRef Id="disk_zone_profile.fio" />
60             <ComponentRef Id="fsx.fio" />
61             <ComponentRef Id="iometer_file_access_server.fio" />
62             <ComponentRef Id="netio.fio" />
63             <ComponentRef Id="ssd_test.fio" />
64             <ComponentRef Id="surface_scan.fio" />
65             <ComponentRef Id="tiobench_example.fio" />
66             <ComponentRef Id="null.fio" />
67             <ComponentRef Id="flow.fio" />
68             <ComponentRef Id="cpuio.fio" />
69             <ComponentRef Id="falloc.fio" />
70             <ComponentRef Id="fusion_aw_sync.fio" />
71             <ComponentRef Id="ssd_steadystate.fio" />
72             <ComponentRef Id="zipf.fio" />
73         </ComponentGroup>
74     </Fragment>
75 </Wix>