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.
16 lines
623 B
16 lines
623 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
|
|
<HostApplication>
|
|
<Name>Microsoft Visual Studio</Name>
|
|
<Version>9.0</Version>
|
|
</HostApplication>
|
|
<Addin>
|
|
<FriendlyName>Gallio</FriendlyName>
|
|
<Description>Gallio integration for Visual Studio</Description>
|
|
<Assembly>Gallio.VisualStudio.Shell.dll</Assembly>
|
|
<FullClassName>Gallio.VisualStudio.Shell.ShellAddInHandler</FullClassName>
|
|
<LoadBehavior>1</LoadBehavior>
|
|
<CommandPreload>0</CommandPreload>
|
|
<CommandLineSafe>0</CommandLineSafe>
|
|
</Addin>
|
|
</Extensibility>
|
|
|