Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj @ 4189

Last change on this file since 4189 was 4189, checked in by gkronber, 14 years ago

Implemented manipulation operator for symbolic expression tree encoding that replaces one randomly chosen branch with a new randomly initialized branch. #1070

File size: 13.1 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>{125D3006-67F5-48CB-913E-73C0548F17FA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
111    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
112    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
113    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
114    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
115    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
116    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
117    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
118    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
119    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
120    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
121    <Compile Include="Compiler\Instruction.cs" />
122    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
123    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
124    <Compile Include="Crossovers\CrossoverPoint.cs" />
125    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
126    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
127    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
128    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
129    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
130    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
131    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
132    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
133    <Compile Include="Manipulators\FullTreeShaker.cs" />
134    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
135    <Compile Include="Manipulators\OnePointShaker.cs" />
136    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
137    <Compile Include="SymbolicExpressionTreeStringFormatter.cs" />
138    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
139    <Compile Include="Crossovers\SubtreeCrossover.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
143    <Compile Include="EnumerableExtensions.cs" />
144    <Compile Include="DefaultSymbolicExpressionGrammar.cs">
145      <SubType>Code</SubType>
146    </Compile>
147    <Compile Include="SymbolicExpressionTreeOperator.cs" />
148    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
149    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
150    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
151    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
152    <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
153    <Compile Include="SymbolicExpressionTree.cs" />
154    <Compile Include="Properties\AssemblyInfo.cs" />
155    <Compile Include="SymbolicExpressionTreeNode.cs" />
156    <Compile Include="Symbols\Argument.cs" />
157    <Compile Include="Symbols\ArgumentTreeNode.cs" />
158    <Compile Include="Symbols\ReadOnlySymbol.cs" />
159    <Compile Include="Symbols\StartSymbol.cs" />
160    <Compile Include="Symbols\InvokeFunction.cs" />
161    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
162    <Compile Include="Symbols\DefunTreeNode.cs" />
163    <Compile Include="Symbols\Defun.cs" />
164    <Compile Include="Symbols\ProgramRootSymbol.cs" />
165    <Compile Include="Symbols\Symbol.cs" />
166  </ItemGroup>
167  <ItemGroup>
168    <None Include="HeuristicLab.snk" />
169    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
170    <None Include="Properties\AssemblyInfo.frame" />
171  </ItemGroup>
172  <ItemGroup>
173    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
174      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
175      <Name>HeuristicLab.Analysis-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
178      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
179      <Name>HeuristicLab.Collections-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
182      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
183      <Name>HeuristicLab.Common.Resources-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
186      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
187      <Name>HeuristicLab.Common-3.3</Name>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
190      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
191      <Name>HeuristicLab.Core-3.3</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
194      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
195      <Name>HeuristicLab.Data-3.3</Name>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
198      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
199      <Name>HeuristicLab.Operators-3.3</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
202      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
203      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
206      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
207      <Name>HeuristicLab.Optimization-3.3</Name>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
210      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
211      <Name>HeuristicLab.Parameters-3.3</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
214      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
215      <Name>HeuristicLab.Persistence-3.3</Name>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
218      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
219      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
222      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
223      <Name>HeuristicLab.Random-3.3</Name>
224    </ProjectReference>
225  </ItemGroup>
226  <ItemGroup>
227    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
228      <Visible>False</Visible>
229      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
230      <Install>false</Install>
231    </BootstrapperPackage>
232    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
233      <Visible>False</Visible>
234      <ProductName>.NET Framework 3.5 SP1</ProductName>
235      <Install>true</Install>
236    </BootstrapperPackage>
237    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
238      <Visible>False</Visible>
239      <ProductName>Windows Installer 3.1</ProductName>
240      <Install>true</Install>
241    </BootstrapperPackage>
242  </ItemGroup>
243  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
244  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
245       Other similar extension points exist, see Microsoft.Common.targets.
246  <Target Name="BeforeBuild">
247  </Target>
248  <Target Name="AfterBuild">
249  </Target>
250  -->
251  <PropertyGroup>
252    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
253set ProjectDir=$(ProjectDir)
254set SolutionDir=$(SolutionDir)
255set Outdir=$(Outdir)
256
257call PreBuildEvent.cmd
258SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
259  </PropertyGroup>
260</Project>
Note: See TracBrowser for help on using the repository browser.