Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj @ 14427

Last change on this file since 14427 was 14427, checked in by bburlacu, 7 years ago

#1772: Extract common methods (used by the schema creator and the schema frequency analyzer) in static SchemaUtil class. Make AnyNode constructor public.

File size: 22.4 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>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49    <UseVSHostingProcess>false</UseVSHostingProcess>
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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89    <Prefer32Bit>false</Prefer32Bit>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
92    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99    <Prefer32Bit>false</Prefer32Bit>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="ALGLIB-3.7.0">
103      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Analysis-3.3">
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Collections-3.3">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common.Resources-3.3">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Data-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Operators-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Optimization-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.Parameters-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Persistence-3.3">
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
150      <Private>False</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
153      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
154      <Private>False</Private>
155    </Reference>
156    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
158      <Private>False</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.Problems.Instances-3.3">
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Random-3.3">
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="System" />
169    <Reference Include="System.Core">
170      <RequiredTargetFramework>3.5</RequiredTargetFramework>
171    </Reference>
172    <Reference Include="System.Drawing" />
173    <Reference Include="System.Xml.Linq">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
176    <Reference Include="System.Data.DataSetExtensions">
177      <RequiredTargetFramework>3.5</RequiredTargetFramework>
178    </Reference>
179    <Reference Include="System.Data" />
180    <Reference Include="System.Xml" />
181  </ItemGroup>
182  <ItemGroup>
183    <Compile Include="Analyzers\BuildingBlockAnalyzers\SymbolicDataAnalysisPoly10Analyzer.cs" />
184    <Compile Include="Analyzers\SymbolicDataAnalysisBottomUpDiversityAnalyzer.cs" />
185    <Compile Include="Analyzers\SymbolicDataAnalysisGeneticOperatorImprovementAnalyzer.cs" />
186    <Compile Include="Importer\InfixExpressionParser.cs" />
187    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplificationOperator.cs" />
188    <Compile Include="SymbolicDataAnalysisModelComplexityCalculator.cs" />
189    <Compile Include="Symbols\Wildcards\AnyNode.cs" />
190    <Compile Include="Symbols\Wildcards\AnySubtreeSymbol.cs" />
191    <Compile Include="Symbols\Wildcards\AnySubtree.cs" />
192    <Compile Include="Symbols\Wildcards\AnyNodeSymbol.cs" />
193    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs" />
194    <Compile Include="Analyzers\SymbolicDataAnalysisGenealogyAnalyzer.cs" />
195    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
196    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
197    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveValidationAnalyzer.cs" />
198    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveValidationBestSolutionAnalyzer.cs" />
199    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationAnalyzer.cs" />
200    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationBestSolutionAnalyzer.cs" />
201    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveAnalyzer.cs" />
202    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveAnalyzer.cs" />
203    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
204    <Compile Include="Analyzers\SymbolicDataAnalysisAnalyzer.cs" />
205    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveTrainingBestSolutionAnalyzer.cs">
206      <SubType>Code</SubType>
207    </Compile>
208    <Compile Include="Formatters\InfixExpressionFormatter.cs" />
209    <Compile Include="Importer\SymbolicExpressionImporter.cs" />
210    <Compile Include="Importer\Token.cs" />
211    <Compile Include="Interfaces\IModelBacktransformator.cs" />
212    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionSimilarityCalculator.cs" />
213    <Compile Include="SymbolicExpressionTreeBacktransformator.cs" />
214    <Compile Include="SymbolicDataAnalysisExpressionPruningOperator.cs" />
215    <Compile Include="SymbolicDataAnalysisSolutionPruningOptimizer.cs" />
216    <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" />
217    <Compile Include="Analyzers\SymbolicDataAnalysisAlleleFrequencyAnalyzer.cs" />
218    <Compile Include="Creators\MultiSymbolicDataAnalysisExpressionCreator.cs" />
219    <Compile Include="Creators\SymbolicDataAnalysisExpressionFullTreeCreator.cs" />
220    <Compile Include="Creators\SymbolicDataAnalysisExpressionGrowTreeCreator.cs" />
221    <Compile Include="Creators\SymbolicDataAnalysisExpressionRampedHalfAndHalfTreeCreator.cs" />
222    <Compile Include="Creators\SymbolicDataAnalysisExpressionTreeCreator.cs" />
223    <Compile Include="Crossovers\MultiSymbolicDataAnalysisExpressionCrossover.cs" />
224    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionContextAwareCrossover.cs" />
225    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionCrossover.cs" />
226    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs" />
227    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionDeterministicBestCrossover.cs" />
228    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionProbabilisticFunctionalCrossover.cs" />
229    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs" />
230    <Compile Include="Formatters\SymbolicDataAnalysisExpressionExcelFormatter.cs" />
231    <Compile Include="Formatters\SymbolicDataAnalysisExpressionSmalltalkFormatter.cs" />
232    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionCrossover.cs" />
233    <Compile Include="Interfaces\ISymbolicDataAnalysisImpactValuesCalculator.cs" />
234    <Compile Include="Interpreter\InterpreterState.cs" />
235    <Compile Include="Interpreter\OpCodes.cs" />
236    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs" />
237    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeInterpreter.cs" />
238    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeLinearInterpreter.cs" />
239    <Compile Include="Plugin.cs" />
240    <Compile Include="Formatters\SymbolicDataAnalysisExpressionLatexFormatter.cs" />
241    <Compile Include="Formatters\SymbolicDataAnalysisExpressionMATLABFormatter.cs" />
242    <Compile Include="Interfaces\ISymbolicDataAnalysisBoundedOperator.cs" />
243    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionTreeInterpreter.cs" />
244    <Compile Include="Interfaces\ISymbolicDataAnalysisProblem.cs" />
245    <Compile Include="SymbolicDataAnalysisModel.cs">
246      <SubType>Code</SubType>
247    </Compile>
248    <Compile Include="SymbolicDataAnalysisMultiObjectiveProblem.cs" />
249    <Compile Include="Interfaces\ISymbolicDataAnalysisValidationAnalyzer.cs" />
250    <Compile Include="Grammars\ArithmeticExpressionGrammar.cs" />
251    <Compile Include="Grammars\FullFunctionalExpressionGrammar.cs" />
252    <Compile Include="Grammars\TypeCoherentExpressionGrammar.cs" />
253    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveAnalyzer.cs" />
254    <Compile Include="Interfaces\ISymbolicDataAnalysisSingleObjectiveAnalyzer.cs" />
255    <Compile Include="Interfaces\ISymbolicDataAnalysisAnalyzer.cs" />
256    <Compile Include="SymbolicDataAnalysisSingleObjectiveProblem.cs" />
257    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplifier.cs" />
258    <Compile Include="SymbolicDataAnalysisProblem.cs" />
259    <Compile Include="SymbolicDataAnalysisSolutionImpactValuesCalculator.cs" />
260    <Compile Include="Symbols\Addition.cs" />
261    <Compile Include="Symbols\And.cs" />
262    <Compile Include="Symbols\AutoregressiveVariable.cs" />
263    <Compile Include="Symbols\Average.cs" />
264    <Compile Include="Symbols\Constant.cs" />
265    <Compile Include="Symbols\ConstantTreeNode.cs" />
266    <Compile Include="Symbols\AiryA.cs" />
267    <Compile Include="Symbols\AiryB.cs" />
268    <Compile Include="Symbols\Bessel.cs" />
269    <Compile Include="Symbols\Passthrough.cs" />
270    <Compile Include="Symbols\Xor.cs" />
271    <Compile Include="Symbols\Erf.cs" />
272    <Compile Include="Symbols\Norm.cs" />
273    <Compile Include="Symbols\FresnelCosineIntegral.cs" />
274    <Compile Include="Symbols\FresnelSineIntegral.cs" />
275    <Compile Include="Symbols\HyperbolicSineIntegral.cs" />
276    <Compile Include="Symbols\HyperbolicCosineIntegral.cs" />
277    <Compile Include="Symbols\SineIntegral.cs" />
278    <Compile Include="Symbols\CosineIntegral.cs" />
279    <Compile Include="Symbols\ExponentialIntegralEi.cs" />
280    <Compile Include="Symbols\Dawson.cs" />
281    <Compile Include="Symbols\Psi.cs" />
282    <Compile Include="Symbols\Gamma.cs" />
283    <Compile Include="Symbols\SquareRoot.cs" />
284    <Compile Include="Symbols\Square.cs" />
285    <Compile Include="Symbols\Cosine.cs" />
286    <Compile Include="Symbols\Derivative.cs" />
287    <Compile Include="Symbols\Division.cs" />
288    <Compile Include="Symbols\Exponential.cs" />
289    <Compile Include="Symbols\GreaterThan.cs" />
290    <Compile Include="Symbols\IfThenElse.cs" />
291    <Compile Include="Symbols\ILaggedTreeNode.cs" />
292    <Compile Include="Symbols\Integral.cs" />
293    <Compile Include="Symbols\LaggedSymbol.cs" />
294    <Compile Include="Symbols\LaggedTreeNode.cs" />
295    <Compile Include="Symbols\LaggedVariable.cs" />
296    <Compile Include="Symbols\LaggedVariableTreeNode.cs" />
297    <Compile Include="Symbols\LessThan.cs" />
298    <Compile Include="Symbols\Logarithm.cs" />
299    <Compile Include="Symbols\Multiplication.cs" />
300    <Compile Include="Symbols\Not.cs" />
301    <Compile Include="Symbols\Or.cs" />
302    <Compile Include="Symbols\Power.cs" />
303    <Compile Include="Symbols\Root.cs" />
304    <Compile Include="Symbols\Sine.cs" />
305    <Compile Include="Symbols\Subtraction.cs" />
306    <Compile Include="Symbols\Tangent.cs" />
307    <Compile Include="Symbols\TimeLag.cs" />
308    <Compile Include="Symbols\Variable.cs" />
309    <Compile Include="Symbols\VariableCondition.cs" />
310    <Compile Include="Symbols\VariableConditionTreeNode.cs" />
311    <Compile Include="Symbols\VariableTreeNode.cs" />
312    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisFragmentLengthAnalyzer.cs" />
313    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisSchemaFrequencyAnalyzer.cs" />
314    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisSubtreeSampleCountAnalyzer.cs" />
315    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisTraceOverlapAnalyzer.cs" />
316    <Compile Include="Tracking\SchemaDiversification\DiversificationStatisticsOperator.cs" />
317    <Compile Include="Tracking\SchemaDiversification\SchemaEvaluator.cs" />
318    <Compile Include="Tracking\SchemaDiversification\SchemaCreator.cs" />
319    <Compile Include="Tracking\SchemaDiversification\SchemaUtil.cs" />
320    <Compile Include="Tracking\SchemaDiversification\UpdateQualityOperator.cs" />
321    <Compile Include="Tracking\SymbolicDataAnalysisExpressionAfterCrossoverOperator.cs" />
322    <Compile Include="Tracking\SymbolicDataAnalysisExpressionAfterManipulatorOperator.cs" />
323    <Compile Include="Tracking\SymbolicDataAnalysisExpressionBeforeCrossoverOperator.cs" />
324    <Compile Include="Tracking\SymbolicDataAnalysisExpressionBeforeManipulatorOperator.cs" />
325    <Compile Include="Tracking\TraceCalculator.cs" />
326    <Compile Include="TransformationToSymbolicTreeMapper.cs" />
327    <Compile Include="TreeMatching\QueryMatch.cs" />
328    <Compile Include="TreeMatching\SymbolicExpressionTreeBottomUpSimilarityCalculator.cs" />
329    <Compile Include="TreeMatching\SymbolicExpressionTreeCanonicalSorter.cs" />
330    <Compile Include="TreeMatching\SymbolicExpressionTreeEqualityComparer.cs" />
331    <Compile Include="TreeMatching\SymbolicExpressionTreeMatching.cs" />
332    <Compile Include="TreeMatching\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculator.cs" />
333    <Compile Include="TreeMatching\SymbolicExpressionTreeNodeComparer.cs" />
334    <Compile Include="TreeMatching\SymbolicExpressionTreeNodeEqualityComparer.cs" />
335    <Compile Include="TreeMatching\SymbolicExpressionTreePhenotypicSimilarityCalculator.cs" />
336    <None Include="HeuristicLab.snk" />
337    <None Include="Plugin.cs.frame" />
338    <None Include="Properties\AssemblyInfo.cs.frame" />
339    <Compile Include="Evaluators\SymbolicDataAnalysisMultiObjectiveEvaluator.cs" />
340    <Compile Include="Evaluators\SymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
341    <Compile Include="Evaluators\SymbolicDataAnalysisEvaluator.cs" />
342    <Compile Include="Interfaces\ISymbolicDataAnalysisInterpreterOperator.cs" />
343    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveEvaluator.cs" />
344    <Compile Include="Interfaces\ISymbolicDataAnalysisEvaluator.cs" />
345    <Compile Include="Interfaces\ISymbolicDataAnalysisGrammar.cs" />
346    <Compile Include="Interfaces\ISymbolicDataAnalysisModel.cs" />
347    <Compile Include="Interfaces\ISymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
348    <Compile Include="Interfaces\ISymbolicDataAnalysisSolution.cs" />
349    <Compile Include="Interfaces\ISymbolicDataAnalysisSolutionCreator.cs" />
350    <Compile Include="Properties\AssemblyInfo.cs" />
351  </ItemGroup>
352  <ItemGroup>
353    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
354      <Visible>False</Visible>
355      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
356      <Install>false</Install>
357    </BootstrapperPackage>
358    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
359      <Visible>False</Visible>
360      <ProductName>.NET Framework 3.5 SP1</ProductName>
361      <Install>true</Install>
362    </BootstrapperPackage>
363    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
364      <Visible>False</Visible>
365      <ProductName>Windows Installer 3.1</ProductName>
366      <Install>true</Install>
367    </BootstrapperPackage>
368  </ItemGroup>
369  <ItemGroup>
370    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
371      <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>
372      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
373      <Private>False</Private>
374    </ProjectReference>
375    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
376      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
377      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
378      <Private>False</Private>
379    </ProjectReference>
380    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
381      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
382      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
383      <Private>False</Private>
384    </ProjectReference>
385  </ItemGroup>
386  <ItemGroup />
387  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
388  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
389       Other similar extension points exist, see Microsoft.Common.targets.
390  <Target Name="BeforeBuild">
391  </Target>
392  <Target Name="AfterBuild">
393  </Target>
394  -->
395  <PropertyGroup>
396    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
397set ProjectDir=$(ProjectDir)
398set SolutionDir=$(SolutionDir)
399set Outdir=$(Outdir)
400
401call PreBuildEvent.cmd
402</PreBuildEvent>
403    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
404export ProjectDir=$(ProjectDir)
405export SolutionDir=$(SolutionDir)
406
407$SolutionDir/PreBuildEvent.sh
408</PreBuildEvent>
409  </PropertyGroup>
410</Project>
Note: See TracBrowser for help on using the repository browser.