Fio 2.1.6
[fio.git] / os / windows / examples.wxs
CommitLineData
35922a21
BC
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>
9f873e2e 6 <File Source="..\..\examples\1mbs_clients.fio" />
35922a21
BC
7 </Component>
8 <Component>
9f873e2e 9 <File Source="..\..\examples\aio-read.fio" />
35922a21
BC
10 </Component>
11 <Component>
9f873e2e 12 <File Source="..\..\examples\disk-zone-profile.fio" />
35922a21
BC
13 </Component>
14 <Component>
9f873e2e 15 <File Source="..\..\examples\fsx.fio" />
35922a21
BC
16 </Component>
17 <Component>
9f873e2e 18 <File Source="..\..\examples\iometer-file-access-server.fio" />
35922a21
BC
19 </Component>
20 <Component>
9f873e2e 21 <File Source="..\..\examples\netio.fio" />
35922a21 22 </Component>
9aa5fe32
BC
23 <Component>
24 <File Source="..\..\examples\netio_multicast.fio" />
25 </Component>
35922a21 26 <Component>
9f873e2e 27 <File Source="..\..\examples\ssd-test.fio" />
35922a21
BC
28 </Component>
29 <Component>
9f873e2e 30 <File Source="..\..\examples\surface-scan.fio" />
35922a21
BC
31 </Component>
32 <Component>
9f873e2e 33 <File Source="..\..\examples\tiobench-example.fio" />
35922a21
BC
34 </Component>
35 <Component>
9f873e2e 36 <File Source="..\..\examples\null.fio" />
35922a21
BC
37 </Component>
38 <Component>
9f873e2e 39 <File Source="..\..\examples\flow.fio" />
35922a21
BC
40 </Component>
41 <Component>
9f873e2e 42 <File Source="..\..\examples\cpuio.fio" />
35922a21
BC
43 </Component>
44 <Component>
9f873e2e 45 <File Source="..\..\examples\falloc.fio" />
35922a21
BC
46 </Component>
47 <Component>
9f873e2e 48 <File Source="..\..\examples\fusion-aw-sync.fio" />
35922a21
BC
49 </Component>
50 <Component>
51 <File Source="..\..\examples\ssd-steadystate.fio" />
52 </Component>
53 <Component>
9f873e2e 54 <File Source="..\..\examples\zipf.fio" />
35922a21
BC
55 </Component>
56 </DirectoryRef>
57 </Fragment>
58 <Fragment>
59 <ComponentGroup Id="examples">
9f873e2e
BC
60 <ComponentRef Id="_1mbs_clients.fio" />
61 <ComponentRef Id="aio_read.fio" />
62 <ComponentRef Id="disk_zone_profile.fio" />
63 <ComponentRef Id="fsx.fio" />
64 <ComponentRef Id="iometer_file_access_server.fio" />
65 <ComponentRef Id="netio.fio" />
9aa5fe32 66 <ComponentRef Id="netio_multicast.fio" />
9f873e2e
BC
67 <ComponentRef Id="ssd_test.fio" />
68 <ComponentRef Id="surface_scan.fio" />
69 <ComponentRef Id="tiobench_example.fio" />
70 <ComponentRef Id="null.fio" />
71 <ComponentRef Id="flow.fio" />
72 <ComponentRef Id="cpuio.fio" />
73 <ComponentRef Id="falloc.fio" />
74 <ComponentRef Id="fusion_aw_sync.fio" />
35922a21 75 <ComponentRef Id="ssd_steadystate.fio" />
9f873e2e 76 <ComponentRef Id="zipf.fio" />
35922a21
BC
77 </ComponentGroup>
78 </Fragment>
79</Wix>