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.
31 lines
1.1 KiB
31 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<gallio>
|
|
<assemblies>
|
|
<assembly file="Gallio.AutoCAD.dll" />
|
|
</assemblies>
|
|
<runtime>
|
|
<components>
|
|
|
|
<component id="AutoCAD.AcadTestRunnerFactory"
|
|
service="Gallio.Runner.ITestRunnerFactory, Gallio"
|
|
type="Gallio.Runner.DefaultTestRunnerFactory, Gallio">
|
|
<parameters>
|
|
<testDriverFactory>${AutoCAD.AcadTestDriverFactory}</testDriverFactory>
|
|
<name>AutoCAD</name>
|
|
<description>Runs tests within an AutoCAD instance.</description>
|
|
</parameters>
|
|
</component>
|
|
|
|
<component id="AutoCAD.AcadTestDriverFactory"
|
|
service="Gallio.Runner.Drivers.ITestDriverFactory, Gallio"
|
|
type="Gallio.AutoCAD.AcadTestDriverFactory, Gallio.AutoCAD" />
|
|
|
|
<component id="AutoCAD.AcadProcessFactory"
|
|
service="Gallio.AutoCAD.IAcadProcessFactory, Gallio.AutoCAD"
|
|
type="Gallio.AutoCAD.AcadProcessFactory, Gallio.AutoCAD" />
|
|
|
|
</components>
|
|
</runtime>
|
|
</gallio>
|
|
</configuration>
|