Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16565 was 16565, checked in by gkronber, 5 years ago

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

File size: 16.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.6.1</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="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
103      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
104    </Reference>
105    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
107    </Reference>
108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
114      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
115    </Reference>
116    <Reference Include="System.Xml.Linq">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Data.DataSetExtensions">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data" />
123    <Reference Include="System.Xml" />
124  </ItemGroup>
125  <ItemGroup>
126    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
127    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
128    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
129    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
130    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
131    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
132    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
133    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
134    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
135    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
136    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
137    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
138    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
139    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
140    <Compile Include="Grammars\GrammarUtils.cs" />
141    <Compile Include="SymbolicExpressionTreeProblem.cs" />
142    <Compile Include="Compiler\Instruction.cs" />
143    <Compile Include="Compiler\LinearInstruction.cs" />
144    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
145    <Compile Include="Compiler\SymbolicExpressionTreeLinearCompiler.cs" />
146    <Compile Include="Creators\FullTreeCreator.cs">
147      <SubType>Code</SubType>
148    </Compile>
149    <Compile Include="Creators\GrowTreeCreator.cs">
150      <SubType>Code</SubType>
151    </Compile>
152    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
153    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
154    <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
155    <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
156    <Compile Include="Grammars\SimpleSymbolicExpressionGrammar.cs" />
157    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
158    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
159    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
160    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
161    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
162    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeSimilarityComparer.cs" />
163    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
164    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
165    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
166    <Compile Include="CutPoint.cs" />
167    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
168    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
169    <Compile Include="Interfaces\ISymbol.cs" />
170    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
171    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
172    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
173    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
174    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
175    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
176    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
177    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
178    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
179    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
180    <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
181    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
182    <Compile Include="Manipulators\FullTreeShaker.cs" />
183    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
184    <Compile Include="Manipulators\OnePointShaker.cs" />
185    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
186    <Compile Include="Plugin.cs" />
187    <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" />
188    <Compile Include="Grammars\SymbolicExpressionGrammar.cs" />
189    <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" />
190    <Compile Include="SymbolicExpressionTreeEncoding.cs" />
191    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
192    <Compile Include="Crossovers\SubtreeCrossover.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="EnumerableExtensions.cs" />
196    <Compile Include="SymbolicExpressionTreeOperator.cs" />
197    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
198    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
199    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
200    <Compile Include="SymbolicExpressionTree.cs" />
201    <Compile Include="Properties\AssemblyInfo.cs" />
202    <Compile Include="SymbolicExpressionTreeNode.cs" />
203    <Compile Include="Symbols\Argument.cs" />
204    <Compile Include="Symbols\ArgumentTreeNode.cs" />
205    <Compile Include="Symbols\GroupSymbol.cs" />
206    <Compile Include="Symbols\SimpleSymbol.cs" />
207    <Compile Include="Symbols\StartSymbol.cs" />
208    <Compile Include="Symbols\InvokeFunction.cs" />
209    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
210    <Compile Include="Symbols\DefunTreeNode.cs" />
211    <Compile Include="Symbols\Defun.cs" />
212    <Compile Include="Symbols\ProgramRootSymbol.cs" />
213    <Compile Include="Symbols\Symbol.cs" />
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="HeuristicLab.snk" />
217    <None Include="packages.config" />
218    <None Include="Plugin.cs.frame" />
219    <None Include="Properties\AssemblyInfo.cs.frame" />
220  </ItemGroup>
221  <ItemGroup>
222    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
223      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
224      <Name>HeuristicLab.Analysis-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
228      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
229      <Name>HeuristicLab.Collections-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
233      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
234      <Name>HeuristicLab.Common.Resources-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
238      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
239      <Name>HeuristicLab.Common-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
243      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
244      <Name>HeuristicLab.Core-3.3</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
248      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
249      <Name>HeuristicLab.Data-3.3</Name>
250      <Private>False</Private>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
253      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
254      <Name>HeuristicLab.Operators-3.3</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
258      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
259      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
263      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
264      <Name>HeuristicLab.Optimization-3.3</Name>
265      <Private>False</Private>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
268      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
269      <Name>HeuristicLab.Parameters-3.3</Name>
270      <Private>False</Private>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
273      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
274      <Name>HeuristicLab.Persistence-3.3</Name>
275      <Private>False</Private>
276    </ProjectReference>
277    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
278      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
279      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
280      <Private>False</Private>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
283      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
284      <Name>HeuristicLab.Random-3.3</Name>
285      <Private>False</Private>
286    </ProjectReference>
287  </ItemGroup>
288  <ItemGroup>
289    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
290      <Visible>False</Visible>
291      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
292      <Install>false</Install>
293    </BootstrapperPackage>
294    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
295      <Visible>False</Visible>
296      <ProductName>.NET Framework 3.5 SP1</ProductName>
297      <Install>true</Install>
298    </BootstrapperPackage>
299    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
300      <Visible>False</Visible>
301      <ProductName>Windows Installer 3.1</ProductName>
302      <Install>true</Install>
303    </BootstrapperPackage>
304  </ItemGroup>
305  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
306  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
307       Other similar extension points exist, see Microsoft.Common.targets.
308  <Target Name="BeforeBuild">
309  </Target>
310  <Target Name="AfterBuild">
311  </Target>
312  -->
313  <PropertyGroup>
314    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
315set ProjectDir=$(ProjectDir)
316set SolutionDir=$(SolutionDir)
317set Outdir=$(Outdir)
318
319call PreBuildEvent.cmd
320</PreBuildEvent>
321    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
322export ProjectDir=$(ProjectDir)
323export SolutionDir=$(SolutionDir)
324
325$SolutionDir/PreBuildEvent.sh
326</PreBuildEvent>
327  </PropertyGroup>
328</Project>
Note: See TracBrowser for help on using the repository browser.