Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterBinding/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.5.0/ALGLIB-2.5.0/ALGLIB-2.5.0.csproj @ 6451

Last change on this file since 6451 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

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