~ubuntu-branches/ubuntu/quantal/ipod-sharp/quantal

« back to all changes in this revision

Viewing changes to tests/nunit-console.exe.config

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-13 12:36:39 UTC
  • mfrom: (1.1.4 upstream) (6.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061113123639-cynm2axegef1etff
* New upstream release
* debian/patches/01_fix-playcounts.patch:
  + Dropped, merged upstream
* debian/control:
  + Build depend on mono-gmcs, libmono-sharpzip2.84-cil, libmono2.0-cil,
    libglib2.0-dev and libipoddevice >= 0.5.0
  + Bumped Standards-Version to 3.7.2
  + Add ${misc:Depends} to Depends
  + Let libipodui-cil depend on libipod-cil
* debian/libipod-cil.install:
  + Add ipod-sharp-firmware.dll
* debian/patches/01_dllmap.patch:
  + Add dllmap to libgobject-2.0.so.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -->
7
7
  <appSettings>
8
8
 
9
 
        <!--    Specify the location to be used by .NET for the cache -->
 
9
        <!--
 
10
         Specify the location to be used by .NET for the cache
 
11
        -->
10
12
    <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
11
13
  
12
14
  </appSettings>
13
15
  
14
16
    <!-- 
15
 
     These statements specify the runtime versions supported
16
 
     in the order that they will be used if more than one
17
 
     is present. You can change the order of these if you like
18
 
     or remove any that do not apply.
19
 
         
 
17
     The startup section may be used to specify the runtime versions 
 
18
     supported in the order that they will be used if more than one
 
19
     is present. As supplied, this section is commented out, which
 
20
     causes nunit-console to use the version of the framework with
 
21
     which it was built.
 
22
         
20
23
         Since .NET 1.0 does not recognize the <supportedRuntime> elements,
21
24
         a <requiredRuntime> element is used in case it is the only version
22
25
         of the framework that is installed.
23
26
    -->
 
27
    <!--
24
28
  <startup>
25
 
 
 
29
          <supportedRuntime version="v2.0.50727" />
 
30
          <supportedRuntime version="v2.0.50215" />
 
31
          <supportedRuntime version="v2.0.40607" />
26
32
          <supportedRuntime version="v1.1.4322" />
27
 
          <supportedRuntime version="v2.0.40607" />
28
33
          <supportedRuntime version="v1.0.3705" />
29
34
        
30
35
          <requiredRuntime version="v1.0.3705" />
31
 
 
32
36
  </startup>
 
37
  -->
33
38
 
34
39
   <!--
35
40
    The following <runtime> section allows running nunit under 
48
53
      <dependentAssembly> 
49
54
        <assemblyIdentity name="System" 
50
55
                          publicKeyToken="b77a5c561934e089" 
51
 
                          culture=""/>
 
56
                          culture="neutral"/>
52
57
        <bindingRedirect  oldVersion="1.0.5000.0" 
53
58
                          newVersion="1.0.3300.0"/>
54
59
      </dependentAssembly>
56
61
      <dependentAssembly> 
57
62
        <assemblyIdentity name="System.Data" 
58
63
                          publicKeyToken="b77a5c561934e089" 
59
 
                          culture=""/>
 
64
                          culture="neutral"/>
60
65
        <bindingRedirect  oldVersion="1.0.5000.0" 
61
66
                          newVersion="1.0.3300.0"/>
62
67
      </dependentAssembly>
64
69
      <dependentAssembly> 
65
70
        <assemblyIdentity name="System.Drawing" 
66
71
                          publicKeyToken="b03f5f7f11d50a3a" 
67
 
                          culture=""/>
 
72
                          culture="neutral"/>
68
73
        <bindingRedirect  oldVersion="1.0.5000.0" 
69
74
                          newVersion="1.0.3300.0"/>
70
75
      </dependentAssembly>
72
77
      <dependentAssembly> 
73
78
        <assemblyIdentity name="System.Windows.Forms" 
74
79
                          publicKeyToken="b77a5c561934e089" 
75
 
                          culture=""/>
 
80
                          culture="neutral"/>
76
81
        <bindingRedirect  oldVersion="1.0.5000.0" 
77
82
                          newVersion="1.0.3300.0"/>
78
83
      </dependentAssembly>
80
85
      <dependentAssembly> 
81
86
        <assemblyIdentity name="System.Xml" 
82
87
                          publicKeyToken="b77a5c561934e089" 
83
 
                          culture=""/>
 
88
                          culture="neutral"/>
84
89
        <bindingRedirect  oldVersion="1.0.5000.0" 
85
90
                          newVersion="1.0.3300.0"/>
86
91
      </dependentAssembly>