/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
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <configSections>
- <sectionGroup name="NUnit">
- <section name="TestRunner"
- type="System.Configuration.NameValueSectionHandler" />
- </sectionGroup>
- </configSections>
- <NUnit>
- <TestRunner>
- <!-- Valid values are STA,MTA. Others ignored. -->
- <add key="ApartmentState" value="STA" />
- </TestRunner>
- </NUnit>
- </configuration>