Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.Extensions/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj @ 7786

Last change on this file since 7786 was 5180, checked in by swinkler, 14 years ago

Updated projects in exporters branch reacting on recent changes in the trunk (.NET 4.0, changes in interface of dataset). (#1270, #1314)

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