~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Tools/NUnit/nunit.exe.config

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<configuration>
 
3
  <!--
 
4
     Application settings for NUnit-gui.exe. Do NOT put settings
 
5
         for use by your tests here.
 
6
        -->
 
7
  <appSettings>
 
8
    <!--
 
9
     Uncomment to specify the url to be used for help. If not used, the
 
10
     default value is something like
 
11
                file://localhost/C:/Program Files/NUnit 2.2/doc/index.html
 
12
         This setting is provided in case your default browser doesn't
 
13
         support this format.
 
14
        -->
 
15
    <!-- <add key="helpUrl" value="http://www.nunit.org" /> -->
 
16
  </appSettings>
 
17
 
 
18
  <runtime>
 
19
    <!-- We need this so test exceptions don't crash NUnit -->
 
20
    <legacyUnhandledExceptionPolicy enabled="1" />
 
21
 
 
22
    <!-- Look for addins in the addins directory for now -->
 
23
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
 
24
      <probing privatePath="lib;addins" />
 
25
    </assemblyBinding>
 
26
 
 
27
    <!--
 
28
    The following <assemblyBinding> section allows running nunit under 
 
29
    .NET 1.0 by redirecting assemblies. The appliesTo attribute
 
30
    causes the section to be ignored except under .NET 1.0
 
31
    on a machine with only the .NET version 1.0 runtime installed.
 
32
    If application and its tests were built for .NET 1.1 you will
 
33
    also need to redirect system assemblies in the test config file,
 
34
    which controls loading of the tests.
 
35
   -->
 
36
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
 
37
       appliesTo="v1.0.3705">
 
38
 
 
39
      <dependentAssembly>
 
40
        <assemblyIdentity name="System"
 
41
                          publicKeyToken="b77a5c561934e089"
 
42
                          culture="neutral"/>
 
43
        <bindingRedirect  oldVersion="1.0.5000.0"
 
44
                          newVersion="1.0.3300.0"/>
 
45
      </dependentAssembly>
 
46
 
 
47
      <dependentAssembly>
 
48
        <assemblyIdentity name="System.Data"
 
49
                          publicKeyToken="b77a5c561934e089"
 
50
                          culture="neutral"/>
 
51
        <bindingRedirect  oldVersion="1.0.5000.0"
 
52
                          newVersion="1.0.3300.0"/>
 
53
      </dependentAssembly>
 
54
 
 
55
      <dependentAssembly>
 
56
        <assemblyIdentity name="System.Drawing"
 
57
                          publicKeyToken="b03f5f7f11d50a3a"
 
58
                          culture="neutral"/>
 
59
        <bindingRedirect  oldVersion="1.0.5000.0"
 
60
                          newVersion="1.0.3300.0"/>
 
61
      </dependentAssembly>
 
62
 
 
63
      <dependentAssembly>
 
64
        <assemblyIdentity name="System.Windows.Forms"
 
65
                          publicKeyToken="b77a5c561934e089"
 
66
                          culture="neutral"/>
 
67
        <bindingRedirect  oldVersion="1.0.5000.0"
 
68
                          newVersion="1.0.3300.0"/>
 
69
      </dependentAssembly>
 
70
 
 
71
      <dependentAssembly>
 
72
        <assemblyIdentity name="System.Xml"
 
73
                          publicKeyToken="b77a5c561934e089"
 
74
                          culture="neutral"/>
 
75
        <bindingRedirect  oldVersion="1.0.5000.0"
 
76
                          newVersion="1.0.3300.0"/>
 
77
      </dependentAssembly>
 
78
 
 
79
    </assemblyBinding>
 
80
 
 
81
  </runtime>
 
82
 
 
83
</configuration>
 
 
b'\\ No newline at end of file'