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.
24 lines
594 B
24 lines
594 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<?if NET35?>
|
|
<?define USE_GALLIO35?>
|
|
<?elsif NET40?>
|
|
<?define USE_GALLIO35?>
|
|
<?end?>
|
|
|
|
<?if USE_GALLIO35?>
|
|
<gallio>
|
|
<assemblies>
|
|
<assembly file="Gallio35.dll" />
|
|
</assemblies>
|
|
|
|
<runtime>
|
|
<components>
|
|
<component id="Core.ExpressionFormattingRule"
|
|
service="Gallio.Framework.Formatting.IFormattingRule, Gallio"
|
|
type="Gallio.Framework.Formatting.ExpressionFormattingRule, Gallio35" />
|
|
</components>
|
|
</runtime>
|
|
</gallio>
|
|
<?end?>
|
|
</configuration>
|
|
|