~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to install/tests.wxs

  • Committer: charliepoole
  • Date: 2008-04-27 19:27:47 UTC
  • Revision ID: vcs-imports@canonical.com-20080427192747-eb00ybm0know4dvf
Move install directory out of src to top level

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="Net_1.1_TestsGroup">
 
6
                <ComponentRef Id="NUnitTestProject_1.1" />
 
7
                <ComponentRef Id="framework_copy_for_tests_1.1" />
 
8
                <ComponentRef Id="base_tests_1.1" />
 
9
                <ComponentRef Id="gui_tests_1.1" />
 
10
                <ComponentRef Id="fit_tests_1.1" />
 
11
        </ComponentGroup>
 
12
        
 
13
        <ComponentGroup Id="Net_2.0_TestsGroup">
 
14
                <ComponentRef Id="NUnitTestProject_2.0" />
 
15
                <ComponentRef Id="framework_copy_for_tests_2.0" />
 
16
                <ComponentRef Id="base_tests_2.0" />
 
17
                <ComponentRef Id="gui_tests_2.0" />
 
18
                <ComponentRef Id="fit_tests_2.0" />
 
19
        </ComponentGroup>
 
20
        
 
21
    <DirectoryRef Id="net_1.1" FileSource="net-1.1">
 
22
 
 
23
        <Component Id="NUnitTestProject_1.1" DiskId="1" Guid="6670EEC9-2B3C-4c1f-A91C-BD0EDA0E8B12">
 
24
          <File Id="NUnitTests.nunit_1.1" Name="ALLTESTS.NUN" LongName="NUnitTests.nunit" />
 
25
                  <File Id="NUnitTests.config_1.1" Name="ALLTESTS.CFG" LongName="NUnitTests.config" />
 
26
                </Component>
 
27
 
 
28
        <Component Id="fit_tests_1.1" DiskId="1" Guid="33E1C9B4-254D-4aaa-8BF5-FB18DAE3220E" >
 
29
          <File Id="nunit.fixtures.dll_1.1" Name="FIXTURES.DLL" LongName="nunit.fixtures.dll" />
 
30
          <File Id="NUnitFitTests.html_1.1" Name="FITTESTS.HTM" LongName="NUnitFitTests.html" />
 
31
          <File Id="fit.dll_1.1" Name="fit.dll"/>
 
32
          <File Id="runFile.exe_1.1" Name="runFile.exe"/>
 
33
          <File Id="runFile.exe.config_1.1" Name="runFile.cfg" LongName="runFile.exe.config" />
 
34
        </Component>
 
35
 
 
36
    </DirectoryRef>
 
37
    
 
38
        <DirectoryRef Id="tests_1.1" FileSource="net-1.1\tests">
 
39
      
 
40
        <Component Id="framework_copy_for_tests_1.1" DiskId="1" Guid="2E8EF5D0-6EFE-4d8d-BC55-DF1126262C24">
 
41
              <File Id="nunit.framework.dll_1.1" Name="FRAMEWRK.DLL" LongName="nunit.framework.dll" />
 
42
        </Component>
 
43
        
 
44
        <Component Id="base_tests_1.1" DiskId="1" Guid="85DD0370-9E05-4e9a-8AB4-02A6C24986AB">
 
45
          <File Id="testutilities_1.1" Name="TESTUTIL.DLL" LongName="test-utilities.dll" />
 
46
          <File Id="testassembly_1.1" Name="TESTDATA.DLL" LongName="test-assembly.dll" />               
 
47
          <File Id="loadtestassembly_1.1" Name="LOADTEST.DLL" LongName="loadtest-assembly.dll" />               
 
48
          <File Id="mockassembly_1.1" Name="MOCKASM.DLL" LongName="mock-assembly.dll" />
 
49
          <File Id="nonamespaceassembly_1.1" Name="NONAMESP.DLL" LongName="nonamespace-assembly.dll" />
 
50
          <File Id="timingtests_1.1" Name="TIMING.DLL" LongName="timing-tests.dll" />
 
51
                  <File Id="nunit.util.tests_1.1" Name="TESTUTIL.DLL" LongName="nunit.util.tests.dll" />
 
52
                  <File Id="nunit.framework.tests_1.1" Name="TESTFRAM.DLL" LongName="nunit.framework.tests.dll" />
 
53
                  <File Id="nunit.mocks.tests_1.1" Name="TESTMOCK.DLL" LongName="nunit.mocks.tests.dll" />
 
54
                  <File Id="console.tests_1.1" Name="TESTCONS.DLL" LongName="nunit-console.tests.dll" />
 
55
          <File Id="nunit.extensions.tests_1.1" Name="TESTEXTN.DLL"     LongName="nunit.extensions.tests.dll" />
 
56
                  <File Id="nunit.core.tests_1.1" Name="TESTCORE.DLL" LongName="nunit.core.tests.dll" />
 
57
          <!-- <File Id="F__nunit_server_tests_dll_1.1" Name="NUST.DLL" LongName="nunit-server.tests.dll" /> -->
 
58
          <File Id="nunit.fixtures.tests.dll_1.1" Name="FIXTESTS.DLL" LongName="nunit.fixtures.tests.dll" />
 
59
        </Component>
 
