Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.5.0/ALGLIB-2.5.0/ALGLIB-2.5.0.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 9.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>ALGLIB</RootNamespace>
12    <AssemblyName>ALGLIB-2.5.0</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x64\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
85    <OutputPath>bin\x64\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Xml.Linq">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Data.DataSetExtensions">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data" />
105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="ablas.cs" />
109    <Compile Include="ablasf.cs" />
110    <Compile Include="airyf.cs" />
111    <Compile Include="ap.cs" />
112    <Compile Include="autogk.cs" />
113    <Compile Include="bdss.cs" />
114    <Compile Include="bdsvd.cs" />
115    <Compile Include="bessel.cs" />
116    <Compile Include="betaf.cs" />
117    <Compile Include="binomialdistr.cs" />
118    <Compile Include="blas.cs" />
119    <Compile Include="chebyshev.cs" />
120    <Compile Include="chisquaredistr.cs" />
121    <Compile Include="conv.cs" />
122    <Compile Include="corr.cs" />
123    <Compile Include="correlation.cs" />
124    <Compile Include="correlationtests.cs" />
125    <Compile Include="creflections.cs" />
126    <Compile Include="dawson.cs" />
127    <Compile Include="densesolver.cs" />
128    <Compile Include="descriptivestatistics.cs" />
129    <Compile Include="dforest.cs" />
130    <Compile Include="elliptic.cs" />
131    <Compile Include="estnorm.cs" />
132    <Compile Include="evd.cs" />
133    <Compile Include="expintegrals.cs" />
134    <Compile Include="fdistr.cs" />
135    <Compile Include="fft.cs" />
136    <Compile Include="fht.cs" />
137    <Compile Include="fresnel.cs" />
138    <Compile Include="ftbase.cs" />
139    <Compile Include="gammafunc.cs" />
140    <Compile Include="gkq.cs" />
141    <Compile Include="gq.cs" />
142    <Compile Include="hblas.cs" />
143    <Compile Include="hermite.cs" />
144    <Compile Include="hqrnd.cs" />
145    <Compile Include="hsschur.cs" />
146    <Compile Include="ibetaf.cs" />
147    <Compile Include="idwint.cs" />
148    <Compile Include="igammaf.cs" />
149    <Compile Include="inverseupdate.cs" />
150    <Compile Include="jacobianelliptic.cs" />
151    <Compile Include="jarquebera.cs" />
152    <Compile Include="kmeans.cs" />
153    <Compile Include="laguerre.cs" />
154    <Compile Include="lda.cs" />
155    <Compile Include="ldlt.cs" />
156    <Compile Include="legendre.cs" />
157    <Compile Include="linmin.cs" />
158    <Compile Include="linreg.cs" />
159    <Compile Include="logit.cs" />
160    <Compile Include="lsfit.cs" />
161    <Compile Include="mannwhitneyu.cs" />
162    <Compile Include="matdet.cs" />
163    <Compile Include="matgen.cs" />
164    <Compile Include="matinv.cs" />
165    <Compile Include="minasa.cs" />
166    <Compile Include="mincg.cs" />
167    <Compile Include="minlbfgs.cs" />
168    <Compile Include="minlm.cs" />
169    <Compile Include="mlpbase.cs" />
170    <Compile Include="mlpe.cs" />
171    <Compile Include="mlptrain.cs" />
172    <Compile Include="nearestneighbor.cs" />
173    <Compile Include="nearunityunit.cs" />
174    <Compile Include="normaldistr.cs" />
175    <Compile Include="odesolver.cs" />
176    <Compile Include="ortfac.cs" />
177    <Compile Include="pca.cs" />
178    <Compile Include="poissondistr.cs" />
179    <Compile Include="polint.cs" />
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="psif.cs" />
182    <Compile Include="ratint.cs" />
183    <Compile Include="ratinterpolation.cs" />
184    <Compile Include="rcond.cs" />
185    <Compile Include="reflections.cs" />
186    <Compile Include="rotations.cs" />
187    <Compile Include="safesolve.cs" />
188    <Compile Include="sblas.cs" />
189    <Compile Include="schur.cs" />
190    <Compile Include="sdet.cs" />
191    <Compile Include="sinverse.cs" />
192    <Compile Include="spdgevd.cs" />
193    <Compile Include="spline1d.cs" />
194    <Compile Include="spline2d.cs" />
195    <Compile Include="spline3.cs" />
196    <Compile Include="srcond.cs" />
197    <Compile Include="ssolve.cs" />
198    <Compile Include="stest.cs" />
199    <Compile Include="studenttdistr.cs" />
200    <Compile Include="studentttests.cs" />
201    <Compile Include="svd.cs" />
202    <Compile Include="taskgen.cs" />
203    <Compile Include="trfac.cs" />
204    <Compile Include="trigintegrals.cs" />
205    <Compile Include="trlinsolve.cs" />
206    <Compile Include="tsort.cs" />
207    <Compile Include="variancetests.cs" />
208    <Compile Include="wsr.cs" />
209    <Compile Include="xblas.cs" />
210  </ItemGroup>
211  <ItemGroup>
212    <Content Include="ALGLIB License.txt" />
213  </ItemGroup>
214  <ItemGroup>
215    <None Include="HeuristicLab.snk" />
216  </ItemGroup>
217  <ItemGroup>
218    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
221      <Install>false</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
224      <Visible>False</Visible>
225      <ProductName>.NET Framework 3.5 SP1</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
229      <Visible>False</Visible>
230      <ProductName>Windows Installer 3.1</ProductName>
231      <Install>true</Install>
232    </BootstrapperPackage>
233  </ItemGroup>
234  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
235  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
236       Other similar extension points exist, see Microsoft.Common.targets.
237  <Target Name="BeforeBuild">
238  </Target>
239  <Target Name="AfterBuild">
240  </Target>
241  -->
242</Project>
Note: See TracBrowser for help on using the repository browser.