Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj @ 10268

Last change on this file since 10268 was 10268, checked in by gkronber, 10 years ago

#2109 implemented a grammar especially for GE (the grammar is not configured correctly when used in a classic symbolic regression/classification problem).
To use this grammar in a classical symbolic expression problem, first set the grammar in a GEProblem and load the problem instance (this creates the necessary variable symbols).
After this the configured grammar can be dragged onto the grammar parameter of the classical problem.

File size: 14.5 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>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.GrammaticalEvolution</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.GrammaticalEvolution-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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    <NoWin32Manifest>False</NoWin32Manifest>
39    <DelaySign>False</DelaySign>
40    <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
41    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
42    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
43    <NoStdLib>True</NoStdLib>
44    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
45    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
46    <RunCodeAnalysis>False</RunCodeAnalysis>
47    <SourceAnalysisOverrideSettingsFile>C:\Users\Sabine\AppData\Roaming\ICSharpCode/SharpDevelop4\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50    <DebugSymbols>true</DebugSymbols>
51    <DebugType>Full</DebugType>
52    <Optimize>False</Optimize>
53    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60    <DebugType>pdbonly</DebugType>
61    <Optimize>true</Optimize>
62    <OutputPath>bin\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <ErrorReport>prompt</ErrorReport>
65    <WarningLevel>4</WarningLevel>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
69    <DebugSymbols>true</DebugSymbols>
70    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
71    <DefineConstants>DEBUG;TRACE</DefineConstants>
72    <DebugType>full</DebugType>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
77    <OutputPath>bin\x64\Release\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
93    <OutputPath>bin\x86\Release\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
104    </Reference>
105    <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Analysis-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Collections-3.3">
113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <SpecificVersion>False</SpecificVersion>
117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Common.Resources-3.3">
121      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Data-3.3">
129      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
132      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Operators-3.3">
141      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
144      <SpecificVersion>False</SpecificVersion>
145      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Parameters-3.3">
154      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
155    </Reference>
156    <Reference Include="HeuristicLab.Persistence-3.3">
157      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
158    </Reference>
159    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
165      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
166    </Reference>
167    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
168      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
169    </Reference>
170    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
171      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
174      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
175    </Reference>
176    <Reference Include="HeuristicLab.Problems.Instances-3.3">
177      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
178    </Reference>
179    <Reference Include="HeuristicLab.Random-3.3">
180      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
181    </Reference>
182    <Reference Include="mscorlib" />
183    <Reference Include="System" />
184    <Reference Include="System.Core">
185      <RequiredTargetFramework>3.5</RequiredTargetFramework>
186    </Reference>
187    <Reference Include="System.Drawing" />
188    <Reference Include="System.Windows.Forms" />
189    <Reference Include="System.Windows.Forms.DataVisualization" />
190    <Reference Include="System.Xml.Linq">
191      <RequiredTargetFramework>3.5</RequiredTargetFramework>
192    </Reference>
193    <Reference Include="System.Data.DataSetExtensions">
194      <RequiredTargetFramework>3.5</RequiredTargetFramework>
195    </Reference>
196    <Reference Include="System.Data" />
197    <Reference Include="System.Xml" />
198  </ItemGroup>
199  <ItemGroup>
200    <Compile Include="Symbolic\GESymbolicDataAnalysisEvaluator.cs" />
201    <Compile Include="Symbolic\GESymbolicDataAnalysisProblem.cs" />
202    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
203    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveProblem.cs" />
204    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveEvaluator.cs" />
205    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveProblem.cs" />
206    <Compile Include="Symbolic\IGESymbolicDataAnalysisEvaluator.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="Symbolic\IGESymbolicDataAnalysisProblem.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="Symbolic\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="Symbolic\IGESymbolicDataAnalysisValidationAnalyzer.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="Symbolic\IGESymbolicRegressionEvaluator.cs">
219      <SubType>Code</SubType>
220    </Compile>
221    <Compile Include="Symbolic\IGESymbolicRegressionSingleObjectiveEvaluator.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="Symbolic\GESymbolicExpressionGrammar.cs" />
225    <None Include="HeuristicLab.snk" />
226    <Compile Include="ArtificialAnt\GEArtificialAntEvaluator.cs" />
227    <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" />
228    <Compile Include="Mappers\BreathFirstMapper.cs" />
229    <Compile Include="Mappers\DepthFirstMapper.cs" />
230    <Compile Include="Mappers\GenotypeToPhenotypeMapper.cs" />
231    <Compile Include="Mappers\IGenotypeToPhenotypeMapper.cs" />
232    <Compile Include="Mappers\PIGEMapper.cs" />
233    <Compile Include="Mappers\RandomMapper.cs" />
234    <Compile Include="Plugin.cs" />
235    <Compile Include="Properties\AssemblyInfo.cs" />
236    <None Include="Plugin.cs.frame" />
237    <None Include="Properties\AssemblyInfo.cs.frame" />
238  </ItemGroup>
239  <ItemGroup>
240    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
241      <Visible>False</Visible>
242      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
243      <Install>false</Install>
244    </BootstrapperPackage>
245    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
246      <Visible>False</Visible>
247      <ProductName>.NET Framework 3.5 SP1</ProductName>
248      <Install>true</Install>
249    </BootstrapperPackage>
250    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
251      <Visible>False</Visible>
252      <ProductName>Windows Installer 3.1</ProductName>
253      <Install>true</Install>
254    </BootstrapperPackage>
255  </ItemGroup>
256  <ItemGroup />
257  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
258  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
259       Other similar extension points exist, see Microsoft.Common.targets.
260  <Target Name="BeforeBuild">
261  </Target>
262  <Target Name="AfterBuild">
263  </Target>
264  -->
265  <PropertyGroup>
266    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
267set ProjectDir=$(ProjectDir)
268set SolutionDir=$(SolutionDir)
269set Outdir=$(Outdir)
270
271call PreBuildEvent.cmd</PreBuildEvent>
272  </PropertyGroup>
273  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
274    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
275    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
276    <StartAction>Program</StartAction>
277    <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
278  </PropertyGroup>
279  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
280    <BaseAddress>4194304</BaseAddress>
281    <PlatformTarget>AnyCPU</PlatformTarget>
282    <RegisterForComInterop>False</RegisterForComInterop>
283    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
284  </PropertyGroup>
285  <PropertyGroup Condition=" '$(Platform)' == 'x64' ">
286    <PlatformTarget>x64</PlatformTarget>
287  </PropertyGroup>
288  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
289    <PlatformTarget>x86</PlatformTarget>
290  </PropertyGroup>
291</Project>
Note: See TracBrowser for help on using the repository browser.