Fixup bad logging types
[fio.git] / os / windows / examples.wxs
index 84f2a8624f726f3b171f943f09d61533cae3663b..771730918f3332db35df1b0b90ef90669db78365 100755 (executable)
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
-    <Fragment>\r
-        <DirectoryRef Id="examples">\r
-                <Component>\r
-                    <File Source="..\..\examples\1mbs_clients" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\aio-read" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\disk-zone-profile" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\fsx" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\iometer-file-access-server" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\netio" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\ssd-test" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\surface-scan" />\r
-                </Component>\r
-                <Component>\r
-                    <File Source="..\..\examples\tiobench-example" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\null" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\flow" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\cpuio" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\falloc" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\fusion-aw-sync.ini" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\ssd-steadystate.fio" />\r
-                </Component>\r
-                <Component>\r
-                  <File Source="..\..\examples\zipf" />\r
-                </Component>\r
-        </DirectoryRef>\r
-    </Fragment>\r
-    <Fragment>\r
-        <ComponentGroup Id="examples">\r
-            <ComponentRef Id="_1mbs_clients" />\r
-            <ComponentRef Id="aio_read" />\r
-            <ComponentRef Id="disk_zone_profile" />\r
-            <ComponentRef Id="fsx" />\r
-            <ComponentRef Id="iometer_file_access_server" />\r
-            <ComponentRef Id="netio" />\r
-            <ComponentRef Id="ssd_test" />\r
-            <ComponentRef Id="surface_scan" />\r
-            <ComponentRef Id="tiobench_example" />\r
-            <ComponentRef Id="null" />\r
-            <ComponentRef Id="flow" />\r
-            <ComponentRef Id="cpuio" />\r
-            <ComponentRef Id="falloc" />\r
-            <ComponentRef Id="fusion_aw_sync.ini" />\r
-            <ComponentRef Id="ssd_steadystate.fio" />\r
-            <ComponentRef Id="zipf" />\r
-        </ComponentGroup>\r
-    </Fragment>\r
-</Wix>\r
+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+    <Fragment>
+        <DirectoryRef Id="examples">
+                <Component>
+                    <File Source="..\..\examples\1mbs_clients" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\aio-read" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\disk-zone-profile" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\fsx" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\iometer-file-access-server" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\netio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\ssd-test" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\surface-scan" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\tiobench-example" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\null" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\flow" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\cpuio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\falloc" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\fusion-aw-sync.ini" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\ssd-steadystate.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\zipf" />
+                </Component>
+        </DirectoryRef>
+    </Fragment>
+    <Fragment>
+        <ComponentGroup Id="examples">
+            <ComponentRef Id="_1mbs_clients" />
+            <ComponentRef Id="aio_read" />
+            <ComponentRef Id="disk_zone_profile" />
+            <ComponentRef Id="fsx" />
+            <ComponentRef Id="iometer_file_access_server" />
+            <ComponentRef Id="netio" />
+            <ComponentRef Id="ssd_test" />
+            <ComponentRef Id="surface_scan" />
+            <ComponentRef Id="tiobench_example" />
+            <ComponentRef Id="null" />
+            <ComponentRef Id="flow" />
+            <ComponentRef Id="cpuio" />
+            <ComponentRef Id="falloc" />
+            <ComponentRef Id="fusion_aw_sync.ini" />
+            <ComponentRef Id="ssd_steadystate.fio" />
+            <ComponentRef Id="zipf" />
+        </ComponentGroup>
+    </Fragment>
+</Wix>