60
          
 
61
        <Component Id="gui_tests_1.1" DiskId="1" Guid="C7E0B8E5-DE60-455a-B247-B204A4C28677">
 
62
                  <File Id="nunit.uikit.tests_1.1" Name="TESTUIKI.DLL" LongName="nunit.uikit.tests.dll" />
 
63
                  <File Id="gui.tests_1.1" Name="GUITESTS.DLL" LongName="nunit-gui.tests.dll" />
 
64
        </Component>
 
65
 
 
66
        </DirectoryRef>
 
67
        
 
68
    <DirectoryRef Id="net_2.0" FileSource="net-2.0">
 
69
 
 
70
        <Component Id="NUnitTestProject_2.0" DiskId="1" Guid="6670EEC9-2B3C-4c1f-A91C-BD0EDA0E8B12">
 
71
          <File Id="NUnitTests.nunit_2.0" Name="ALLTESTS.NUN" LongName="NUnitTests.nunit" />
 
72
                  <File Id="NUnitTests.config_2.0" Name="ALLTESTS.CFG" LongName="NUnitTests.config" />
 
73
                </Component>
 
74
 
 
75
        <Component Id="fit_tests_2.0" DiskId="1" Guid="33E1C9B4-254D-4aaa-8BF5-FB18DAE3220E" >
 
76
          <File Id="nunit.fixtures.dll_2.0" Name="FIXTURES.DLL" LongName="nunit.fixtures.dll" />
 
77
          <File Id="NUnitFitTests.html_2.0" Name="FITTESTS.HTM" LongName="NUnitFitTests.html" />
 
78
          <File Id="fit.dll_2.0" Name="fit.dll"/>
 
79
          <File Id="runFile.exe_2.0" Name="runFile.exe"/>
 
80
          <File Id="runFile.exe.config_2.0" Name="runFile.cfg" LongName="runFile.exe.config" />
 
81
        </Component>
 
82
 
 
83
    </DirectoryRef>
 
84
    
 
85
        <DirectoryRef Id="tests_2.0" FileSource="net-2.0\tests">
 
86
      
 
87
        <Component Id="framework_copy_for_tests_2.0" DiskId="1" Guid="2E8EF5D0-6EFE-4d8d-BC55-DF1126262C24">
 
88
              <File Id="nunit.framework.dll_2.0" Name="FRAMEWRK.DLL" LongName="nunit.framework.dll" />
 
89
        </Component>
 
90
        
 
91
        <Component Id="base_tests_2.0" DiskId="1" Guid="85DD0370-9E05-4e9a-8AB4-02A6C24986AB">
 
92
          <File Id="testutilities_2.0" Name="TESTUTIL.DLL" LongName="test-utilities.dll" />
 
93
          <File Id="testassembly_2.0" Name="TESTDATA.DLL" LongName="test-assembly.dll" />               
 
94
          <File Id="loadtestassembly_2.0" Name="LOADTEST.DLL" LongName="loadtest-assembly.dll" />               
 
95
          <File Id="mockassembly_2.0" Name="MOCKASM.DLL" LongName="mock-assembly.dll" />
 
96
          <File Id="nonamespaceassembly_2.0" Name="NONAMESP.DLL" LongName="nonamespace-assembly.dll" />
 
97
          <File Id="timingtests_2.0" Name="TIMING.DLL" LongName="timing-tests.dll" />
 
98
                  <File Id="nunit.util.tests_2.0" Name="TESTUTIL.DLL" LongName="nunit.util.tests.dll" />
 
99
                  <File Id="nunit.framework.tests_2.0" Name="TESTFRAM.DLL" LongName="nunit.framework.tests.dll" />
 
100
                  <File Id="nunit.mocks.tests_2.0" Name="TESTMOCK.DLL" LongName="nunit.mocks.tests.dll" />
 
101
                  <File Id="console.tests_2.0" Name="TESTCONS.DLL" LongName="nunit-console.tests.dll" />
 
102
          <File Id="nunit.extensions.tests_2.0" Name="TESTEXTN.DLL"     LongName="nunit.extensions.tests.dll" />
 
103
                  <File Id="nunit.core.tests_2.0" Name="TESTCORE.DLL" LongName="nunit.core.tests.dll" />
 
104
          <!-- <File Id="F__nunit_server_tests_dll_2.0" Name="NUST.DLL" LongName="nunit-server.tests.dll" /> -->
 
105
          <File Id="nunit.fixtures.tests.dll_2.0" Name="FIXTESTS.DLL" LongName="nunit.fixtures.tests.dll" />
 
106
        </Component>
 
107
          
 
108
        <Component Id="gui_tests_2.0" DiskId="1" Guid="C7E0B8E5-DE60-455a-B247-B204A4C28677">
 
109
                  <File Id="nunit.uikit.tests_2.0" Name="TESTUIKI.DLL" LongName="nunit.uikit.tests.dll" />
 
110
                  <File Id="gui.tests_2.0" Name="GUITESTS.DLL" LongName="nunit-gui.tests.dll" />
 
111
        </Component>
 
112
 
 
113
        </DirectoryRef>
 
114
        
 
115
  </Fragment>
 
116
</Wix>
 
 
b'\\ No newline at end of file'