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, 8 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
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>
[5474]8    <ProjectGuid>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</ProjectGuid>
[3248]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[5474]11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</AssemblyName>
[11638]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5192]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[3248]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[3248]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[10269]43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]48    <Prefer32Bit>false</Prefer32Bit>
[12208]49    <UseVSHostingProcess>false</UseVSHostingProcess>
[3248]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[10269]54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]59    <Prefer32Bit>false</Prefer32Bit>
[3248]60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
[10269]63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
[4065]68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]69    <Prefer32Bit>false</Prefer32Bit>
[3248]70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[10269]72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
[4065]78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]79    <Prefer32Bit>false</Prefer32Bit>
[3248]80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
82    <DebugSymbols>true</DebugSymbols>
[10269]83    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
[4065]88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]89    <Prefer32Bit>false</Prefer32Bit>
[3248]90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[10269]92    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3248]93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
[4065]98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11638]99    <Prefer32Bit>false</Prefer32Bit>
[3248]100  </PropertyGroup>
101  <ItemGroup>
[10269]102    <Reference Include="ALGLIB-3.7.0">
103      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
[7823]104      <Private>False</Private>
[7696]105    </Reference>
[10269]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>
[11458]114    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
[10269]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>
[3248]168    <Reference Include="System" />
169    <Reference Include="System.Core">
170      <RequiredTargetFramework>3.5</RequiredTargetFramework>
171    </Reference>
[3253]172    <Reference Include="System.Drawing" />
[3248]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>
[11482]183    <Compile Include="Analyzers\BuildingBlockAnalyzers\SymbolicDataAnalysisPoly10Analyzer.cs" />
[11318]184    <Compile Include="Analyzers\SymbolicDataAnalysisBottomUpDiversityAnalyzer.cs" />
[12892]185    <Compile Include="Analyzers\SymbolicDataAnalysisGeneticOperatorImprovementAnalyzer.cs" />
[14312]186    <Compile Include="Importer\InfixExpressionParser.cs" />
[13482]187    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplificationOperator.cs" />
188    <Compile Include="SymbolicDataAnalysisModelComplexityCalculator.cs" />
[12929]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" />
[10459]193    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs" />
[10293]194    <Compile Include="Analyzers\SymbolicDataAnalysisGenealogyAnalyzer.cs" />
[7734]195    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
[7726]196    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
[5747]197    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveValidationAnalyzer.cs" />
[5685]198    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveValidationBestSolutionAnalyzer.cs" />
[5747]199    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationAnalyzer.cs" />
[5607]200    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationBestSolutionAnalyzer.cs" />
[5557]201    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveAnalyzer.cs" />
202    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveAnalyzer.cs" />
203    <Compile Include="Analyzers\SymbolicDataAnalysisMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
[5556]204    <Compile Include="Analyzers\SymbolicDataAnalysisAnalyzer.cs" />
[5557]205    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveTrainingBestSolutionAnalyzer.cs">
206      <SubType>Code</SubType>
207    </Compile>
[14312]208    <Compile Include="Formatters\InfixExpressionFormatter.cs" />
[11458]209    <Compile Include="Importer\SymbolicExpressionImporter.cs" />
210    <Compile Include="Importer\Token.cs" />
[11208]211    <Compile Include="Interfaces\IModelBacktransformator.cs" />
[11927]212    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionSimilarityCalculator.cs" />
[11232]213    <Compile Include="SymbolicExpressionTreeBacktransformator.cs" />
214    <Compile Include="SymbolicDataAnalysisExpressionPruningOperator.cs" />
[10269]215    <Compile Include="SymbolicDataAnalysisSolutionPruningOptimizer.cs" />
[5556]216    <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" />
[6135]217    <Compile Include="Analyzers\SymbolicDataAnalysisAlleleFrequencyAnalyzer.cs" />
[7037]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" />
[7506]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" />
[9587]230    <Compile Include="Formatters\SymbolicDataAnalysisExpressionExcelFormatter.cs" />
[9821]231    <Compile Include="Formatters\SymbolicDataAnalysisExpressionSmalltalkFormatter.cs" />
[7506]232    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionCrossover.cs" />
[8946]233    <Compile Include="Interfaces\ISymbolicDataAnalysisImpactValuesCalculator.cs" />
[8798]234    <Compile Include="Interpreter\InterpreterState.cs" />
235    <Compile Include="Interpreter\OpCodes.cs" />
236    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs" />
237    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeInterpreter.cs" />
[9828]238    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeLinearInterpreter.cs" />
[6866]239    <Compile Include="Plugin.cs" />
[5745]240    <Compile Include="Formatters\SymbolicDataAnalysisExpressionLatexFormatter.cs" />
241    <Compile Include="Formatters\SymbolicDataAnalysisExpressionMATLABFormatter.cs" />
[5720]242    <Compile Include="Interfaces\ISymbolicDataAnalysisBoundedOperator.cs" />
[5624]243    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionTreeInterpreter.cs" />
[5883]244    <Compile Include="Interfaces\ISymbolicDataAnalysisProblem.cs" />
[5624]245    <Compile Include="SymbolicDataAnalysisModel.cs">
246      <SubType>Code</SubType>
247    </Compile>
[5618]248    <Compile Include="SymbolicDataAnalysisMultiObjectiveProblem.cs" />
[5607]249    <Compile Include="Interfaces\ISymbolicDataAnalysisValidationAnalyzer.cs" />
[5574]250    <Compile Include="Grammars\ArithmeticExpressionGrammar.cs" />
251    <Compile Include="Grammars\FullFunctionalExpressionGrammar.cs" />
252    <Compile Include="Grammars\TypeCoherentExpressionGrammar.cs" />
[5557]253    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveAnalyzer.cs" />
254    <Compile Include="Interfaces\ISymbolicDataAnalysisSingleObjectiveAnalyzer.cs" />
[5553]255    <Compile Include="Interfaces\ISymbolicDataAnalysisAnalyzer.cs" />
[5618]256    <Compile Include="SymbolicDataAnalysisSingleObjectiveProblem.cs" />
[5571]257    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplifier.cs" />
[5577]258    <Compile Include="SymbolicDataAnalysisProblem.cs" />
[8946]259    <Compile Include="SymbolicDataAnalysisSolutionImpactValuesCalculator.cs" />
[5532]260    <Compile Include="Symbols\Addition.cs" />
261    <Compile Include="Symbols\And.cs" />
[8798]262    <Compile Include="Symbols\AutoregressiveVariable.cs" />
[5532]263    <Compile Include="Symbols\Average.cs" />
264    <Compile Include="Symbols\Constant.cs" />
265    <Compile Include="Symbols\ConstantTreeNode.cs" />
[7696]266    <Compile Include="Symbols\AiryA.cs" />
267    <Compile Include="Symbols\AiryB.cs" />
268    <Compile Include="Symbols\Bessel.cs" />
[11458]269    <Compile Include="Symbols\Passthrough.cs" />
[11208]270    <Compile Include="Symbols\Xor.cs" />
[7696]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" />
[7695]283    <Compile Include="Symbols\SquareRoot.cs" />
284    <Compile Include="Symbols\Square.cs" />
[5532]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" />
[12163]312    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisFragmentLengthAnalyzer.cs" />
[13482]313    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisSchemaFrequencyAnalyzer.cs" />
[12225]314    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisSubtreeSampleCountAnalyzer.cs" />
[12163]315    <Compile Include="Tracking\Analyzers\SymbolicDataAnalysisTraceOverlapAnalyzer.cs" />
[12988]316    <Compile Include="Tracking\SchemaDiversification\DiversificationStatisticsOperator.cs" />
[12951]317    <Compile Include="Tracking\SchemaDiversification\SchemaEvaluator.cs" />
318    <Compile Include="Tracking\SchemaDiversification\SchemaCreator.cs" />
[14427]319    <Compile Include="Tracking\SchemaDiversification\SchemaUtil.cs" />
[13527]320    <Compile Include="Tracking\SchemaDiversification\UpdateQualityOperator.cs" />
[11927]321    <Compile Include="Tracking\SymbolicDataAnalysisExpressionAfterCrossoverOperator.cs" />
322    <Compile Include="Tracking\SymbolicDataAnalysisExpressionAfterManipulatorOperator.cs" />
323    <Compile Include="Tracking\SymbolicDataAnalysisExpressionBeforeCrossoverOperator.cs" />
324    <Compile Include="Tracking\SymbolicDataAnalysisExpressionBeforeManipulatorOperator.cs" />
[11458]325    <Compile Include="Tracking\TraceCalculator.cs" />
[11232]326    <Compile Include="TransformationToSymbolicTreeMapper.cs" />
[12929]327    <Compile Include="TreeMatching\QueryMatch.cs" />
[11926]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" />
[12155]335    <Compile Include="TreeMatching\SymbolicExpressionTreePhenotypicSimilarityCalculator.cs" />
[11232]336    <None Include="HeuristicLab.snk" />
[6866]337    <None Include="Plugin.cs.frame" />
338    <None Include="Properties\AssemblyInfo.cs.frame" />
[5500]339    <Compile Include="Evaluators\SymbolicDataAnalysisMultiObjectiveEvaluator.cs" />
340    <Compile Include="Evaluators\SymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
341    <Compile Include="Evaluators\SymbolicDataAnalysisEvaluator.cs" />
342    <Compile Include="Interfaces\ISymbolicDataAnalysisInterpreterOperator.cs" />
[5498]343    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveEvaluator.cs" />
[5495]344    <Compile Include="Interfaces\ISymbolicDataAnalysisEvaluator.cs" />
345    <Compile Include="Interfaces\ISymbolicDataAnalysisGrammar.cs" />
346    <Compile Include="Interfaces\ISymbolicDataAnalysisModel.cs" />
[5498]347    <Compile Include="Interfaces\ISymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
[5495]348    <Compile Include="Interfaces\ISymbolicDataAnalysisSolution.cs" />
349    <Compile Include="Interfaces\ISymbolicDataAnalysisSolutionCreator.cs" />
[3373]350    <Compile Include="Properties\AssemblyInfo.cs" />
[3248]351  </ItemGroup>
352  <ItemGroup>
[7825]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>
[11015]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>
[11458]373      <Private>False</Private>
[11015]374    </ProjectReference>
[5495]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>
[6866]378      <Private>False</Private>
[3253]379    </ProjectReference>
[10269]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>
[6866]383      <Private>False</Private>
[3253]384    </ProjectReference>
[3248]385  </ItemGroup>
[10347]386  <ItemGroup />
[3248]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>
[8793]396    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3248]397set ProjectDir=$(ProjectDir)
398set SolutionDir=$(SolutionDir)
399set Outdir=$(Outdir)
400
401call PreBuildEvent.cmd
[6866]402</PreBuildEvent>
[8793]403    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]404export ProjectDir=$(ProjectDir)
405export SolutionDir=$(SolutionDir)
406
407$SolutionDir/PreBuildEvent.sh
408</PreBuildEvent>
[3248]409  </PropertyGroup>
410</Project>
Note: See TracBrowser for help on using the repository browser.