From c245229f2b0384f2c767caadd8aaed6513e3fb93 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Wed, 17 Oct 2012 15:18:00 +0000 Subject: [PATCH] Commmit first draft of projects to build the MSIs. Note that the merge modules are to come as is integration into the sln and moving of Versions.wxi into Versions.props --- msi/WiX/Library/Library.wixproj | 39 +++++++++++++++++++ msi/WiX/Shibboleth32/Shibboleth32.wixproj | 63 ++++++++++++++++++++++++++++++ msi/WiX/Shibboleth64/Shibboleth64.wixproj | 64 +++++++++++++++++++++++++++++++ 3 files changed, 166 insertions(+) create mode 100644 msi/WiX/Library/Library.wixproj create mode 100644 msi/WiX/Shibboleth32/Shibboleth32.wixproj create mode 100644 msi/WiX/Shibboleth64/Shibboleth64.wixproj diff --git a/msi/WiX/Library/Library.wixproj b/msi/WiX/Library/Library.wixproj new file mode 100644 index 0000000..fa222fb --- /dev/null +++ b/msi/WiX/Library/Library.wixproj @@ -0,0 +1,39 @@ + + + + Debug + x86 + 3.5 + {2d6dd290-8f35-434a-baf0-a3271dd36280} + 2.0 + Shibboleth + Library + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + ..\ + .\ + + + ..\ + .\ + + + + + + + + + + + + diff --git a/msi/WiX/Shibboleth32/Shibboleth32.wixproj b/msi/WiX/Shibboleth32/Shibboleth32.wixproj new file mode 100644 index 0000000..bf5c80f --- /dev/null +++ b/msi/WiX/Shibboleth32/Shibboleth32.wixproj @@ -0,0 +1,63 @@ + + + + + Debug + x86 + 3.5 + {cb336986-b518-4b6f-96a7-6ca17ada82df} + 2.0 + Shibboleth32 + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + ..\ + .\ + Debug;BuildRoot=$(CxxTestRoot) + -sw1055 -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension + True + ICE82 + + + + + + + ..\ + .\ + + + + ShibbolethSP-exe-x86.wxs + + + ShibbolethSP-gui.wxs + + + ShibbolethSP-install-dlg.wxs + + + ShibbolethSP-main-x86.wxs + + + ShibbolethSP-noarch.wxs + + + ShibbolethSP-registry-x86.wxs + + + ShibbolethSP-update-dlg.wxs + + + + + \ No newline at end of file diff --git a/msi/WiX/Shibboleth64/Shibboleth64.wixproj b/msi/WiX/Shibboleth64/Shibboleth64.wixproj new file mode 100644 index 0000000..257c71d --- /dev/null +++ b/msi/WiX/Shibboleth64/Shibboleth64.wixproj @@ -0,0 +1,64 @@ + + + + Debug + x64 + 3.5 + {d0ca844c-998e-4ab6-8274-059cee8c2fe8} + 2.0 + Shibboleth64 + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + ..\ + .\ + Debug + -sw1055 -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension + ICE82 + True + + + ..\ + .\ + + + + ShibbolethSP-exe-x64.wxs + + + ShibbolethSP-exe-x86.wxs + + + ShibbolethSP-gui.wxs + + + ShibbolethSP-install-dlg.wxs + + + ShibbolethSP-main-x64.wxs + + + ShibbolethSP-noarch.wxs + + + ShibbolethSP-registry-x64.wxs + + + ShibbolethSP-registry-x86.wxs + + + ShibbolethSP-update-dlg.wxs + + + + + \ No newline at end of file -- 2.1.4