Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj @ 9732

Last change on this file since 9732 was 9732, checked in by bburlacu, 11 years ago

#2021: Merged trunk changes for HeuristicLab.Encodings.SymbolicExpressionTreeEncoding and HeuristicLab.Problems.DataAnalysis.Symbolic. Replaced prefix iteration of nodes in the linear interpretation with breadth iteration for simplified logic and extra performance. Reversed unnecessary changes to other projects.

File size: 14.4 KB
RevLine 
[3223]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3223]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>
[5477]8    <ProjectGuid>{06D4A186-9319-48A0-BADE-A2058D462EEA}</ProjectGuid>
[3223]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
[5477]12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</AssemblyName>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[3223]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>
[3223]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[9271]43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[3237]47    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
[4065]48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[9271]53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
[9271]61    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
[4065]66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[9271]69    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
[9271]79    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[9271]87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3223]88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
[4065]93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]94  </PropertyGroup>
95  <ItemGroup>
[9271]96    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
137      <SpecificVersion>False</SpecificVersion>
138      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
139    </Reference>
[3223]140    <Reference Include="System" />
141    <Reference Include="System.Core">
142      <RequiredTargetFramework>3.5</RequiredTargetFramework>
143    </Reference>
[3237]144    <Reference Include="System.Drawing" />
[3223]145  </ItemGroup>
146  <ItemGroup>
[9732]147    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
[5510]148    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
[5386]149    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
[6978]150    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
[5510]151    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
[3539]152    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
153    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
154    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
155    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
156    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
157    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
158    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
159    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
160    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
[3462]161    <Compile Include="Compiler\Instruction.cs" />
162    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
[6887]163    <Compile Include="Creators\FullTreeCreator.cs">
164      <SubType>Code</SubType>
165    </Compile>
166    <Compile Include="Creators\GrowTreeCreator.cs">
167      <SubType>Code</SubType>
168    </Compile>
169    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
[9732]170    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
[5635]171    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
[5686]172    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
173    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
[5499]174    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
175    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
176    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
[3462]177    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
[5686]178    <Compile Include="CutPoint.cs" />
[3462]179    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
[5416]180    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
[5494]181    <Compile Include="Interfaces\ISymbol.cs" />
182    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
183    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
184    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
185    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
186    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
[5373]187    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
[5416]188    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
[5494]189    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
[3512]190    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
[5494]191    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
[8333]192    <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
[4189]193    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
[3512]194    <Compile Include="Manipulators\FullTreeShaker.cs" />
[3534]195    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
[3512]196    <Compile Include="Manipulators\OnePointShaker.cs" />
[3462]197    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
[6866]198    <Compile Include="Plugin.cs" />
[5686]199    <Compile Include="SymbolicExpressionGrammarBase.cs" />
200    <Compile Include="SymbolicExpressionGrammar.cs" />
[4249]201    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
[3360]202    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
[3338]203    <Compile Include="Crossovers\SubtreeCrossover.cs">
[3294]204      <SubType>Code</SubType>
205    </Compile>
[3338]206    <Compile Include="EnumerableExtensions.cs" />
[3294]207    <Compile Include="SymbolicExpressionTreeOperator.cs" />
[3256]208    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
[3223]209    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
[5494]210    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
[3223]211    <Compile Include="SymbolicExpressionTree.cs" />
212    <Compile Include="Properties\AssemblyInfo.cs" />
213    <Compile Include="SymbolicExpressionTreeNode.cs" />
[3294]214    <Compile Include="Symbols\Argument.cs" />
215    <Compile Include="Symbols\ArgumentTreeNode.cs" />
[6803]216    <Compile Include="Symbols\GroupSymbol.cs" />
[3256]217    <Compile Include="Symbols\StartSymbol.cs" />
[3294]218    <Compile Include="Symbols\InvokeFunction.cs" />
219    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
220    <Compile Include="Symbols\DefunTreeNode.cs" />
221    <Compile Include="Symbols\Defun.cs" />
222    <Compile Include="Symbols\ProgramRootSymbol.cs" />
[3462]223    <Compile Include="Symbols\Symbol.cs" />
[3223]224  </ItemGroup>
225  <ItemGroup>
226    <None Include="HeuristicLab.snk" />
[6866]227    <None Include="Plugin.cs.frame" />
228    <None Include="Properties\AssemblyInfo.cs.frame" />
[3223]229  </ItemGroup>
230  <ItemGroup>
[4065]231    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
234      <Install>false</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
237      <Visible>False</Visible>
238      <ProductName>.NET Framework 3.5 SP1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
242      <Visible>False</Visible>
243      <ProductName>Windows Installer 3.1</ProductName>
244      <Install>true</Install>
245    </BootstrapperPackage>
246  </ItemGroup>
[3223]247  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
248  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249       Other similar extension points exist, see Microsoft.Common.targets.
250  <Target Name="BeforeBuild">
251  </Target>
252  <Target Name="AfterBuild">
253  </Target>
254  -->
255  <PropertyGroup>
[9271]256    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3223]257set ProjectDir=$(ProjectDir)
258set SolutionDir=$(SolutionDir)
259set Outdir=$(Outdir)
260
261call PreBuildEvent.cmd
[6866]262</PreBuildEvent>
[9271]263    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]264export ProjectDir=$(ProjectDir)
265export SolutionDir=$(SolutionDir)
266
267$SolutionDir/PreBuildEvent.sh
268</PreBuildEvent>
[3223]269  </PropertyGroup>
270</Project>
Note: See TracBrowser for help on using the repository browser.