Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 7774

Last change on this file since 7774 was 7774, checked in by sforsten, 13 years ago

#1784: added Problems.Instances reference to Algorithms.DataAnalysis

File size: 14.8 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\</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>..\..\..\..\trunk\sources\bin\</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\</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\</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\</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\</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="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <HintPath>..\..\bin\ALGLIB-3.5.0.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="LibSVM-1.6.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-1.6.3.dll</HintPath>
139    </Reference>
140    <Reference Include="System" />
141    <Reference Include="System.Core">
142      <RequiredTargetFramework>3.5</RequiredTargetFramework>
143    </Reference>
144    <Reference Include="System.Data" />
145    <Reference Include="System.Drawing" />
146    <Reference Include="System.Xml" />
147  </ItemGroup>
148  <ItemGroup>
149    <Compile Include="CrossValidation.cs">
150      <SubType>Code</SubType>
151    </Compile>
152    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
153    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
154    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
155    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
156    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
157    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
158    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
159    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
160    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
161    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
162    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
163    <Compile Include="Interfaces\IRandomForestModel.cs" />
164    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
165    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
166    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
167    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
168    <Compile Include="kMeans\KMeansClustering.cs" />
169    <Compile Include="kMeans\KMeansClusteringModel.cs" />
170    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
171    <Compile Include="kMeans\KMeansClusteringUtil.cs">
172      <SubType>Code</SubType>
173    </Compile>
174    <Compile Include="Linear\AlglibUtil.cs" />
175    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
176    <Compile Include="Linear\LinearRegression.cs">
177      <SubType>Code</SubType>
178    </Compile>
179    <Compile Include="Linear\MultinomialLogitClassification.cs" />
180    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
181    <Compile Include="Linear\MultinomialLogitModel.cs" />
182    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
183    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
184    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
185    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
186    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
187    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
188    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
189    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
190    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
191    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
192    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
193    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
194    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
195    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
196    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
197    <Compile Include="Plugin.cs" />
198    <Compile Include="Properties\AssemblyInfo.cs" />
199    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
200    <Compile Include="RandomForest\RandomForestClassification.cs" />
201    <Compile Include="RandomForest\RandomForestModel.cs" />
202    <Compile Include="RandomForest\RandomForestRegression.cs" />
203    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
204    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
205    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
206    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
207    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
208      <SubType>Code</SubType>
209    </Compile>
210    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
214      <SubType>Code</SubType>
215    </Compile>
216  </ItemGroup>
217  <ItemGroup>
218    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
219      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
220      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
224      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
225      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
226      <Private>False</Private>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
229      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
230      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
234      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
235      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
239      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
240      <Name>HeuristicLab.Problems.Instances-3.3</Name>
241    </ProjectReference>
242  </ItemGroup>
243  <ItemGroup>
244    <None Include="HeuristicLab.snk" />
245    <None Include="Plugin.cs.frame" />
246    <None Include="Properties\AssemblyInfo.cs.frame" />
247  </ItemGroup>
248  <ItemGroup>
249    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
250      <Visible>False</Visible>
251      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
252      <Install>false</Install>
253    </BootstrapperPackage>
254    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
255      <Visible>False</Visible>
256      <ProductName>.NET Framework 3.5 SP1</ProductName>
257      <Install>true</Install>
258    </BootstrapperPackage>
259    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
260      <Visible>False</Visible>
261      <ProductName>Windows Installer 3.1</ProductName>
262      <Install>true</Install>
263    </BootstrapperPackage>
264  </ItemGroup>
265  <ItemGroup />
266  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
267  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
268       Other similar extension points exist, see Microsoft.Common.targets.
269  <Target Name="BeforeBuild">
270  </Target>
271  <Target Name="AfterBuild">
272  </Target>
273  -->
274  <PropertyGroup>
275    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
276set ProjectDir=$(ProjectDir)
277set SolutionDir=$(SolutionDir)
278set Outdir=$(Outdir)
279
280call PreBuildEvent.cmd
281</PreBuildEvent>
282  </PropertyGroup>
283</Project>
Note: See TracBrowser for help on using the repository browser.