/AvalonEdit/ICSharpCode.AvalonEdit.Tests/app.config

http://github.com/icsharpcode/ILSpy · ASP.NET · 15 lines · 14 code · 0 blank · 1 comment · 0 complexity · e76fc4aaf367bc28f6e8fcf633c5b042 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="NUnit">
  5. <section name="TestRunner"
  6. type="System.Configuration.NameValueSectionHandler" />
  7. </sectionGroup>
  8. </configSections>
  9. <NUnit>
  10. <TestRunner>
  11. <!-- Valid values are STA,MTA. Others ignored. -->
  12. <add key="ApartmentState" value="STA" />
  13. </TestRunner>
  14. </NUnit>
  15. </configuration>