From 606b59687e6f17d2382979d2c4dbae4b9c0014af Mon Sep 17 00:00:00 2001 From: Viacheslav Demydiuk Date: Tue, 12 Nov 2024 10:50:07 +0200 Subject: [PATCH] Removed bootstrappers as redundant projects --- MtApi5Bootstrapper/Bundle.wxs | 42 ---------------- MtApi5Bootstrapper/MtApi5Bootstrapper.wixproj | 50 ------------------- MtApiBootstrapper/Bundle.wxs | 41 --------------- MtApiBootstrapper/MtApiBootstrapper.wixproj | 41 --------------- 4 files changed, 174 deletions(-) delete mode 100755 MtApi5Bootstrapper/Bundle.wxs delete mode 100755 MtApi5Bootstrapper/MtApi5Bootstrapper.wixproj delete mode 100755 MtApiBootstrapper/Bundle.wxs delete mode 100755 MtApiBootstrapper/MtApiBootstrapper.wixproj diff --git a/MtApi5Bootstrapper/Bundle.wxs b/MtApi5Bootstrapper/Bundle.wxs deleted file mode 100755 index ca2c4859..00000000 --- a/MtApi5Bootstrapper/Bundle.wxs +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MtApi5Bootstrapper/MtApi5Bootstrapper.wixproj b/MtApi5Bootstrapper/MtApi5Bootstrapper.wixproj deleted file mode 100755 index 75e15389..00000000 --- a/MtApi5Bootstrapper/MtApi5Bootstrapper.wixproj +++ /dev/null @@ -1,50 +0,0 @@ - - - - Debug - x86 - 3.10 - 1497e285-c228-490b-9638-565e118548fb - 2.0 - MtApi5_Setup_$(Platform) - Bundle - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - - - ..\build\installers\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - ..\build\installers\$(Configuration)\ - obj\$(Configuration)\ - - - Debug - ..\build\installers\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - ..\build\installers\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - - - - $(WixExtDir)\WixBalExtension.dll - WixBalExtension - - - - - \ No newline at end of file diff --git a/MtApiBootstrapper/Bundle.wxs b/MtApiBootstrapper/Bundle.wxs deleted file mode 100755 index 5261fa70..00000000 --- a/MtApiBootstrapper/Bundle.wxs +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MtApiBootstrapper/MtApiBootstrapper.wixproj b/MtApiBootstrapper/MtApiBootstrapper.wixproj deleted file mode 100755 index 09d18c69..00000000 --- a/MtApiBootstrapper/MtApiBootstrapper.wixproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - Debug - x86 - 3.10 - 8e63046b-56e5-4623-8808-558ad72a8f2b - 2.0 - MtApi_Setup - Bundle - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - - - ..\build\installers\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - ..\build\installers\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - $(WixExtDir)\WixBalExtension.dll - WixBalExtension - - - - - \ No newline at end of file