Set native EOL on all wxs, make and vcxproj files. Revert the ones which had become...
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / OpenSSL-x64.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 LibEay64Component='{DCB83813-11B4-469D-BD26-5DBF9815AC36}' ?>
21 <?define SSlEay64Component='{EAC28C6F-C98E-454F-BFE7-076D7C0A5CF1}' ?>
22 <?define LibEay64Componentd='{D6E409C6-2F1C-42BA-8759-CF898C62C9A9}' ?>
23 <?define SSlEay64Componentd='{8FBB6D41-0044-4969-AA27-813EF2606C7A}' ?>
24
25 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
26   <Module Id='OpenSSLMergeModule_x64' Language='1033' Version='$(var.OpenSSLVersion)'>
27     <Package Id='{EEB21422-347C-4AFA-A347-DCA0E5D61572}' Description='Merge Module for OpenSSL (x64)'
28              Comments='This module is built by the Shibboleth Consortium. Includes libeay32 and ssleay32.'
29              Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x64'/>
30     <Directory Id='TARGETDIR' Name='SourceDir'>
31       <Directory Id='ProgramFiles64Folder' >
32         <Directory Id='shibboleth' Name='Shibboleth'>
33           <Directory Id='shibboleth_sp' Name='SP'>
34             <Directory Id='lib' Name='lib' FileSource='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll\' >
35               <Component Id='libeay32.dll' Guid='$(var.LibEay64Component)' Win64='yes'>
36                 <File KeyPath='yes' Checksum='yes' Name='libeay32_$(var.OpenSSLFileVersion).dll' />
37               </Component>
38               <Component Id='ssleay32.dll' Guid='$(var.SSlEay64Component)' Win64='yes'>
39                 <File KeyPath='yes' Checksum='yes' Name='ssleay32_$(var.OpenSSLFileVersion).dll' />
40               </Component>
41               <Component Id='openssl.exe' Guid='{AF6DBF01-02E0-4CA4-9466-2E95EAC1200E}' Win64='yes'>
42                 <File KeyPath='yes' Checksum='yes' Name='openssl.exe' />
43               </Component>
44               <Directory Id='lib_debug' Name='debug' FileSource='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll.dbg\'>
45                 <Component Id='libeay32D.dll' Guid='$(var.LibEay64Componentd)' Win64='yes'>
46                   <File KeyPath='yes' Checksum='yes' Name='libeay32_$(var.OpenSSLFileVersion)D.dll' />
47                 </Component>
48                 <Component Id='ssleay32D.dll' Guid='$(var.SSlEay64Componentd)' Win64='yes'>
49                   <File KeyPath='yes' Checksum='yes' Name='ssleay32_$(var.OpenSSLFileVersion)D.dll' />
50                 </Component>
51                 <Component Id='openssl.exe_debug' Guid='{3555958C-C30D-4829-BC17-936D2EEC3EA4}' Win64='yes'>
52                   <File Id='openssl.exe_debug' KeyPath='yes' Checksum='yes' Name='openssl.exe' />
53                 </Component>
54               </Directory><!-- lib_debug-->
55             </Directory><!-- lib -->
56             <Directory Id='doc' Name='doc'>
57               <Component Id='OPENSSL.LICENSE' Guid='{10B77A21-E554-47F2-99F0-7171304FE899}' Win64='yes'>
58                 <File KeyPath='yes' Name='OPENSSL.LICENSE' Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\LICENSE' />
59               </Component>
60             </Directory><!-- doc -->
61           </Directory><!-- shibboleth_sp -->
62         </Directory><!-- shibboleth -->
63       </Directory><!-- ProgramFilesFolder -->
64     </Directory>
65   </Module>
66 </Wix>