Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj @ 5026

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

Added branched projects for new GP symbols (ticket #1256).

File size: 14.7 KB
RevLine 
[3248]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3248]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>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[3248]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>
[4065]45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]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>
[4065]54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
[4065]63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\x64\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x86\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
84    <OutputPath>bin\x86\Release\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x86</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
[4065]90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3248]91  </PropertyGroup>
92  <ItemGroup>
[5026]93    <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
94      <HintPath>c:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.ALGLIB-3.1.0, Version=2.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
97      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
100      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
103      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
106      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
109      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
112      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
115      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
118      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.LibSVM-1.6.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
121      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
124      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
127      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
130      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
133      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
136      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
139      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
140    </Reference>
[3248]141    <Reference Include="System" />
142    <Reference Include="System.Core">
143      <RequiredTargetFramework>3.5</RequiredTargetFramework>
144    </Reference>
[3373]145    <Reference Include="System.Drawing" />
[3248]146    <Reference Include="System.Xml.Linq">
147      <RequiredTargetFramework>3.5</RequiredTargetFramework>
148    </Reference>
149    <Reference Include="System.Data.DataSetExtensions">
150      <RequiredTargetFramework>3.5</RequiredTargetFramework>
151    </Reference>
152    <Reference Include="System.Data" />
153    <Reference Include="System.Xml" />
154  </ItemGroup>
155  <ItemGroup>
[5013]156    <Compile Include="TableFileParser.cs" />
[3248]157    <None Include="HeuristicLab.snk" />
158    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
159    <None Include="Properties\AssemblyInfo.frame" />
[4027]160    <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" />
[4022]161    <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" />
162    <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
[3408]163    <Compile Include="DataAnalysisSolution.cs" />
[3373]164    <Compile Include="DataAnalysisProblem.cs" />
165    <Compile Include="DataAnalysisProblemData.cs" />
166    <Compile Include="DataFormatException.cs" />
[3253]167    <Compile Include="Dataset.cs" />
[3999]168    <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
169    <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
170    <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
[3253]171    <Compile Include="Evaluators\SimpleEvaluator.cs" />
[3452]172    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
173    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
[3253]174    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
[3452]175    <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
176    <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
177    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
[3248]178    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
[5026]179    <Compile Include="Interfaces\ILaggedTreeNode.cs" />
[4562]180    <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />
[3884]181    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
[3877]182    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
[3999]183    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
[3253]184    <Compile Include="MatrixExtensions.cs" />
[3248]185    <Compile Include="Properties\AssemblyInfo.cs" />
[4112]186    <Compile Include="RandomEnumerable.cs" />
[3877]187    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
[3842]188    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
189    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
190    <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
191    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
[3373]192    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
[3841]193    <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
[3462]194    <Compile Include="Symbolic\ISymbolicExpressionTreeInterpreter.cs" />
195    <Compile Include="Symbolic\SimpleArithmeticExpressionInterpreter.cs" />
[3442]196    <Compile Include="Symbolic\SymbolicSimplifier.cs" />
[3462]197    <Compile Include="Symbolic\Symbols\Addition.cs" />
[5026]198    <Compile Include="Symbolic\Symbols\LaggedSymbol.cs" />
[3373]199    <Compile Include="Symbolic\Symbols\Constant.cs" />
200    <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
[5026]201    <Compile Include="Symbolic\Symbols\LaggedTreeNode.cs" />
[3841]202    <Compile Include="Symbolic\Symbols\LaggedVariable.cs" />
203    <Compile Include="Symbolic\Symbols\LaggedVariableTreeNode.cs" />
204    <Compile Include="Symbolic\Symbols\GreaterThan.cs" />
205    <Compile Include="Symbolic\Symbols\LessThan.cs" />
206    <Compile Include="Symbolic\Symbols\And.cs" />
207    <Compile Include="Symbolic\Symbols\Or.cs" />
208    <Compile Include="Symbolic\Symbols\Not.cs" />
209    <Compile Include="Symbolic\Symbols\Logarithm.cs" />
210    <Compile Include="Symbolic\Symbols\Exponential.cs" />
211    <Compile Include="Symbolic\Symbols\Sine.cs" />
212    <Compile Include="Symbolic\Symbols\Cosine.cs" />
213    <Compile Include="Symbolic\Symbols\Tangent.cs" />
214    <Compile Include="Symbolic\Symbols\Average.cs" />
215    <Compile Include="Symbolic\Symbols\IfThenElse.cs" />
[3462]216    <Compile Include="Symbolic\Symbols\Division.cs" />
217    <Compile Include="Symbolic\Symbols\Multiplication.cs" />
218    <Compile Include="Symbolic\Symbols\Subtraction.cs" />
[5026]219    <Compile Include="Symbolic\Symbols\TimeLag.cs" />
[3373]220    <Compile Include="Symbolic\Symbols\Variable.cs" />
221    <Compile Include="Symbolic\Symbols\VariableTreeNode.cs" />
[3531]222    <Compile Include="Symbolic\VariableFrequencyAnalyser.cs" />
[3248]223  </ItemGroup>
224  <ItemGroup>
[3253]225    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
226      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
227      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
228    </ProjectReference>
[3248]229  </ItemGroup>
[4065]230  <ItemGroup>
231    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
234      <Install>false</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
237      <Visible>False</Visible>
238      <ProductName>.NET Framework 3.5 SP1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
242      <Visible>False</Visible>
243      <ProductName>Windows Installer 3.1</ProductName>
244      <Install>true</Install>
245    </BootstrapperPackage>
246  </ItemGroup>
[4411]247  <ItemGroup>
248    <Folder Include="Operators\" />
249  </ItemGroup>
[3248]250  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
251  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
252       Other similar extension points exist, see Microsoft.Common.targets.
253  <Target Name="BeforeBuild">
254  </Target>
255  <Target Name="AfterBuild">
256  </Target>
257  -->
258  <PropertyGroup>
259    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
260set ProjectDir=$(ProjectDir)
261set SolutionDir=$(SolutionDir)
262set Outdir=$(Outdir)
263
264call PreBuildEvent.cmd
265SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>
266  </PropertyGroup>
267</Project>
Note: See TracBrowser for help on using the repository browser.