/tools/nunit/mock-assembly.dll.config

http://github.com/philiplaureano/LinFu · Unknown · 60 lines · 49 code · 11 blank · 0 comment · 0 complexity · 3dc8aed6d8d24bbc295052f789d9104b MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <!--
  4. The following <runtime> section allows running the mock-assembyly tests
  5. under .NET 1.0 by redirecting assemblies. The appliesTo attribute
  6. causes the section to be ignored except under .NET 1.0.
  7. This section is
  8. -->
  9. <runtime>
  10. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
  11. appliesTo="v1.0.3705">
  12. <dependentAssembly>
  13. <assemblyIdentity name="System"
  14. publicKeyToken="b77a5c561934e089"
  15. culture=""/>
  16. <bindingRedirect oldVersion="1.0.5000.0"
  17. newVersion="1.0.3300.0"/>
  18. </dependentAssembly>
  19. <dependentAssembly>
  20. <assemblyIdentity name="System.Data"
  21. publicKeyToken="b77a5c561934e089"
  22. culture=""/>
  23. <bindingRedirect oldVersion="1.0.5000.0"
  24. newVersion="1.0.3300.0"/>
  25. </dependentAssembly>
  26. <dependentAssembly>
  27. <assemblyIdentity name="System.Drawing"
  28. publicKeyToken="b03f5f7f11d50a3a"
  29. culture=""/>
  30. <bindingRedirect oldVersion="1.0.5000.0"
  31. newVersion="1.0.3300.0"/>
  32. </dependentAssembly>
  33. <dependentAssembly>
  34. <assemblyIdentity name="System.Windows.Forms"
  35. publicKeyToken="b77a5c561934e089"
  36. culture=""/>
  37. <bindingRedirect oldVersion="1.0.5000.0"
  38. newVersion="1.0.3300.0"/>
  39. </dependentAssembly>
  40. <dependentAssembly>
  41. <assemblyIdentity name="System.Xml"
  42. publicKeyToken="b77a5c561934e089"
  43. culture=""/>
  44. <bindingRedirect oldVersion="1.0.5000.0"
  45. newVersion="1.0.3300.0"/>
  46. </dependentAssembly>
  47. </assemblyBinding>
  48. </runtime>
  49. </configuration>