Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12422 was 12422, checked in by mkommend, 9 years ago

#2320: Merged the encoding class and all accompanying changes in the trunk.

File size: 15.7 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>{06D4A186-9319-48A0-BADE-A2058D462EEA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-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>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Drawing" />
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>
117    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
118    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
119    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
120    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
121    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
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" />
131    <Compile Include="Compiler\Instruction.cs" />
132    <Compile Include="Compiler\LinearInstruction.cs" />
133    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
134    <Compile Include="Compiler\SymbolicExpressionTreeLinearCompiler.cs" />
135    <Compile Include="Creators\FullTreeCreator.cs">
136      <SubType>Code</SubType>
137    </Compile>
138    <Compile Include="Creators\GrowTreeCreator.cs">
139      <SubType>Code</SubType>
140    </Compile>
141    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
142    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
143    <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
144    <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
145    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
146    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
147    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
148    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
149    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
150    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeSimilarityComparer.cs" />
151    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
152    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
153    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
154    <Compile Include="CutPoint.cs" />
155    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
156    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
157    <Compile Include="Interfaces\ISymbol.cs" />
158    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
159    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
160    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
161    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
162    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
163    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
164    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
165    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
166    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
167    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
168    <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
169    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
170    <Compile Include="Manipulators\FullTreeShaker.cs" />
171    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
172    <Compile Include="Manipulators\OnePointShaker.cs" />
173    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
174    <Compile Include="Plugin.cs" />
175    <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" />
176    <Compile Include="Grammars\SymbolicExpressionGrammar.cs" />
177    <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" />
178    <Compile Include="SymbolicExpressionTreeEncoding.cs" />
179    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
180    <Compile Include="Crossovers\SubtreeCrossover.cs">
181      <SubType>Code</SubType>
182    </Compile>
183    <Compile Include="EnumerableExtensions.cs" />
184    <Compile Include="SymbolicExpressionTreeOperator.cs" />
185    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
186    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
187    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
188    <Compile Include="SymbolicExpressionTree.cs" />
189    <Compile Include="Properties\AssemblyInfo.cs" />
190    <Compile Include="SymbolicExpressionTreeNode.cs" />
191    <Compile Include="Symbols\Argument.cs" />
192    <Compile Include="Symbols\ArgumentTreeNode.cs" />
193    <Compile Include="Symbols\GroupSymbol.cs" />
194    <Compile Include="Symbols\StartSymbol.cs" />
195    <Compile Include="Symbols\InvokeFunction.cs" />
196    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
197    <Compile Include="Symbols\DefunTreeNode.cs" />
198    <Compile Include="Symbols\Defun.cs" />
199    <Compile Include="Symbols\ProgramRootSymbol.cs" />
200    <Compile Include="Symbols\Symbol.cs" />
201  </ItemGroup>
202  <ItemGroup>
203    <None Include="HeuristicLab.snk" />
204    <None Include="Plugin.cs.frame" />
205    <None Include="Properties\AssemblyInfo.cs.frame" />
206  </ItemGroup>
207  <ItemGroup>
208    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
209      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
210      <Name>HeuristicLab.Analysis-3.3</Name>
211      <Private>False</Private>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
214      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
215      <Name>HeuristicLab.Collections-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
219      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
220      <Name>HeuristicLab.Common.Resources-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
224      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
225      <Name>HeuristicLab.Common-3.3</Name>
226      <Private>False</Private>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
229      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
230      <Name>HeuristicLab.Core-3.3</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
234      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
235      <Name>HeuristicLab.Data-3.3</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
239      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
240      <Name>HeuristicLab.Operators-3.3</Name>
241      <Private>False</Private>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
244      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
245      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
246      <Private>False</Private>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
249      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
250      <Name>HeuristicLab.Optimization-3.3</Name>
251      <Private>False</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
254      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
255      <Name>HeuristicLab.Parameters-3.3</Name>
256      <Private>False</Private>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
259      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
260      <Name>HeuristicLab.Persistence-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
264      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
265      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
266      <Private>False</Private>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
269      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
270      <Name>HeuristicLab.Random-3.3</Name>
271      <Private>False</Private>
272    </ProjectReference>
273  </ItemGroup>
274  <ItemGroup>
275    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
276      <Visible>False</Visible>
277      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
278      <Install>false</Install>
279    </BootstrapperPackage>
280    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
281      <Visible>False</Visible>
282      <ProductName>.NET Framework 3.5 SP1</ProductName>
283      <Install>true</Install>
284    </BootstrapperPackage>
285    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
286      <Visible>False</Visible>
287      <ProductName>Windows Installer 3.1</ProductName>
288      <Install>true</Install>
289    </BootstrapperPackage>
290  </ItemGroup>
291  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
292  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
293       Other similar extension points exist, see Microsoft.Common.targets.
294  <Target Name="BeforeBuild">
295  </Target>
296  <Target Name="AfterBuild">
297  </Target>
298  -->
299  <PropertyGroup>
300    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
301set ProjectDir=$(ProjectDir)
302set SolutionDir=$(SolutionDir)
303set Outdir=$(Outdir)
304
305call PreBuildEvent.cmd
306</PreBuildEvent>
307    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
308export ProjectDir=$(ProjectDir)
309export SolutionDir=$(SolutionDir)
310
311$SolutionDir/PreBuildEvent.sh
312</PreBuildEvent>
313  </PropertyGroup>
314</Project>
Note: See TracBrowser for help on using the repository browser.