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 @ 5051

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

Added new symbols for GP (ticket #1256).

File size: 14.8 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>
[5051]156    <Compile Include="Symbolic\Symbols\Derivative.cs" />
157    <Compile Include="Symbolic\Symbols\Integral.cs" />
[5013]158    <Compile Include="TableFileParser.cs" />
[3248]159    <None Include="HeuristicLab.snk" />
160    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
161    <None Include="Properties\AssemblyInfo.frame" />
[4027]162    <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" />
[4022]163    <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" />
164    <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
[3408]165    <Compile Include="DataAnalysisSolution.cs" />
[3373]166    <Compile Include="DataAnalysisProblem.cs" />
167    <Compile Include="DataAnalysisProblemData.cs" />
168    <Compile Include="DataFormatException.cs" />
[3253]169    <Compile Include="Dataset.cs" />
[3999]170    <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
171    <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
172    <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
[3253]173    <Compile Include="Evaluators\SimpleEvaluator.cs" />
[3452]174    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
175    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
[3253]176    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
[3452]177    <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
178    <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
179    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
[3248]180    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
[5026]181    <Compile Include="Interfaces\ILaggedTreeNode.cs" />
[4562]182    <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />
[3884]183    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
[3877]184    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
[3999]185    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
[3253]186    <Compile Include="MatrixExtensions.cs" />
[3248]187    <Compile Include="Properties\AssemblyInfo.cs" />
[4112]188    <Compile Include="RandomEnumerable.cs" />
[3877]189    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
[3842]190    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
191    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
192    <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
193    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
[3373]194    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
[3841]195    <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
[3462]196    <Compile Include="Symbolic\ISymbolicExpressionTreeInterpreter.cs" />
197    <Compile Include="Symbolic\SimpleArithmeticExpressionInterpreter.cs" />
[3442]198    <Compile Include="Symbolic\SymbolicSimplifier.cs" />
[3462]199    <Compile Include="Symbolic\Symbols\Addition.cs" />
[5026]200    <Compile Include="Symbolic\Symbols\LaggedSymbol.cs" />
[3373]201    <Compile Include="Symbolic\Symbols\Constant.cs" />
202    <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
[5026]203    <Compile Include="Symbolic\Symbols\LaggedTreeNode.cs" />
[3841]204    <Compile Include="Symbolic\Symbols\LaggedVariable.cs" />
205    <Compile Include="Symbolic\Symbols\LaggedVariableTreeNode.cs" />
206    <Compile Include="Symbolic\Symbols\GreaterThan.cs" />
207    <Compile Include="Symbolic\Symbols\LessThan.cs" />
208    <Compile Include="Symbolic\Symbols\And.cs" />
209    <Compile Include="Symbolic\Symbols\Or.cs" />
210    <Compile Include="Symbolic\Symbols\Not.cs" />
211    <Compile Include="Symbolic\Symbols\Logarithm.cs" />
212    <Compile Include="Symbolic\Symbols\Exponential.cs" />
213    <Compile Include="Symbolic\Symbols\Sine.cs" />
214    <Compile Include="Symbolic\Symbols\Cosine.cs" />
215    <Compile Include="Symbolic\Symbols\Tangent.cs" />
216    <Compile Include="Symbolic\Symbols\Average.cs" />
217    <Compile Include="Symbolic\Symbols\IfThenElse.cs" />
[3462]218    <Compile Include="Symbolic\Symbols\Division.cs" />
219    <Compile Include="Symbolic\Symbols\Multiplication.cs" />
220    <Compile Include="Symbolic\Symbols\Subtraction.cs" />
[5026]221    <Compile Include="Symbolic\Symbols\TimeLag.cs" />
[3373]222    <Compile Include="Symbolic\Symbols\Variable.cs" />
223    <Compile Include="Symbolic\Symbols\VariableTreeNode.cs" />
[3531]224    <Compile Include="Symbolic\VariableFrequencyAnalyser.cs" />
[3248]225  </ItemGroup>
226  <ItemGroup>
[3253]227    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
228      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
229      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
230    </ProjectReference>
[3248]231  </ItemGroup>
[4065]232  <ItemGroup>
233    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
234      <Visible>False</Visible>
235      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
236      <Install>false</Install>
237    </BootstrapperPackage>
238    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
239      <Visible>False</Visible>
240      <ProductName>.NET Framework 3.5 SP1</ProductName>
241      <Install>true</Install>
242    </BootstrapperPackage>
243    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
244      <Visible>False</Visible>
245      <ProductName>Windows Installer 3.1</ProductName>
246      <Install>true</Install>
247    </BootstrapperPackage>
248  </ItemGroup>
[4411]249  <ItemGroup>
250    <Folder Include="Operators\" />
251  </ItemGroup>
[3248]252  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
253  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
254       Other similar extension points exist, see Microsoft.Common.targets.
255  <Target Name="BeforeBuild">
256  </Target>
257  <Target Name="AfterBuild">
258  </Target>
259  -->
260  <PropertyGroup>
261    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
262set ProjectDir=$(ProjectDir)
263set SolutionDir=$(SolutionDir)
264set Outdir=$(Outdir)
265
266call PreBuildEvent.cmd
267SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>
268  </PropertyGroup>
269</Project>
Note: See TracBrowser for help on using the repository browser.