From b9d12e219749e4b738e75da7a18933266f3a46b3 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Tue, 7 Feb 2017 14:05:16 +0000 Subject: [PATCH] Reindent WiX XML --- src/setup/win32/Include.wxi | 61 ++++---- src/setup/win32/Product.wxs | 265 +++++++++++++------------------- src/setup/win32/synergy.wixproj | 58 +++---- 3 files changed, 159 insertions(+), 225 deletions(-) diff --git a/src/setup/win32/Include.wxi b/src/setup/win32/Include.wxi index 58acf7b9..cce465a0 100644 --- a/src/setup/win32/Include.wxi +++ b/src/setup/win32/Include.wxi @@ -1,36 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/setup/win32/Product.wxs b/src/setup/win32/Product.wxs index 10323d1d..bf2b066d 100644 --- a/src/setup/win32/Product.wxs +++ b/src/setup/win32/Product.wxs @@ -1,163 +1,104 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = 602)]]> - - - - - - - - - - - - - - - - - - - - - - NOT LEGACY_UNINSTALL_EXISTS - - - - - NOT Installed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NOT LEGACY_UNINSTALL_EXISTS + + + + NOT Installed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/setup/win32/synergy.wixproj b/src/setup/win32/synergy.wixproj index b239916f..dacfbd3c 100644 --- a/src/setup/win32/synergy.wixproj +++ b/src/setup/win32/synergy.wixproj @@ -1,31 +1,31 @@  - - - 3.10 - {d4ba9f39-6a35-4c8f-9cb2-67fcbe5cab17} - 2.0 - synergy - Package - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - ..\..\..\bin\$(Configuration)\ - ..\..\..\build\wix\obj\$(Configuration)\ - - - - $(WixExtDir)\WixFirewallExtension.dll - WixFirewallExtension - - - $(WixExtDir)\WixUtilExtension.dll - WixUtilExtension - - - C:\Program Files (x86)\WiX Toolset v3.10\bin\WixUIExtension.dll - WixUIExtension - - - - - + + + 3.10 + {d4ba9f39-6a35-4c8f-9cb2-67fcbe5cab17} + 2.0 + synergy + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + ..\..\..\bin\$(Configuration)\ + ..\..\..\build\wix\obj\$(Configuration)\ + + + + $(WixExtDir)\WixFirewallExtension.dll + WixFirewallExtension + + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension + + + C:\Program Files (x86)\WiX Toolset v3.10\bin\WixUIExtension.dll + WixUIExtension + + + + + \ No newline at end of file