Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj @ 4044

Last change on this file since 4044 was 4044, checked in by mkommend, 14 years ago

added statistical comperator operator for SymReg OSGP (ticket #1082)

File size: 12.6 KB
RevLine 
[3248]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{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>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x64\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x64</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
44    <OutputPath>bin\x64\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x64</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\x86\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
60    <OutputPath>bin\x86\Release\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="System" />
69    <Reference Include="System.Core">
70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
71    </Reference>
[3373]72    <Reference Include="System.Drawing" />
[3248]73    <Reference Include="System.Xml.Linq">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Data.DataSetExtensions">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
79    <Reference Include="System.Data" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <None Include="HeuristicLab.snk" />
84    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
85    <None Include="Properties\AssemblyInfo.frame" />
[4027]86    <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" />
[4022]87    <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" />
88    <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
[3408]89    <Compile Include="DataAnalysisSolution.cs" />
[3373]90    <Compile Include="CsvFileParser.cs" />
91    <Compile Include="DataAnalysisProblem.cs" />
92    <Compile Include="DataAnalysisProblemData.cs" />
93    <Compile Include="DataFormatException.cs" />
[3253]94    <Compile Include="Dataset.cs" />
[3999]95    <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" />
96    <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" />
97    <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" />
[3253]98    <Compile Include="Evaluators\SimpleEvaluator.cs" />
[3452]99    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" />
100    <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
[3253]101    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
[3452]102    <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" />
103    <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" />
104    <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" />
[3248]105    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
[3884]106    <Compile Include="Interfaces\IDataAnalysisModel.cs" />
[3877]107    <Compile Include="Interfaces\IDataAnalysisProblem.cs" />
[3999]108    <Compile Include="Interfaces\IOnlineEvaluator.cs" />
[3253]109    <Compile Include="MatrixExtensions.cs" />
[4044]110    <Compile Include="Operators\WeightedParentsQualityVarianceComparator.cs" />
[3248]111    <Compile Include="Properties\AssemblyInfo.cs" />
[3887]112    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentBestSolutionAnalyzer.cs" />
113    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentEvaluator.cs" />
114    <Compile Include="SupportVectorMachine\ParameterAdjustmentProblem\SupportVectorMachineParameterAdjustmentProblem.cs" />
[3877]115    <Compile Include="SupportVectorMachine\SupportVectorMachineCrossValidationEvaluator.cs" />
[3842]116    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
117    <Compile Include="SupportVectorMachine\SupportVectorMachineModelCreator.cs" />
118    <Compile Include="SupportVectorMachine\SupportVectorMachineModelEvaluator.cs" />
119    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs" />
[3373]120    <Compile Include="Symbolic\ArithmeticExpressionGrammar.cs" />
[3841]121    <Compile Include="Symbolic\FullFunctionalExpressionGrammar.cs" />
[3462]122    <Compile Include="Symbolic\ISymbolicExpressionTreeInterpreter.cs" />
123    <Compile Include="Symbolic\SimpleArithmeticExpressionInterpreter.cs" />
[3442]124    <Compile Include="Symbolic\SymbolicSimplifier.cs" />
[3462]125    <Compile Include="Symbolic\Symbols\Addition.cs" />
[3373]126    <Compile Include="Symbolic\Symbols\Constant.cs" />
127    <Compile Include="Symbolic\Symbols\ConstantTreeNode.cs" />
[3841]128    <Compile Include="Symbolic\Symbols\LaggedVariable.cs" />
129    <Compile Include="Symbolic\Symbols\LaggedVariableTreeNode.cs" />
130    <Compile Include="Symbolic\Symbols\GreaterThan.cs" />
131    <Compile Include="Symbolic\Symbols\LessThan.cs" />
132    <Compile Include="Symbolic\Symbols\And.cs" />
133    <Compile Include="Symbolic\Symbols\Or.cs" />
134    <Compile Include="Symbolic\Symbols\Not.cs" />
135    <Compile Include="Symbolic\Symbols\Logarithm.cs" />
136    <Compile Include="Symbolic\Symbols\Exponential.cs" />
137    <Compile Include="Symbolic\Symbols\Sine.cs" />
138    <Compile Include="Symbolic\Symbols\Cosine.cs" />
139    <Compile Include="Symbolic\Symbols\Tangent.cs" />
140    <Compile Include="Symbolic\Symbols\Average.cs" />
141    <Compile Include="Symbolic\Symbols\IfThenElse.cs" />
[3462]142    <Compile Include="Symbolic\Symbols\Division.cs" />
143    <Compile Include="Symbolic\Symbols\Multiplication.cs" />
144    <Compile Include="Symbolic\Symbols\Subtraction.cs" />
[3373]145    <Compile Include="Symbolic\Symbols\Variable.cs" />
146    <Compile Include="Symbolic\Symbols\VariableTreeNode.cs" />
[3531]147    <Compile Include="Symbolic\VariableFrequencyAnalyser.cs" />
[3248]148  </ItemGroup>
149  <ItemGroup>
[3253]150    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
151      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
152      <Name>HeuristicLab.Collections-3.3</Name>
153    </ProjectReference>
[3702]154    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[3373]155      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]156      <Name>HeuristicLab.Common.Resources-3.3</Name>
[3373]157    </ProjectReference>
[3384]158    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
159      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
160      <Name>HeuristicLab.Common-3.3</Name>
[3253]161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
163      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
164      <Name>HeuristicLab.Core-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
167      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
168      <Name>HeuristicLab.Data-3.3</Name>
169    </ProjectReference>
[3877]170    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
171      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
172      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
173    </ProjectReference>
[3253]174    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
175      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
176      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
177    </ProjectReference>
[4044]178    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
179      <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
180      <Name>ALGLIB-2.5.0</Name>
181    </ProjectReference>
[3842]182    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
183      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
184      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
187      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
188      <Name>LibSVM-1.6.3</Name>
189    </ProjectReference>
[3253]190    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
191      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
192      <Name>HeuristicLab.Operators-3.3</Name>
193    </ProjectReference>
[3877]194    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
195      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
196      <Name>HeuristicLab.Optimization-3.3</Name>
197    </ProjectReference>
[3253]198    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
199      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
200      <Name>HeuristicLab.Parameters-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
203      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
204      <Name>HeuristicLab.Persistence-3.3</Name>
205    </ProjectReference>
[3832]206    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3248]207      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]208      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[3248]209    </ProjectReference>
[3373]210    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
211      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
212      <Name>HeuristicLab.Random-3.3</Name>
213    </ProjectReference>
[3248]214  </ItemGroup>
215  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
216  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
217       Other similar extension points exist, see Microsoft.Common.targets.
218  <Target Name="BeforeBuild">
219  </Target>
220  <Target Name="AfterBuild">
221  </Target>
222  -->
223  <PropertyGroup>
224    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
225set ProjectDir=$(ProjectDir)
226set SolutionDir=$(SolutionDir)
227set Outdir=$(Outdir)
228
229call PreBuildEvent.cmd
230SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>
231  </PropertyGroup>
232</Project>
Note: See TracBrowser for help on using the repository browser.