windows: fix typo in <netinet/tcp.h> header
[fio.git] / os / windows / examples.wxs
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
5                 <Component>\r
6                     <File Source="..\..\examples\1mbs_clients" />\r
7                 </Component>\r
8                 <Component>\r
9                     <File Source="..\..\examples\aio-read" />\r
10                 </Component>\r
11                 <Component>\r
12                     <File Source="..\..\examples\disk-zone-profile" />\r
13                 </Component>\r
14                 <Component>\r
15                     <File Source="..\..\examples\fsx" />\r
16                 </Component>\r
17                 <Component>\r
18                     <File Source="..\..\examples\iometer-file-access-server" />\r
19                 </Component>\r
20                 <Component>\r
21                     <File Source="..\..\examples\netio" />\r
22                 </Component>\r
23                 <Component>\r
24                     <File Source="..\..\examples\ssd-test" />\r
25                 </Component>\r
26                 <Component>\r
27                     <File Source="..\..\examples\surface-scan" />\r
28                 </Component>\r
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
37                 </Component>\r
38                 <Component>\r
39                   <File Source="..\..\examples\cpuio" />\r
40                 </Component>\r
41                 <Component>\r
42                   <File Source="..\..\examples\falloc" />\r
43                 </Component>\r
44                 <Component>\r
45                   <File Source="..\..\examples\fusion-aw-sync.ini" />\r
46                 </Component>\r
47                 <Component>\r
48                   <File Source="..\..\examples\ssd-steadystate.fio" />\r
49                 </Component>\r
50                 <Component>\r
51                   <File Source="..\..\examples\zipf" />\r
52                 </Component>\r
53         </DirectoryRef>\r
54     </Fragment>\r
55     <Fragment>\r
56         <ComponentGroup Id="examples">\r
57             <ComponentRef Id="_1mbs_clients" />\r
58             <ComponentRef Id="aio_read" />\r
59             <ComponentRef Id="disk_zone_profile" />\r
60             <ComponentRef Id="fsx" />\r
61             <ComponentRef Id="iometer_file_access_server" />\r
62             <ComponentRef Id="netio" />\r
63             <ComponentRef Id="ssd_test" />\r
64             <ComponentRef Id="surface_scan" />\r
65             <ComponentRef Id="tiobench_example" />\r
66             <ComponentRef Id="null" />\r
67             <ComponentRef Id="flow" />\r
68             <ComponentRef Id="cpuio" />\r
69             <ComponentRef Id="falloc" />\r
70             <ComponentRef Id="fusion_aw_sync.ini" />\r
71             <ComponentRef Id="ssd_steadystate.fio" />\r
72             <ComponentRef Id="zipf" />\r
73         </ComponentGroup>\r
74     </Fragment>\r
75 </Wix>\r