PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/packages/NUnit.2.5.10.11092/tools/runFile.exe.config

#
Unknown | 43 lines | 41 code | 2 blank | 0 comment | 0 complexity | 22ec34dd41e776a43118b9e100690621 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v2.0.50727" />
  5. <supportedRuntime version="v2.0.50215" />
  6. <supportedRuntime version="v2.0.40607" />
  7. <supportedRuntime version="v1.1.4322" />
  8. <supportedRuntime version="v1.0.3705" />
  9. <requiredRuntime version="v1.0.3705" />
  10. </startup>
  11. <!--
  12. The following <runtime> section allows running nunit tests under
  13. .NET 1.0 by redirecting assemblies. The appliesTo attribute
  14. causes the section to be ignored except under .NET 1.0.
  15. -->
  16. <runtime>
  17. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
  18. appliesTo="v1.0.3705">
  19. <dependentAssembly>
  20. <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="" />
  21. <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
  22. </dependentAssembly>
  23. <dependentAssembly>
  24. <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="" />
  25. <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
  26. </dependentAssembly>
  27. <dependentAssembly>
  28. <assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="" />
  29. <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
  30. </dependentAssembly>
  31. <dependentAssembly>
  32. <assemblyIdentity name="System.Windows.Forms" publicKeyToken="b77a5c561934e089" culture="" />
  33. <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
  34. </dependentAssembly>
  35. <dependentAssembly>
  36. <assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="" />
  37. <bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
  38. </dependentAssembly>
  39. </assemblyBinding>
  40. </runtime>
  41. </configuration>