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.
17 lines
497 B
17 lines
497 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<gallio>
|
|
<assemblies>
|
|
<assembly file="Gallio.XunitAdapter.dll" />
|
|
<assembly file="xunit.dll" />
|
|
</assemblies>
|
|
|
|
<runtime>
|
|
<components>
|
|
<component id="XunitAdapter.TestFramework"
|
|
service="Gallio.Model.ITestFramework, Gallio"
|
|
type="Gallio.XunitAdapter.Model.XunitTestFramework, Gallio.XunitAdapter" />
|
|
</components>
|
|
</runtime>
|
|
</gallio>
|
|
</configuration>
|
|
|