PageRenderTime 58ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/nunit/runner/nunit-console-x86.exe.config

#
ASP.NET | 69 lines | 47 code | 11 blank | 11 comment | 0 complexity | 3673eacdbf2d6de95420c014099e34cd MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <runtime>
  4. <!-- We need this so test exceptions don't crash NUnit -->
  5. <legacyUnhandledExceptionPolicy enabled="1" />
  6. <!-- Look for addins in the addins directory for now -->
  7. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  8. <probing privatePath="lib;addins"/>
  9. </assemblyBinding>
  10. <!--
  11. The following <assemblyBinding> section allows running nunit under
  12. .NET 1.0 by redirecting assemblies. The appliesTo attribute
  13. causes the section to be ignored except under .NET 1.0
  14. on a machine with only the .NET version 1.0 runtime installed.
  15. If application and its tests were built for .NET 1.1 you will
  16. also need to redirect system assemblies in the test config file,
  17. which controls loading of the tests.
  18. -->
  19. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
  20. appliesTo="v1.0.3705">
  21. <dependentAssembly>
  22. <assemblyIdentity name="System"
  23. publicKeyToken="b77a5c561934e089"
  24. culture="neutral"/>
  25. <bindingRedirect oldVersion="1.0.5000.0"
  26. newVersion="1.0.3300.0"/>
  27. </dependentAssembly>
  28. <dependentAssembly>
  29. <assemblyIdentity name="System.Data"
  30. publicKeyToken="b77a5c561934e089"
  31. culture="neutral"/>
  32. <bindingRedirect oldVersion="1.0.5000.0"
  33. newVersion="1.0.3300.0"/>
  34. </dependentAssembly>
  35. <dependentAssembly>
  36. <assemblyIdentity name="System.Drawing"
  37. publicKeyToken="b03f5f7f11d50a3a"
  38. culture="neutral"/>
  39. <bindingRedirect oldVersion="1.0.5000.0"
  40. newVersion="1.0.3300.0"/>
  41. </dependentAssembly>
  42. <dependentAssembly>
  43. <assemblyIdentity name="System.Windows.Forms"
  44. publicKeyToken="b77a5c561934e089"
  45. culture="neutral"/>
  46. <bindingRedirect oldVersion="1.0.5000.0"
  47. newVersion="1.0.3300.0"/>
  48. </dependentAssembly>
  49. <dependentAssembly>
  50. <assemblyIdentity name="System.Xml"
  51. publicKeyToken="b77a5c561934e089"
  52. culture="neutral"/>
  53. <bindingRedirect oldVersion="1.0.5000.0"
  54. newVersion="1.0.3300.0"/>
  55. </dependentAssembly>
  56. </assemblyBinding>
  57. </runtime>
  58. </configuration>