Dwsim / data /DWSIM.Math.DotNumerics /DWSIM.MathOps.DotNumerics.csproj
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{48185EF1-B73B-457B-AA37-0BCE567C5AB1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DotNumerics</RootNamespace>
<AssemblyName>DWSIM.MathOps.DotNumerics</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>0</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>0</WarningLevel>
<DocumentationFile>bin\Release\DWSIM.MathOps.DotNumerics.xml</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>0</WarningLevel>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>bin\Release\DWSIM.MathOps.DotNumerics.xml</DocumentationFile>
<Optimize>true</Optimize>
<WarningLevel>0</WarningLevel>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ODE\Dopri5\Dopri5.cs" />
<Compile Include="ODE\Dopri5\Interfaces.cs" />
<Compile Include="ODE\DVode\dvode.cs" />
<Compile Include="ODE\OdeAdamsMoulton.cs" />
<Compile Include="ODE\OdeDelegates.cs" />
<Compile Include="ODE\OdeEnumerators.cs" />
<Compile Include="ODE\OdeExplicitRungeKutta45.cs" />
<Compile Include="ODE\OdeGearsBDF.cs" />
<Compile Include="ODE\OdeImplicitRungeKutta5.cs" />
<Compile Include="ODE\Radau5\dc_decsol.cs" />
<Compile Include="ODE\Radau5\decsol.cs" />
<Compile Include="ODE\Radau5\Interfaces.cs" />
<Compile Include="ODE\Radau5\radau5.cs" />
<Compile Include="ODE\RKSolOut.cs" />
<Compile Include="ODE\DVode\xBaseOdeGearsAndAdamsMoulton.cs" />
<Compile Include="ODE\xBaseOdeRungeKutta.cs" />
<Compile Include="ODE\xOdeBase.cs" />
<Compile Include="FortranLibrary\Characters.cs" />
<Compile Include="FortranLibrary\CommonBlock.cs" />
<Compile Include="Complex.cs" />
<Compile Include="FortranLibrary\ConsoleLib.cs" />
<Compile Include="FortranLibrary\FortranLib.cs" />
<Compile Include="FortranLibrary\Obool.cs" />
<Compile Include="FortranLibrary\Ochar.cs" />
<Compile Include="FortranLibrary\Odouble.cs" />
<Compile Include="FortranLibrary\Ofloat.cs" />
<Compile Include="FortranLibrary\Oint.cs" />
<Compile Include="LinearAlgebra\BandMatrix.cs" />
<Compile Include="LinearAlgebra\BaseBandMatrix.cs" />
<Compile Include="LinearAlgebra\BaseMatrix.cs" />
<Compile Include="LinearAlgebra\ComplexMatrix.cs" />
<Compile Include="LinearAlgebra\ComplexVector.cs" />
<Compile Include="LinearAlgebra\CSEispack\cbabk2.cs" />
<Compile Include="LinearAlgebra\CSEispack\cbal.cs" />
<Compile Include="LinearAlgebra\CSEispack\cdiv.cs" />
<Compile Include="LinearAlgebra\CSEispack\cg.cs" />
<Compile Include="LinearAlgebra\CSEispack\comqr.cs" />
<Compile Include="LinearAlgebra\CSEispack\comqr2.cs" />
<Compile Include="LinearAlgebra\CSEispack\corth.cs" />
<Compile Include="LinearAlgebra\CSEispack\csroot.cs" />
<Compile Include="LinearAlgebra\CSEispack\pythag.cs" />
<Compile Include="LinearAlgebra\CSLapack\dasum.cs" />
<Compile Include="LinearAlgebra\CSLapack\daxpy.cs" />
<Compile Include="LinearAlgebra\CSLapack\dbdsdc.cs" />
<Compile Include="LinearAlgebra\CSLapack\dbdsqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dcopy.cs" />
<Compile Include="LinearAlgebra\CSLapack\ddisna.cs" />
<Compile Include="LinearAlgebra\CSLapack\ddot.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgbsv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgbtf2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgbtrf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgbtrs.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgebak.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgebal.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgebd2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgebrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgeev.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgehd2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgehrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgelq2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgelqf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgels.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgelsd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgelsy.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgemm.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgemv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgeqp3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgeqpf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgeqr2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgeqrf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dger.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgerq2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgerqf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgesdd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgesv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgesvd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgetf2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgetrf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgetri.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgetrs.cs" />
<Compile Include="LinearAlgebra\CSLapack\dggglm.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgglse.cs" />
<Compile Include="LinearAlgebra\CSLapack\dggqrf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dggrqf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dggsvd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dggsvp.cs" />
<Compile Include="LinearAlgebra\CSLapack\dgtsv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dhseqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlabad.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlabrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlacon.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlacpy.cs" />
<Compile Include="LinearAlgebra\CSLapack\dladiv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlae2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed0.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed1.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed4.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed5.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed6.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed7.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed8.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaed9.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaeda.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaev2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaexc.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlags2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlahqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlahr2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaic1.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaln2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlals0.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlalsa.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlalsd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlamch.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlamrg.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlange.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlansb.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlanst.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlansy.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlantr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlanv2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlapll.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlapmt.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlapy2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqp2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqps.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr0.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr1.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr4.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaqr5.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlar2v.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarfb.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarfg.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarft.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarfx.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlargv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlartg.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlartv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarz.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarzb.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlarzt.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlas2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlascl.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd0.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd1.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd4.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd5.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd6.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd7.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasd8.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasda.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasdq.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasdt.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaset.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasq1.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasq2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasq5.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasq6.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasrt.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlassq.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasv2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlaswp.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlasy2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlatrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlatrs.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlatrz.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlazq3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dlazq4.cs" />
<Compile Include="LinearAlgebra\CSLapack\dnrm2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorg2l.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorg2r.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorgbr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorghr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorgl2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorglq.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorgql.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorgqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorgtr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorm2l.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorm2r.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormbr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dorml2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormlq.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormql.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormr2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormr3.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormrq.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormrz.cs" />
<Compile Include="LinearAlgebra\CSLapack\dormtr.cs" />
<Compile Include="LinearAlgebra\CSLapack\drot.cs" />
<Compile Include="LinearAlgebra\CSLapack\drscl.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsbev.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsbevd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsbtrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dscal.cs" />
<Compile Include="LinearAlgebra\CSLapack\dstedc.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsteqr.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsterf.cs" />
<Compile Include="LinearAlgebra\CSLapack\dswap.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsyev.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsyevd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsymv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsyr2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsyr2k.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsytd2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dsytrd.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtbsv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtgsja.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrcon.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrevc.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrexc.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrmm.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrmv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrsm.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrsv.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrti2.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrtri.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtrtrs.cs" />
<Compile Include="LinearAlgebra\CSLapack\dtzrzf.cs" />
<Compile Include="LinearAlgebra\CSLapack\idamax.cs" />
<Compile Include="LinearAlgebra\CSLapack\ieeeck.cs" />
<Compile Include="LinearAlgebra\CSLapack\ilaenv.cs" />
<Compile Include="LinearAlgebra\CSLapack\iparmq.cs" />
<Compile Include="LinearAlgebra\CSLapack\lsame.cs" />
<Compile Include="LinearAlgebra\CSLapack\xerbla.cs" />
<Compile Include="LinearAlgebra\EigenSystem.cs" />
<Compile Include="LinearAlgebra\IMatrix.cs" />
<Compile Include="LinearAlgebra\LinearEquations .cs" />
<Compile Include="LinearAlgebra\LinearLeastSquares .cs" />
<Compile Include="LinearAlgebra\Matrix.cs" />
<Compile Include="LinearAlgebra\MatrixDebuggerDisplay.cs" />
<Compile Include="LinearAlgebra\SingularValueDecomposition.cs" />
<Compile Include="LinearAlgebra\SymmetricBandMatrix.cs" />
<Compile Include="LinearAlgebra\SymmetricMatrix.cs" />
<Compile Include="LinearAlgebra\TridiagonalMatrix.cs" />
<Compile Include="LinearAlgebra\Types.cs" />
<Compile Include="LinearAlgebra\Vector.cs" />
<Compile Include="Optimization\Cobyla\cobyla.cs" />
<Compile Include="Optimization\Cobyla\CobylaDriver.cs" />
<Compile Include="Optimization\LBFGSB\Active.cs" />
<Compile Include="Optimization\LBFGSB\Bmv.cs" />
<Compile Include="Optimization\LBFGSB\Cauchy.cs" />
<Compile Include="Optimization\LBFGSB\Cmprlb.cs" />
<Compile Include="Optimization\LBFGSB\Daxpy.cs" />
<Compile Include="Optimization\LBFGSB\Dcopy.cs" />
<Compile Include="Optimization\LBFGSB\Dcsrch.cs" />
<Compile Include="Optimization\LBFGSB\Dcstep.cs" />
<Compile Include="Optimization\LBFGSB\Ddot.cs" />
<Compile Include="Optimization\LBFGSB\Dnrm2.cs" />
<Compile Include="Optimization\LBFGSB\Dpmeps.cs" />
<Compile Include="Optimization\LBFGSB\Dpofa.cs" />
<Compile Include="Optimization\LBFGSB\Dscal.cs" />
<Compile Include="Optimization\LBFGSB\Dtrsl.cs" />
<Compile Include="Optimization\LBFGSB\Errclb.cs" />
<Compile Include="Optimization\LBFGSB\Formk.cs" />
<Compile Include="Optimization\LBFGSB\Formt.cs" />
<Compile Include="Optimization\LBFGSB\Freev.cs" />
<Compile Include="Optimization\LBFGSB\Hpsolb.cs" />
<Compile Include="Optimization\LBFGSB\LBFGSBDriver.cs" />
<Compile Include="Optimization\LBFGSB\Lnsrlb.cs" />
<Compile Include="Optimization\LBFGSB\Mainlb.cs" />
<Compile Include="Optimization\LBFGSB\Matupd.cs" />
<Compile Include="Optimization\LBFGSB\Prn1lb.cs" />
<Compile Include="Optimization\LBFGSB\Prn2lb.cs" />
<Compile Include="Optimization\LBFGSB\Prn3lb.cs" />
<Compile Include="Optimization\LBFGSB\Projgr.cs" />
<Compile Include="Optimization\LBFGSB\SETULB.cs" />
<Compile Include="Optimization\LBFGSB\Subsm.cs" />
<Compile Include="Optimization\LBFGSB\Timer.cs" />
<Compile Include="Optimization\LBFGSB\Types.cs" />
<Compile Include="Optimization\L_BFGS_B.cs" />
<Compile Include="Optimization\MinimizationDelegates.cs" />
<Compile Include="Optimization\OptBoundVariable.cs" />
<Compile Include="Optimization\OptSimplexBoundVariable.cs" />
<Compile Include="Optimization\OptSimplexVariable.cs" />
<Compile Include="Optimization\OptVariable.cs" />
<Compile Include="Optimization\Simplex.cs" />
<Compile Include="Optimization\NelderMead\Downhill.cs" />
<Compile Include="Optimization\NelderMead\DownhillDirver.cs" />
<Compile Include="Optimization\TruncatedNewton.cs" />
<Compile Include="Optimization\TN\TNDriver.cs" />
<Compile Include="Optimization\TN\TN.cs" />
<Compile Include="Optimization\xMinimizationBase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Scaling\Scaler.cs" />
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup>
<Content Include="LinearAlgebra\CSEispack\readme.txt" />
<Content Include="LinearAlgebra\CSLapack\readme.txt" />
<Content Include="LinearAlgebra\MatrixView.bmp" />
<Content Include="ODE\Dopri5\readme.txt" />
<Content Include="ODE\DVode\readme.txt" />
<Content Include="ODE\Radau5\readme.txt" />
<Content Include="Optimization\LBFGSB\readme.txt" />
<Content Include="Optimization\Cobyla\readme.txt" />
<Content Include="Optimization\TN\readme.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>