~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to install/addins.wxs

  • Committer: charliepoole
  • Date: 2008-05-05 22:17:22 UTC
  • Revision ID: vcs-imports@canonical.com-20080505221722-7bdjujqed8pk6al3
Add back RowTestExtension as a separately compiled assembly, bundled
with NUnit, and modify build script to handle addins.

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/2003/01/wi">
 
3
  <Fragment>
 
4
 
 
5
    <ComponentGroup Id="RowTestExtension_1.1">
 
6
      <ComponentRef Id="RowTestAddin_1.1"/>
 
7
      <ComponentRef Id="RowTest_1.1"/>
 
8
      <ComponentRef Id="RowTestLicense"/>
 
9
    </ComponentGroup>
 
10
  
 
11
    <DirectoryRef Id="INSTALLDIR">
 
12
 
 
13
      <Component Id="RowTestLicense" Guid="D394F6E1-C2D5-4d37-8E77-4941EDB3FC5D">
 
14
        <File Id="rowtest_license" Name="ROWTSTLI.TXT" LongName="rowtest-license.txt"
 
15
              Source="rowtest-license.txt" Vital="yes" KeyPath="yes" DiskId="1" />
 
16
      </Component>
 
17
 
 
18
    </DirectoryRef>
 
19
 
 
20
    <DirectoryRef Id="addins_1.1" FileSource="net-1.1\addins">
 
21
         
 
22
      <Component Id="RowTestAddin_1.1" DiskId="1" Guid="{DB47AEAF-D2BB-4d24-8CE4-479E7E8A0F37}">
 
23
        <File Id="RowTestAddin_1.1" Name="RTADDIN.DLL" LongName="NUnitExtension.RowTest.Addin.dll" />
 
24
      </Component>
 
25
 
 
26
    </DirectoryRef>
 
27
        
 
28
    <DirectoryRef Id="lib_1.1" FileSource="net-1.1\lib">
 
29
 
 
30
      <Component Id="RowTest_1.1" DiskId="1" Guid="{F47269CB-79AE-483e-BDAD-4C1C435ED566}">
 
31
        <File Id="RowTest_1.1" Name="ROWTEST.DLL" LongName="NUnitExtension.RowTest.dll" />
 
32
      </Component>
 
33
 
 
34
    </DirectoryRef>
 
35
 
 
36
    <ComponentGroup Id="RowTestExtension_2.0">
 
37
      <ComponentRef Id="RowTestAddin_2.0"/>
 
38
      <ComponentRef Id="RowTest_2.0"/>
 
39
      <ComponentRef Id="RowTestLicense"/>
 
40
    </ComponentGroup>
 
41
  
 
42
    <DirectoryRef Id="addins_2.0" FileSource="net-2.0\addins">
 
43
         
 
44
      <Component Id="RowTestAddin_2.0" DiskId="1" Guid="{E960FC9D-41CB-44bd-8311-5DB988B0689F}">
 
45
        <File Id="RowTestAddin_2.0" Name="RTADDIN.DLL" LongName="NUnitExtension.RowTest.Addin.dll" />
 
46
      </Component>
 
47
 
 
48
    </DirectoryRef>
 
49
        
 
50
    <DirectoryRef Id="lib_2.0" FileSource="net-2.0\lib">
 
51
 
 
52
      <Component Id="RowTest_2.0" DiskId="1" Guid="{125E1D98-9FB9-476f-B225-4269C1E7F597}">
 
53
        <File Id="RowTest_2.0" Name="ROWTEST.DLL" LongName="NUnitExtension.RowTest.dll" />
 
54
      </Component>
 
55
 
 
56
    </DirectoryRef>
 
57
        
 
58
  </Fragment>
 
59
</Wix>
 
 
b'\\ No newline at end of file'