Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj @ 13339

Last change on this file since 13339 was 12897, checked in by gkronber, 9 years ago

#2469: added SymbolicExpressionTreeProblem base class

File size: 15.9 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>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5163]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>
[6866]43    <OutputPath>$(SolutionDir)\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>
[11623]49    <Prefer32Bit>false</Prefer32Bit>
[3223]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[6866]54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3223]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]59    <Prefer32Bit>false</Prefer32Bit>
[3223]60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
[6866]63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3223]64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
[4065]68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]69    <Prefer32Bit>false</Prefer32Bit>
[3223]70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3223]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>
[11623]79    <Prefer32Bit>false</Prefer32Bit>
[3223]80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
82    <DebugSymbols>true</DebugSymbols>
[6866]83    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3223]84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
[4065]88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]89    <Prefer32Bit>false</Prefer32Bit>
[3223]90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]92    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3223]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>
[11623]99    <Prefer32Bit>false</Prefer32Bit>
[3223]100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
[3237]106    <Reference Include="System.Drawing" />
[3223]107    <Reference Include="System.Xml.Linq">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.DataSetExtensions">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
[9530]117    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
[5510]118    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
[5386]119    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
[6978]120    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
[5510]121    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
[3539]122    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
123    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
124    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
125    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
126    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
127    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
128    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
129    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
130    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
[12897]131    <Compile Include="SymbolicExpressionTreeProblem.cs" />
[3462]132    <Compile Include="Compiler\Instruction.cs" />
[9828]133    <Compile Include="Compiler\LinearInstruction.cs" />
[3462]134    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
[9828]135    <Compile Include="Compiler\SymbolicExpressionTreeLinearCompiler.cs" />
[6887]136    <Compile Include="Creators\FullTreeCreator.cs">
137      <SubType>Code</SubType>
138    </Compile>
139    <Compile Include="Creators\GrowTreeCreator.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
[9649]143    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
[10522]144    <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
[11494]145    <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
[12424]146    <Compile Include="Grammars\SimpleSymbolicExpressionGrammar.cs" />
[5635]147    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
[5686]148    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
149    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
[5499]150    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
[10562]151    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
152    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeSimilarityComparer.cs" />
[5499]153    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
154    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
[3462]155    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
[5686]156    <Compile Include="CutPoint.cs" />
[3462]157    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
[5416]158    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
[5494]159    <Compile Include="Interfaces\ISymbol.cs" />
160    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
161    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
162    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
163    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
164    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
[5373]165    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
[5416]166    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
[5494]167    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
[3512]168    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
[5494]169    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
[8333]170    <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
[4189]171    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
[3512]172    <Compile Include="Manipulators\FullTreeShaker.cs" />
[3534]173    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
[3512]174    <Compile Include="Manipulators\OnePointShaker.cs" />
[3462]175    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
[6866]176    <Compile Include="Plugin.cs" />
[11494]177    <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" />
178    <Compile Include="Grammars\SymbolicExpressionGrammar.cs" />
179    <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" />
[12422]180    <Compile Include="SymbolicExpressionTreeEncoding.cs" />
[3360]181    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
[3338]182    <Compile Include="Crossovers\SubtreeCrossover.cs">
[3294]183      <SubType>Code</SubType>
184    </Compile>
[3338]185    <Compile Include="EnumerableExtensions.cs" />
[3294]186    <Compile Include="SymbolicExpressionTreeOperator.cs" />
[3256]187    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
[3223]188    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
[5494]189    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
[3223]190    <Compile Include="SymbolicExpressionTree.cs" />
191    <Compile Include="Properties\AssemblyInfo.cs" />
192    <Compile Include="SymbolicExpressionTreeNode.cs" />
[3294]193    <Compile Include="Symbols\Argument.cs" />
194    <Compile Include="Symbols\ArgumentTreeNode.cs" />
[6803]195    <Compile Include="Symbols\GroupSymbol.cs" />
[12424]196    <Compile Include="Symbols\SimpleSymbol.cs" />
[3256]197    <Compile Include="Symbols\StartSymbol.cs" />
[3294]198    <Compile Include="Symbols\InvokeFunction.cs" />
199    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
200    <Compile Include="Symbols\DefunTreeNode.cs" />
201    <Compile Include="Symbols\Defun.cs" />
202    <Compile Include="Symbols\ProgramRootSymbol.cs" />
[3462]203    <Compile Include="Symbols\Symbol.cs" />
[3223]204  </ItemGroup>
205  <ItemGroup>
206    <None Include="HeuristicLab.snk" />
[6866]207    <None Include="Plugin.cs.frame" />
208    <None Include="Properties\AssemblyInfo.cs.frame" />
[3223]209  </ItemGroup>
210  <ItemGroup>
[3651]211    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
212      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
213      <Name>HeuristicLab.Analysis-3.3</Name>
[6866]214      <Private>False</Private>
[3651]215    </ProjectReference>
[3223]216    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
217      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
218      <Name>HeuristicLab.Collections-3.3</Name>
[6866]219      <Private>False</Private>
[3223]220    </ProjectReference>
[3710]221    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
222      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
223      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]224      <Private>False</Private>
[3710]225    </ProjectReference>
[3384]226    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
227      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
228      <Name>HeuristicLab.Common-3.3</Name>
[6866]229      <Private>False</Private>
[3368]230    </ProjectReference>
[3223]231    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
232      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
233      <Name>HeuristicLab.Core-3.3</Name>
[6866]234      <Private>False</Private>
[3223]235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
237      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
238      <Name>HeuristicLab.Data-3.3</Name>
[6866]239      <Private>False</Private>
[3223]240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
242      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
243      <Name>HeuristicLab.Operators-3.3</Name>
[6866]244      <Private>False</Private>
[3223]245    </ProjectReference>
[3710]246    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
247      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
248      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
[6866]249      <Private>False</Private>
[3710]250    </ProjectReference>
[3223]251    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
252      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
253      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]254      <Private>False</Private>
[3223]255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
257      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
258      <Name>HeuristicLab.Parameters-3.3</Name>
[6866]259      <Private>False</Private>
[3223]260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
262      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
263      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]264      <Private>False</Private>
[3223]265    </ProjectReference>
[3832]266    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3223]267      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]268      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]269      <Private>False</Private>
[3223]270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
272      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
273      <Name>HeuristicLab.Random-3.3</Name>
[6866]274      <Private>False</Private>
[3223]275    </ProjectReference>
276  </ItemGroup>
[4065]277  <ItemGroup>
278    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
279      <Visible>False</Visible>
280      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
281      <Install>false</Install>
282    </BootstrapperPackage>
283    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
284      <Visible>False</Visible>
285      <ProductName>.NET Framework 3.5 SP1</ProductName>
286      <Install>true</Install>
287    </BootstrapperPackage>
288    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
289      <Visible>False</Visible>
290      <ProductName>Windows Installer 3.1</ProductName>
291      <Install>true</Install>
292    </BootstrapperPackage>
293  </ItemGroup>
[3223]294  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
295  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
296       Other similar extension points exist, see Microsoft.Common.targets.
297  <Target Name="BeforeBuild">
298  </Target>
299  <Target Name="AfterBuild">
300  </Target>
301  -->
302  <PropertyGroup>
[9530]303    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3223]304set ProjectDir=$(ProjectDir)
305set SolutionDir=$(SolutionDir)
306set Outdir=$(Outdir)
307
308call PreBuildEvent.cmd
[6866]309</PreBuildEvent>
[9530]310    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]311export ProjectDir=$(ProjectDir)
312export SolutionDir=$(SolutionDir)
313
314$SolutionDir/PreBuildEvent.sh
315</PreBuildEvent>
[3223]316  </PropertyGroup>
317</Project>
Note: See TracBrowser for help on using the repository browser.