Set native EOL on all wxs, make and vcxproj files. Revert the ones which had become...
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / OpenSAML-x86.wxs
1 <?xml version='1.0' encoding='UTF-8'?>
2
3 <!-- Licensed to the University Corporation for Advanced Internet
4    Development, Inc. (UCAID) under one or more contributor license
5    agreements.  See the NOTICE file distributed with this work for
6    additional information regarding copyright ownership. The UCAID
7    licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance
9    with the License.  You may obtain a copy of the License at
10  
11      http://www.apache.org/licenses/LICENSE-2.0
12  
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16    implied.  See the License for the specific language governing
17    permissions and limitations under the License.  -->
18
19 <?include ..\Versions.wxi ?>
20 <?define SamlComponent32='{B52F8C71-2042-4CDF-A250-BD773985A2AB}' ?>
21 <?define XMLToolingComponent32='{53533A59-A563-439D-B13D-A4D7090C42D3}' ?>
22 <?define XMLToolingLiteComponent32='{5045A722-D6D6-4E55-9196-CB7C50B4446F}' ?>
23 <?define SamlComponent32d='{7B934257-5F7F-428E-930E-A793A11573D7}' ?>
24 <?define XMLToolingComponent32d='{380E59DF-24F8-4F60-97A7-CC67FB76B4CC}' ?>
25 <?define XMLToolingLiteComponent32d='{DB6D8737-4E3D-4C06-87F1-C59C7D7CB47A}' ?>
26
27 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
28   <Module Id='OpenSAMLMergeModule_x86' Language='1033' Version='$(var.OpenSAMLVersion)'>
29     <Package Id='{D6367F80-6B31-4554-ABE4-53404DD46F35}' Description='Merge Module for OpenSAML (x86)'
30              Comments='This module is built by the Shibboleth Consortium. Includes XMLTooling library.'
31              Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x86'/>
32
33     <Directory Id='TARGETDIR' Name='SourceDir'>
34       <Directory Id='ProgramFilesFolder' Name='ProgramFiles'>
35         <Directory Id='shibboleth' Name='Shibboleth'>
36           <Directory Id='shibboleth_SP' Name='SP'>
37             <Directory Id='lib' Name='lib' FileSource='$(var.SPBuildDirectory)\cpp-opensaml\Release\'>
38               <Component Id='saml.dll' Guid='$(var.SamlComponent32)'>
39                 <File KeyPath='yes' Checksum='yes' Name='saml$(var.OpenSAMLFileVersion).dll' />
40               </Component>
41               <Component Id='samlsign.exe' Guid='{3DC7A431-9623-4283-BA07-444DB1C1F864}'>
42                 <File KeyPath='yes' Checksum='yes' Name='samlsign.exe' />
43               </Component>
44               <Component Id='xmltooling.dll' Guid='$(var.XMLToolingComponent32)'>
45                 <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Release\xmltooling$(var.XmlToolingFileVersion).dll' />
46               </Component>
47               <Component Id='xmltooling_lite.dll' Guid='$(var.XMLToolingLiteComponent32)'>
48                 <File KeyPath='yes' Checksum='yes' Source='$(var.SPBuildDirectory)\cpp-xmltooling\Release\xmltooling-lite$(var.XmlToolingFileVersion).dll' />
49               </Component>
50               <Directory Id='lib_debug' Name='debug' FileSource='$(var.SPBuildDirectory)\cpp-opensaml\Debug\'>
51                 <Component Id='samlD.dll' Guid='$(var.SamlComponent32d)'>
52                   <File KeyPath='yes' Checksum='yes' Name='saml$(var.OpenSAMLFileVersion)D.dll' />
53                 </Component>
54                 <Component Id='samlsign.exe_debug' Guid='{EFCAEBC5-242F-416C-8F87-B7DD49C1AE29}'>
55                   <File KeyPath='yes' Checksum='yes' Id='samlsign.exe_debug' Name='samlsign.exe' />
56                 </Component>
57                 <Component Id='xmltoolingD.dll' Guid='$(var.XMLToolingComponent32d)'>
58                   <File KeyPath='yes' Checksum='yes'
59                     Source='$(var.SPBuildDirectory)\cpp-xmltooling\Debug\xmltooling$(var.XmlToolingFileVersion)D.dll' />
60                 </Component>
61                 <Component Id='xmltooling_liteD.dll' Guid='$(var.XMLToolingLiteComponent32d)'>
62                   <File KeyPath='yes' Checksum='yes'
63                     Source='$(var.SPBuildDirectory)\cpp-xmltooling\Debug\xmltooling-lite$(var.XmlToolingFileVersion)D.dll' />
64                 </Component>
65               </Directory><!-- lib_debug -->
66             </Directory><!-- lib -->
67             <Directory Id='doc' Name='doc'>
68               <Component Id='doc' Guid='{EEA99655-7A42-4D5D-AB64-AA7DD5A99409}'>
69                 <File KeyPath='yes' Name='OPENSAML.LICENSE' Source='$(var.SPBuildDirectory)\cpp-opensaml\doc\LICENSE.txt' />
70                 <File Name='OPENSAML.NOTICE' Source='$(var.SPBuildDirectory)\cpp-opensaml\doc\NOTICE.txt' />
71                 <File Name='OPENSAML.README' Source='$(var.SPBuildDirectory)\cpp-opensaml\doc\README.txt' />
72               </Component>
73             </Directory><!-- doc -->
74           </Directory><!-- shibboleth_SP -->
75         </Directory><!-- shibboleth -->
76       </Directory><!-- ProgramFilesFolder -->
77     </Directory><!-- TARGETDIR -->
78   </Module>
79 </Wix>