[2645] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{44456535-5DB5-454A-BE2B-7426DA6700B6}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>ALGLIB</RootNamespace>
|
---|
| 12 | <AssemblyName>ALGLIB-2.1.2.2591</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
| 53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="System" />
|
---|
| 69 | <Reference Include="System.Core">
|
---|
| 70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="System.Xml.Linq">
|
---|
| 73 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
| 78 | <Reference Include="System.Data" />
|
---|
| 79 | <Reference Include="System.Xml" />
|
---|
| 80 | </ItemGroup>
|
---|
| 81 | <ItemGroup>
|
---|
| 82 | <Compile Include="airyf.cs" />
|
---|
| 83 | <Compile Include="ap.cs" />
|
---|
| 84 | <Compile Include="autogk.cs" />
|
---|
| 85 | <Compile Include="bdss.cs" />
|
---|
| 86 | <Compile Include="bdsvd.cs" />
|
---|
| 87 | <Compile Include="bessel.cs" />
|
---|
| 88 | <Compile Include="betaf.cs" />
|
---|
| 89 | <Compile Include="bidiagonal.cs" />
|
---|
| 90 | <Compile Include="binomialdistr.cs" />
|
---|
| 91 | <Compile Include="blas.cs" />
|
---|
| 92 | <Compile Include="cblas.cs" />
|
---|
| 93 | <Compile Include="cdet.cs" />
|
---|
| 94 | <Compile Include="chebyshev.cs" />
|
---|
| 95 | <Compile Include="chisquaredistr.cs" />
|
---|
| 96 | <Compile Include="cholesky.cs" />
|
---|
| 97 | <Compile Include="cinverse.cs" />
|
---|
| 98 | <Compile Include="clu.cs" />
|
---|
| 99 | <Compile Include="conv.cs" />
|
---|
| 100 | <Compile Include="corr.cs" />
|
---|
| 101 | <Compile Include="correlation.cs" />
|
---|
| 102 | <Compile Include="correlationtests.cs" />
|
---|
| 103 | <Compile Include="cqr.cs" />
|
---|
| 104 | <Compile Include="crcond.cs" />
|
---|
| 105 | <Compile Include="creflections.cs" />
|
---|
| 106 | <Compile Include="csolve.cs" />
|
---|
| 107 | <Compile Include="ctrinverse.cs" />
|
---|
| 108 | <Compile Include="ctrlinsolve.cs" />
|
---|
| 109 | <Compile Include="dawson.cs" />
|
---|
| 110 | <Compile Include="densesolver.cs" />
|
---|
| 111 | <Compile Include="descriptivestatistics.cs" />
|
---|
| 112 | <Compile Include="det.cs" />
|
---|
| 113 | <Compile Include="dforest.cs" />
|
---|
| 114 | <Compile Include="elliptic.cs" />
|
---|
| 115 | <Compile Include="estnorm.cs" />
|
---|
| 116 | <Compile Include="expintegrals.cs" />
|
---|
| 117 | <Compile Include="fdistr.cs" />
|
---|
| 118 | <Compile Include="fft.cs" />
|
---|
| 119 | <Compile Include="fht.cs" />
|
---|
| 120 | <Compile Include="fresnel.cs" />
|
---|
| 121 | <Compile Include="ftbase.cs" />
|
---|
| 122 | <Compile Include="gammafunc.cs" />
|
---|
| 123 | <Compile Include="gkq.cs" />
|
---|
| 124 | <Compile Include="gq.cs" />
|
---|
| 125 | <Compile Include="hbisinv.cs" />
|
---|
| 126 | <Compile Include="hblas.cs" />
|
---|
| 127 | <Compile Include="hcholesky.cs" />
|
---|
| 128 | <Compile Include="hermite.cs" />
|
---|
| 129 | <Compile Include="hessenberg.cs" />
|
---|
| 130 | <Compile Include="hevd.cs" />
|
---|
| 131 | <Compile Include="hqrnd.cs" />
|
---|
| 132 | <Compile Include="hsschur.cs" />
|
---|
| 133 | <Compile Include="htridiagonal.cs" />
|
---|
| 134 | <Compile Include="ibetaf.cs" />
|
---|
| 135 | <Compile Include="igammaf.cs" />
|
---|
| 136 | <Compile Include="inv.cs" />
|
---|
| 137 | <Compile Include="inverseupdate.cs" />
|
---|
| 138 | <Compile Include="jacobianelliptic.cs" />
|
---|
| 139 | <Compile Include="jarquebera.cs" />
|
---|
| 140 | <Compile Include="kmeans.cs" />
|
---|
| 141 | <Compile Include="laguerre.cs" />
|
---|
| 142 | <Compile Include="lbfgs.cs" />
|
---|
| 143 | <Compile Include="lda.cs" />
|
---|
| 144 | <Compile Include="ldlt.cs" />
|
---|
| 145 | <Compile Include="leastsquares.cs" />
|
---|
| 146 | <Compile Include="legendre.cs" />
|
---|
| 147 | <Compile Include="linreg.cs" />
|
---|
| 148 | <Compile Include="logit.cs" />
|
---|
| 149 | <Compile Include="lq.cs" />
|
---|
| 150 | <Compile Include="lsfit.cs" />
|
---|
| 151 | <Compile Include="lu.cs" />
|
---|
| 152 | <Compile Include="mannwhitneyu.cs" />
|
---|
| 153 | <Compile Include="matgen.cs" />
|
---|
| 154 | <Compile Include="minlm.cs" />
|
---|
| 155 | <Compile Include="mlpbase.cs" />
|
---|
| 156 | <Compile Include="mlpe.cs" />
|
---|
| 157 | <Compile Include="mlptrain.cs" />
|
---|
| 158 | <Compile Include="nearunityunit.cs" />
|
---|
| 159 | <Compile Include="normaldistr.cs" />
|
---|
| 160 | <Compile Include="nsevd.cs" />
|
---|
| 161 | <Compile Include="odesolver.cs" />
|
---|
| 162 | <Compile Include="pca.cs" />
|
---|
| 163 | <Compile Include="poissondistr.cs" />
|
---|
| 164 | <Compile Include="polint.cs" />
|
---|
| 165 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 166 | <Compile Include="psif.cs" />
|
---|
| 167 | <Compile Include="qr.cs" />
|
---|
| 168 | <Compile Include="ratint.cs" />
|
---|
| 169 | <Compile Include="ratinterpolation.cs" />
|
---|
| 170 | <Compile Include="rcond.cs" />
|
---|
| 171 | <Compile Include="reflections.cs" />
|
---|
| 172 | <Compile Include="rotations.cs" />
|
---|
| 173 | <Compile Include="sbisinv.cs" />
|
---|
| 174 | <Compile Include="sblas.cs" />
|
---|
| 175 | <Compile Include="schur.cs" />
|
---|
| 176 | <Compile Include="sdet.cs" />
|
---|
| 177 | <Compile Include="sevd.cs" />
|
---|
| 178 | <Compile Include="sinverse.cs" />
|
---|
| 179 | <Compile Include="spddet.cs" />
|
---|
| 180 | <Compile Include="spdgevd.cs" />
|
---|
| 181 | <Compile Include="spdinverse.cs" />
|
---|
| 182 | <Compile Include="spdrcond.cs" />
|
---|
| 183 | <Compile Include="spdsolve.cs" />
|
---|
| 184 | <Compile Include="spline1d.cs" />
|
---|
| 185 | <Compile Include="spline2d.cs" />
|
---|
| 186 | <Compile Include="spline3.cs" />
|
---|
| 187 | <Compile Include="srcond.cs" />
|
---|
| 188 | <Compile Include="ssolve.cs" />
|
---|
| 189 | <Compile Include="stest.cs" />
|
---|
| 190 | <Compile Include="studenttdistr.cs" />
|
---|
| 191 | <Compile Include="studentttests.cs" />
|
---|
| 192 | <Compile Include="svd.cs" />
|
---|
| 193 | <Compile Include="taskgen.cs" />
|
---|
| 194 | <Compile Include="tdbisinv.cs" />
|
---|
| 195 | <Compile Include="tdevd.cs" />
|
---|
| 196 | <Compile Include="tridiagonal.cs" />
|
---|
| 197 | <Compile Include="trigintegrals.cs" />
|
---|
| 198 | <Compile Include="trinverse.cs" />
|
---|
| 199 | <Compile Include="trlinsolve.cs" />
|
---|
| 200 | <Compile Include="tsort.cs" />
|
---|
| 201 | <Compile Include="variancetests.cs" />
|
---|
| 202 | <Compile Include="wsr.cs" />
|
---|
| 203 | <Compile Include="xblas.cs" />
|
---|
| 204 | </ItemGroup>
|
---|
| 205 | <ItemGroup>
|
---|
| 206 | <None Include="HeuristicLab.snk" />
|
---|
| 207 | </ItemGroup>
|
---|
| 208 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 209 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 210 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 211 | <Target Name="BeforeBuild">
|
---|
| 212 | </Target>
|
---|
| 213 | <Target Name="AfterBuild">
|
---|
| 214 | </Target>
|
---|
| 215 | -->
|
---|
| 216 | <PropertyGroup>
|
---|
| 217 | <PreBuildEvent>
|
---|
| 218 | </PreBuildEvent>
|
---|
| 219 | </PropertyGroup>
|
---|
| 220 | </Project> |
---|