Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12417 was 12341, checked in by mkommend, 10 years ago

#2320: Adapted all dependent plugins to the new design of the symbolic expression tree interfaces.

File size: 15.4 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>{7FC70D74-1813-48B7-9CE5-0BD913457579}</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.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    <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    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
61    <DebugType>pdbonly</DebugType>
62    <Optimize>true</Optimize>
63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
64    <DefineConstants>TRACE</DefineConstants>
65    <ErrorReport>prompt</ErrorReport>
66    <WarningLevel>4</WarningLevel>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
71    <DebugSymbols>true</DebugSymbols>
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77    <Prefer32Bit>false</Prefer32Bit>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
80    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
81    <DefineConstants>TRACE</DefineConstants>
82    <Optimize>true</Optimize>
83    <DebugType>pdbonly</DebugType>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <Prefer32Bit>false</Prefer32Bit>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
89    <DebugSymbols>true</DebugSymbols>
90    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
91    <DefineConstants>DEBUG;TRACE</DefineConstants>
92    <DebugType>full</DebugType>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
98    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <SpecificVersion>False</SpecificVersion>
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
150      <Private>False</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
160      <Private>False</Private>
161    </Reference>
162    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
165      <Private>False</Private>
166    </Reference>
167    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
168      <SpecificVersion>False</SpecificVersion>
169      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
170      <Private>False</Private>
171    </Reference>
172    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
173      <SpecificVersion>False</SpecificVersion>
174      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
175      <Private>False</Private>
176    </Reference>
177    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
178      <SpecificVersion>False</SpecificVersion>
179      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
180      <Private>False</Private>
181    </Reference>
182    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
183      <SpecificVersion>False</SpecificVersion>
184      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
185      <Private>False</Private>
186    </Reference>
187    <Reference Include="mscorlib" />
188    <Reference Include="System" />
189    <Reference Include="System.Core">
190      <RequiredTargetFramework>3.5</RequiredTargetFramework>
191    </Reference>
192    <Reference Include="System.Drawing" />
193  </ItemGroup>
194  <ItemGroup>
195    <Compile Include="Symbolic\GESymbolicDataAnalysisEvaluator.cs" />
196    <Compile Include="Symbolic\GESymbolicDataAnalysisProblem.cs" />
197    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveEvaluator.cs" />
198    <Compile Include="Symbolic\GESymbolicDataAnalysisSingleObjectiveProblem.cs" />
199    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveEvaluator.cs" />
200    <Compile Include="Symbolic\GESymbolicRegressionSingleObjectiveProblem.cs" />
201    <Compile Include="Symbolic\IGESymbolicDataAnalysisEvaluator.cs">
202      <SubType>Code</SubType>
203    </Compile>
204    <Compile Include="Symbolic\IGESymbolicDataAnalysisProblem.cs">
205      <SubType>Code</SubType>
206    </Compile>
207    <Compile Include="Symbolic\IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs">
208      <SubType>Code</SubType>
209    </Compile>
210    <Compile Include="Symbolic\IGESymbolicDataAnalysisValidationAnalyzer.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="Symbolic\IGESymbolicRegressionEvaluator.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="Symbolic\IGESymbolicRegressionSingleObjectiveEvaluator.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="Symbolic\GESymbolicExpressionGrammar.cs" />
220    <None Include="HeuristicLab.snk" />
221    <Compile Include="ArtificialAnt\GEArtificialAntEvaluator.cs" />
222    <Compile Include="ArtificialAnt\GEArtificialAntProblem.cs" />
223    <Compile Include="Mappers\BreathFirstMapper.cs" />
224    <Compile Include="Mappers\DepthFirstMapper.cs" />
225    <Compile Include="Mappers\GenotypeToPhenotypeMapper.cs" />
226    <Compile Include="Mappers\IGenotypeToPhenotypeMapper.cs" />
227    <Compile Include="Mappers\PIGEMapper.cs" />
228    <Compile Include="Mappers\RandomMapper.cs" />
229    <Compile Include="Plugin.cs" />
230    <Compile Include="Properties\AssemblyInfo.cs" />
231    <None Include="Plugin.cs.frame" />
232    <None Include="Properties\AssemblyInfo.cs.frame" />
233  </ItemGroup>
234  <ItemGroup>
235    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
236      <Visible>False</Visible>
237      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
238      <Install>false</Install>
239    </BootstrapperPackage>
240    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
241      <Visible>False</Visible>
242      <ProductName>.NET Framework 3.5 SP1</ProductName>
243      <Install>true</Install>
244    </BootstrapperPackage>
245    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
246      <Visible>False</Visible>
247      <ProductName>Windows Installer 3.1</ProductName>
248      <Install>true</Install>
249    </BootstrapperPackage>
250  </ItemGroup>
251  <ItemGroup>
252    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
253      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
254      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj">
258      <Project>{0c67a033-f6d9-4237-b3ca-c033a44706be}</Project>
259      <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
263      <Project>{5ac82412-911b-4fa2-a013-edc5e3f3fcc2}</Project>
264      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
265      <Private>False</Private>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
268      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
269      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
270      <Private>False</Private>
271    </ProjectReference>
272  </ItemGroup>
273  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
274  <PropertyGroup>
275    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
276set ProjectDir=$(ProjectDir)
277set SolutionDir=$(SolutionDir)
278set Outdir=$(Outdir)
279
280call PreBuildEvent.cmd
281</PreBuildEvent>
282    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
283export ProjectDir=$(ProjectDir)
284export SolutionDir=$(SolutionDir)
285
286$SolutionDir/PreBuildEvent.sh
287</PreBuildEvent>
288  </PropertyGroup>
289  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
290       Other similar extension points exist, see Microsoft.Common.targets.
291  <Target Name="BeforeBuild">
292  </Target>
293  <Target Name="AfterBuild">
294  </Target>
295  -->
296</Project>
Note: See TracBrowser for help on using the repository browser.