Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 6833

Last change on this file since 6833 was 6833, checked in by mkommend, 13 years ago

#1653: Renamed frame files.

File size: 16.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <DocumentationFile>
95    </DocumentationFile>
96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x64</PlatformTarget>
99    <ErrorReport>prompt</ErrorReport>
100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="System" />
104    <Reference Include="System.Core">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="CrossValidation.cs">
113      <SubType>Code</SubType>
114    </Compile>
115    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
116    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
117    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
118    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
119    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
120    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
121    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
122    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
123    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
124    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
125    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
126    <Compile Include="Interfaces\IRandomForestModel.cs" />
127    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
128    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
129    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
130    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
131    <Compile Include="kMeans\KMeansClustering.cs" />
132    <Compile Include="kMeans\KMeansClusteringModel.cs" />
133    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
134    <Compile Include="kMeans\KMeansClusteringUtil.cs">
135      <SubType>Code</SubType>
136    </Compile>
137    <Compile Include="Linear\AlglibUtil.cs" />
138    <Compile Include="Linear\LinearTimeSeriesPrognosis.cs" />
139    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
140    <Compile Include="Linear\LinearRegression.cs">
141      <SubType>Code</SubType>
142    </Compile>
143    <Compile Include="Linear\MultinomialLogitClassification.cs" />
144    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
145    <Compile Include="Linear\MultinomialLogitModel.cs" />
146    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
147    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
148    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
149    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
150    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
151    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
152    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
153    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
154    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
155    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
156    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
157    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
158    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
159    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
160    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
161    <Compile Include="Plugin.cs" />
162    <Compile Include="Properties\AssemblyInfo.cs" />
163    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
164    <Compile Include="RandomForest\RandomForestClassification.cs" />
165    <Compile Include="RandomForest\RandomForestModel.cs" />
166    <Compile Include="RandomForest\RandomForestRegression.cs" />
167    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
168    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
169    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
170    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
171    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
172      <SubType>Code</SubType>
173    </Compile>
174    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
175      <SubType>Code</SubType>
176    </Compile>
177    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
178      <SubType>Code</SubType>
179    </Compile>
180  </ItemGroup>
181  <ItemGroup>
182    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
183      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
184      <Name>HeuristicLab.Collections-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
188      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
189      <Name>HeuristicLab.Common.Resources-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
193      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
194      <Name>HeuristicLab.Common-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
198      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
199      <Name>HeuristicLab.Core-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
203      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
204      <Name>HeuristicLab.Data-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
208      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
209      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
213      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
214      <Name>ALGLIB-3.1.0</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
218      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
219      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
223      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
224      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
228      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
229      <Name>LibSVM-1.6.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
233      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
234      <Name>HeuristicLab.Optimization-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
238      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
239      <Name>HeuristicLab.Parameters-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
243      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
244      <Name>HeuristicLab.Persistence-3.3</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
248      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
249      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
250      <Private>False</Private>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
253      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
254      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
258      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
259      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
263      <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
264      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
265      <Private>False</Private>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
268      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
269      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
270      <Private>False</Private>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
273      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
274      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
275      <Private>False</Private>
276    </ProjectReference>
277  </ItemGroup>
278  <ItemGroup>
279    <None Include="HeuristicLab.snk" />
280    <None Include="Plugin.cs.frame" />
281    <None Include="Properties\AssemblyInfo.cs.frame" />
282  </ItemGroup>
283  <ItemGroup>
284    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
285      <Visible>False</Visible>
286      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
287      <Install>false</Install>
288    </BootstrapperPackage>
289    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
290      <Visible>False</Visible>
291      <ProductName>.NET Framework 3.5 SP1</ProductName>
292      <Install>true</Install>
293    </BootstrapperPackage>
294    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
295      <Visible>False</Visible>
296      <ProductName>Windows Installer 3.1</ProductName>
297      <Install>true</Install>
298    </BootstrapperPackage>
299  </ItemGroup>
300  <ItemGroup />
301  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
302  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
303       Other similar extension points exist, see Microsoft.Common.targets.
304  <Target Name="BeforeBuild">
305  </Target>
306  <Target Name="AfterBuild">
307  </Target>
308  -->
309  <PropertyGroup>
310    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
311set ProjectDir=$(ProjectDir)
312set SolutionDir=$(SolutionDir)
313set Outdir=$(Outdir)
314
315call PreBuildEvent.cmd
316</PreBuildEvent>
317  </PropertyGroup>
318</Project>
Note: See TracBrowser for help on using the repository browser.