csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
832 B
30 lines
832 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="gallio" type="Gallio.Runtime.GallioSectionHandler, Gallio" />
|
|
</configSections>
|
|
|
|
<appSettings>
|
|
<add key="OnlineHelpURL" value="http://www.gallio.org/Docs.aspx" />
|
|
</appSettings>
|
|
|
|
<runtime>
|
|
<!-- Don't kill application on first uncaught exception.
|
|
We don't want the test runner to terminate itself unexpectedly
|
|
without reporting the test failure associated with that exception. -->
|
|
<legacyUnhandledExceptionPolicy enabled="1" />
|
|
</runtime>
|
|
|
|
<system.runtime.remoting>
|
|
<customErrors mode="off"/>
|
|
</system.runtime.remoting>
|
|
|
|
<system.diagnostics>
|
|
<assert assertuienabled="false" />
|
|
</system.diagnostics>
|
|
|
|
<gallio>
|
|
<runtime>
|
|
</runtime>
|
|
</gallio>
|
|
</configuration>
|
|
|