Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SymbolicExpressionTreeEncoding/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj @ 12195

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

#2320: Adapted project to branch directory structure.

File size: 14.3 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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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="HeuristicLab.Analysis-3.3">
103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Collections-3.3">
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Common-3.3">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.Common.Resources-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Core-3.3">
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Data-3.3">
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
124      <Private>False</Private>
125    </Reference>
126    <Reference Include="HeuristicLab.Operators-3.3">
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
128      <Private>False</Private>
129    </Reference>
130    <Reference Include="HeuristicLab.Optimization-3.3">
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.Parameters-3.3">
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
136      <Private>False</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.Persistence-3.3">
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
144      <Private>False</Private>
145    </Reference>
146    <Reference Include="System" />
147    <Reference Include="System.Core">
148      <RequiredTargetFramework>3.5</RequiredTargetFramework>
149    </Reference>
150    <Reference Include="System.Drawing" />
151    <Reference Include="System.Xml.Linq">
152      <RequiredTargetFramework>3.5</RequiredTargetFramework>
153    </Reference>
154    <Reference Include="System.Data.DataSetExtensions">
155      <RequiredTargetFramework>3.5</RequiredTargetFramework>
156    </Reference>
157    <Reference Include="System.Data" />
158    <Reference Include="System.Xml" />
159  </ItemGroup>
160  <ItemGroup>
161    <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
162    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
163    <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
164    <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
165    <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
166    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
167    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
168    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
169    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
170    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
171    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
172    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
173    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
174    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
175    <Compile Include="Compiler\Instruction.cs" />
176    <Compile Include="Compiler\LinearInstruction.cs" />
177    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
178    <Compile Include="Compiler\SymbolicExpressionTreeLinearCompiler.cs" />
179    <Compile Include="Creators\FullTreeCreator.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="Creators\GrowTreeCreator.cs">
183      <SubType>Code</SubType>
184    </Compile>
185    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
186    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
187    <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
188    <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
189    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
190    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
191    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
192    <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
193    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
194    <Compile Include="Interfaces\ISymbolicExpressionTreeNodeSimilarityComparer.cs" />
195    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
196    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
197    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
198    <Compile Include="CutPoint.cs" />
199    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
200    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
201    <Compile Include="Interfaces\ISymbol.cs" />
202    <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
203    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
204    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
205    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
206    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
207    <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
208    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
209    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
210    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
211    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
212    <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
213    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
214    <Compile Include="Manipulators\FullTreeShaker.cs" />
215    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
216    <Compile Include="Manipulators\OnePointShaker.cs" />
217    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
218    <Compile Include="Plugin.cs" />
219    <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" />
220    <Compile Include="Grammars\SymbolicExpressionGrammar.cs" />
221    <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" />
222    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
223    <Compile Include="Crossovers\SubtreeCrossover.cs">
224      <SubType>Code</SubType>
225    </Compile>
226    <Compile Include="EnumerableExtensions.cs" />
227    <Compile Include="SymbolicExpressionTreeOperator.cs" />
228    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
229    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
230    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
231    <Compile Include="SymbolicExpressionTree.cs" />
232    <Compile Include="Properties\AssemblyInfo.cs" />
233    <Compile Include="SymbolicExpressionTreeNode.cs" />
234    <Compile Include="Symbols\Argument.cs" />
235    <Compile Include="Symbols\ArgumentTreeNode.cs" />
236    <Compile Include="Symbols\GroupSymbol.cs" />
237    <Compile Include="Symbols\StartSymbol.cs" />
238    <Compile Include="Symbols\InvokeFunction.cs" />
239    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
240    <Compile Include="Symbols\DefunTreeNode.cs" />
241    <Compile Include="Symbols\Defun.cs" />
242    <Compile Include="Symbols\ProgramRootSymbol.cs" />
243    <Compile Include="Symbols\Symbol.cs" />
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="HeuristicLab.snk" />
247    <None Include="Plugin.cs.frame" />
248    <None Include="Properties\AssemblyInfo.cs.frame" />
249  </ItemGroup>
250  <ItemGroup>
251    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
252      <Visible>False</Visible>
253      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
254      <Install>false</Install>
255    </BootstrapperPackage>
256    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
257      <Visible>False</Visible>
258      <ProductName>.NET Framework 3.5 SP1</ProductName>
259      <Install>true</Install>
260    </BootstrapperPackage>
261    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
262      <Visible>False</Visible>
263      <ProductName>Windows Installer 3.1</ProductName>
264      <Install>true</Install>
265    </BootstrapperPackage>
266  </ItemGroup>
267  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
268  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
269       Other similar extension points exist, see Microsoft.Common.targets.
270  <Target Name="BeforeBuild">
271  </Target>
272  <Target Name="AfterBuild">
273  </Target>
274  -->
275  <PropertyGroup>
276    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
277set ProjectDir=$(ProjectDir)
278set SolutionDir=$(SolutionDir)
279set Outdir=$(Outdir)
280
281call PreBuildEvent.cmd
282</PreBuildEvent>
283    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
284export ProjectDir=$(ProjectDir)
285export SolutionDir=$(SolutionDir)
286
287$SolutionDir/PreBuildEvent.sh
288</PreBuildEvent>
289  </PropertyGroup>
290</Project>
Note: See TracBrowser for help on using the repository browser.