Fio 2.1.2
[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
BC
22 </Component>
23 <Component>
9f873e2e 24 <File Source="..\..\examples\ssd-test.fio" />
35922a21
BC
25 </Component>
26 <Component>
9f873e2e 27 <File Source="..\..\examples\surface-scan.fio" />
35922a21
BC
28 </Component>
29 <Component>
9f873e2e 30 <File Source="..\..\examples\tiobench-example.fio" />
35922a21
BC
31 </Component>
32 <Component>
9f873e2e 33 <File Source="..\..\examples\null.fio" />
35922a21
BC
34 </Component>
35 <Component>
9f873e2e 36 <File Source="..\..\examples\flow.fio" />
35922a21
BC
37 </Component>
38 <Component>
9f873e2e 39 <File Source="..\..\examples\cpuio.fio" />
35922a21
BC
40 </Component>
41 <Component>
9f873e2e 42 <File Source="..\..\examples\falloc.fio" />
35922a21
BC
43 </Component>
44 <Component>
9f873e2e 45 <File Source="..\..\examples\fusion-aw-sync.fio" />
35922a21
BC
46 </Component>
47 <Component>
48 <File Source="..\..\examples\ssd-steadystate.fio" />
49 </Component>
50 <Component>
9f873e2e 51 <File Source="..\..\examples\zipf.fio" />
35922a21
BC
52 </Component>
53 </DirectoryRef>
54 </Fragment>
55 <Fragment>
56 <ComponentGroup Id="examples">
9f873e2e
BC
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" />
35922a21 71 <ComponentRef Id="ssd_steadystate.fio" />
9f873e2e 72 <ComponentRef Id="zipf.fio" />
35922a21
BC
73 </ComponentGroup>
74 </Fragment>
75</Wix>