From: rdw Date: Wed, 17 Oct 2012 15:18:00 +0000 (+0000) Subject: Commmit first draft of projects to build the MSIs. Note that the merge modules are... X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=1e9d459305c67d13d48ddd17bee1aeb795d24362 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 git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3789 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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