~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Libraries/SharpSvn/SharpSvn.wxs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/wix/2006/wi tools/wix.xsd">
 
3
  <!-- $Id: SharpSvn.wxs 1296 2009-06-21 12:07:55Z rhuijben $ -->
 
4
  <Fragment>
 
5
    <!-- When referenced installs a Win32 SharpSvn into the directory DIR_SharpSvn -->
 
6
    <ComponentGroup Id="LOCAL_SharpSvn_Win32">
 
7
      <ComponentRef Id="C_LOCAL_SharpSvn.dll" />
 
8
      <ComponentRef Id="C_LOCAL_SharpSvn_Sasl21_23_win32.dll" />
 
9
      <ComponentRef Id="C_LOCAL_SharpPlink_Win32.svnExe" />
 
10
      <?ifndef SharpSvn_NoDB?>
 
11
      <ComponentRef Id="C_LOCAL_SharpSvn_DB44_20_win32.dll" />
 
12
      <?endif?>
 
13
      <?ifdef SharpSvn_Pdb?>
 
14
      <ComponentRef Id="C_LOCAL_SharpSvn.pdb" />
 
15
      <ComponentRef Id="C_LOCAL_SharpPlink_Win32.pdb" />
 
16
      <?endif?>
 
17
      <?ifndef SharpSvn_NoXml?>
 
18
      <ComponentRef Id="C_LOCAL_SharpSvn.xml" />
 
19
      <?endif?>
 
20
      <?ifndef SharpSvn_NoResources?>
 
21
      <!-- TODO: Add resource dll's -->
 
22
      <?endif?>
 
23
    </ComponentGroup>
 
24
  </Fragment>
 
25
  <Fragment>
 
26
    <!-- When referenced installs SharpSvn into the GAC -->
 
27
    <ComponentGroup Id="GAC_SharpSvn_Win32">
 
28
      <!-- Not implemented yet -->
 
29
      <ComponentRef Id="C_GAC_SharpSvn" />
 
30
    </ComponentGroup>
 
31
  </Fragment>
 
32
  <Fragment>
 
33
    <!-- When referenced installs a SharpSvn.UI into the directory DIR_SharpSvn -->
 
34
    <ComponentGroup Id="LOCAL_SharpSvnUI">
 
35
      <ComponentRef Id="C_LOCAL_SharpSvn.UI.dll" />
 
36
      <?ifdef SharpSvn_Pdb?>
 
37
      <ComponentRef Id="C_LOCAL_SharpSvn.UI.pdb" />
 
38
      <?endif?>
 
39
      <?ifndef SharpSvn_NoXml?>
 
40
      <ComponentRef Id="C_LOCAL_SharpSvn.UI.xml" />
 
41
      <?endif?>
 
42
      <?ifndef SharpSvn_NoResources?>
 
43
      <!-- TODO: Add resource dll's -->
 
44
      <?endif?>
 
45
    </ComponentGroup>
 
46
  </Fragment>
 
47
  <Fragment>
 
48
    <!-- Always installed items -->
 
49
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
50
      <Component Id="C_LOCAL_SharpSvn.dll" Guid="32EB117A-B450-4137-B453-072D03DAECB1">
 
51
        <File Id="CF_LOCAL_SharpSvn.dll" Name="SharpSvn.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
 
52
      </Component>
 
53
      <Component Id="C_LOCAL_SharpSvn_Sasl21_23_win32.dll" Guid="CE42CB05-C393-4876-8F1A-10711D68ACF1">
 
54
        <File Id="CF_LOCAL_SharpSvn_Sasl21_23_win32.dll" Name="SharpSvn-Sasl21-23-win32.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
 
55
      </Component>
 
56
      <Component Id="C_LOCAL_SharpPlink_Win32.svnExe" Guid="34F616E9-637E-44F0-9416-F79325560FDE">
 
57
        <File Id="CF_LOCAL_SharpPlink_Win32.svnExe" Name="SharpPlink-Win32.svnExe" Vital="yes" KeyPath="yes" Checksum="yes" />
 
58
      </Component>
 
59
    </DirectoryRef>
 
60
  </Fragment>
 
61
  <Fragment>
 
62
    <!-- BDB is optional (BDB repository format support is disabled if not available) -->
 
63
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
64
      <Component Id="C_LOCAL_SharpSvn_DB44_20_win32.dll" Guid="29EEA692-708D-499B-8543-E4B43D1293AE">
 
65
        <File Id="CF_LOCAL_SharpSvn_DB44_20_win32.dll" Name="SharpSvn-DB44-20-win32.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
 
66
      </Component>
 
67
    </DirectoryRef>
 
68
  </Fragment>
 
69
  <Fragment>
 
70
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
71
      <Component Id="C_LOCAL_SharpSvn.pdb" Guid="F38A631A-F9DE-4A4C-B4DD-2C94FA4A7E1F">
 
72
        <File Id="CF_LOCAL_SharpSvn.pdb" Name="SharpSvn.pdb" KeyPath="yes" />
 
73
      </Component>
 
74
      <Component Id="C_LOCAL_SharpPlink_Win32.pdb" Guid="F3ED7757-1A3E-4F56-8CCE-811924222608">
 
75
        <File Id="CF_LOCAL_SharpPlink_Win32.pdb" Name="SharpPlink-Win32.pdb" KeyPath="yes" />
 
76
      </Component>
 
77
    </DirectoryRef>
 
78
  </Fragment>
 
79
  <Fragment>
 
80
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
81
      <Component Id="C_LOCAL_SharpSvn.xml" Guid="79440517-DF55-459A-93D6-B3A59D976072">
 
82
        <File Id="CF_LOCAL_SharpSvn.xml" Name="SharpSvn.xml" KeyPath="yes" />
 
83
      </Component>
 
84
    </DirectoryRef>
 
85
  </Fragment>
 
86
  <Fragment>
 
87
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
88
      <Component Id="C_LOCAL_SharpSvn.UI.dll" Guid="19505234-2C62-4785-B12B-D4891966A87E">
 
89
        <File Id="CF_LOCAL_SharpSvn.UI.dll" Name="SharpSvn.UI.dll" Vital="yes" KeyPath="yes" Checksum="yes"/>
 
90
      </Component>
 
91
    </DirectoryRef>
 
92
  </Fragment>
 
93
  <Fragment>
 
94
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
95
      <Component Id="C_LOCAL_SharpSvn.UI.pdb" Guid="4DC97A6D-5BF8-4FBC-A525-698A4466C5ED">
 
96
        <File Id="CF_LOCAL_SharpSvn.UI.pdb" Name="SharpSvn.UI.pdb" KeyPath="yes"/>
 
97
      </Component>
 
98
    </DirectoryRef>
 
99
  </Fragment>
 
100
  <Fragment>
 
101
    <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
 
102
      <Component Id="C_LOCAL_SharpSvn.UI.xml" Guid="FDBDAF00-1FCB-4A44-8E97-3ED6766B626B">
 
103
        <File Id="CF_LOCAL_SharpSvn.UI.xml" Name="SharpSvn.UI.xml" KeyPath="yes"/>
 
104
      </Component>
 
105
    </DirectoryRef>
 
106
  </Fragment>
 
107
</Wix>