You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.config 422 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="NUnit">
  5. <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
  6. </sectionGroup>
  7. </configSections>
  8. <NUnit>
  9. <TestRunner>
  10. <add key="ApartmentState" value="STA"/>
  11. </TestRunner>
  12. </NUnit>
  13. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration>