Fio 2.0.8
[fio.git] / os / windows / examples.wxs
CommitLineData
03e20d68
BC
1<?xml version="1.0" encoding="utf-8"?>\r
2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
3 <Fragment>\r
4 <DirectoryRef Id="examples">\r
93bcfd20
BC
5 <Component>\r
6 <File Source="..\..\examples\1mbs_clients" />\r
03e20d68 7 </Component>\r
93bcfd20
BC
8 <Component>\r
9 <File Source="..\..\examples\aio-read" />\r
03e20d68 10 </Component>\r
93bcfd20
BC
11 <Component>\r
12 <File Source="..\..\examples\disk-zone-profile" />\r
03e20d68 13 </Component>\r
93bcfd20
BC
14 <Component>\r
15 <File Source="..\..\examples\fsx" />\r
03e20d68 16 </Component>\r
93bcfd20
BC
17 <Component >\r
18 <File Source="..\..\examples\iometer-file-access-server" />\r
03e20d68 19 </Component>\r
93bcfd20
BC
20 <Component>\r
21 <File Source="..\..\examples\netio" />\r
03e20d68 22 </Component>\r
93bcfd20
BC
23 <Component>\r
24 <File Source="..\..\examples\ssd-test" />\r
03e20d68 25 </Component>\r
93bcfd20
BC
26 <Component>\r
27 <File Source="..\..\examples\surface-scan" />\r
03e20d68 28 </Component>\r
93bcfd20
BC
29 <Component>\r
30 <File Source="..\..\examples\tiobench-example" />\r
31 </Component>\r
32 <Component>\r
33 <File Source="..\..\examples\null" />\r
34 </Component>\r
35 <Component>\r
36 <File Source="..\..\examples\flow" />\r
03e20d68
BC
37 </Component>\r
38 </DirectoryRef>\r
39 </Fragment>\r
40 <Fragment>\r
41 <ComponentGroup Id="examples">\r
93bcfd20
BC
42 <ComponentRef Id="_1mbs_clients" />\r
43 <ComponentRef Id="aio_read" />\r
44 <ComponentRef Id="disk_zone_profile" />\r
45 <ComponentRef Id="fsx" />\r
46 <ComponentRef Id="iometer_file_access_server" />\r
47 <ComponentRef Id="netio" />\r
48 <ComponentRef Id="ssd_test" />\r
49 <ComponentRef Id="surface_scan" />\r
50 <ComponentRef Id="tiobench_example" />\r
51 <ComponentRef Id="null" />\r
52 <ComponentRef Id="flow" />\r
03e20d68
BC
53 </ComponentGroup>\r
54 </Fragment>\r
55</Wix>