Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10012 was 10012, checked in by sawinkle, 11 years ago

#2109:
added initial version of Problem class and Evaluator class; GEArtificialAntProblem randomly initializes an IntegerVector and prepares the GE run; GEEvaluator currently only creates a simple SymbolicExpressionTree, consisting of the RootSymbol, StartSymbol and the MoveSymbol

File size: 11.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>{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>False</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="HeuristicLab.Collections-3.3">
102      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <SpecificVersion>False</SpecificVersion>
111      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.Data-3.3">
115      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
118      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <SpecificVersion>False</SpecificVersion>
123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.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    </Reference>
129    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.Parameters-3.3">
140      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Persistence-3.3">
143      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
148      <Private>False</Private>
149    </Reference>
150    <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4">
151      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath>
152    </Reference>
153    <Reference Include="System" />
154    <Reference Include="System.Core">
155      <RequiredTargetFramework>3.5</RequiredTargetFramework>
156    </Reference>
157    <Reference Include="System.Drawing" />
158    <Reference Include="System.Windows.Forms" />
159    <Reference Include="System.Windows.Forms.DataVisualization" />
160    <Reference Include="System.Xml.Linq">
161      <RequiredTargetFramework>3.5</RequiredTargetFramework>
162    </Reference>
163    <Reference Include="System.Data.DataSetExtensions">
164      <RequiredTargetFramework>3.5</RequiredTargetFramework>
165    </Reference>
166    <Reference Include="System.Data" />
167    <Reference Include="System.Xml" />
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="HeuristicLab.snk" />
171    <Compile Include="GEArtificialAntProblem.cs" />
172    <Compile Include="GEEvaluator.cs" />
173    <Compile Include="Plugin.cs" />
174    <Compile Include="Properties\AssemblyInfo.cs" />
175    <None Include="Plugin.cs.frame" />
176    <None Include="Properties\AssemblyInfo.cs.frame" />
177  </ItemGroup>
178  <ItemGroup>
179    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
180      <Visible>False</Visible>
181      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
182      <Install>false</Install>
183    </BootstrapperPackage>
184    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
185      <Visible>False</Visible>
186      <ProductName>.NET Framework 3.5 SP1</ProductName>
187      <Install>true</Install>
188    </BootstrapperPackage>
189    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
190      <Visible>False</Visible>
191      <ProductName>Windows Installer 3.1</ProductName>
192      <Install>true</Install>
193    </BootstrapperPackage>
194  </ItemGroup>
195  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
196  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
197       Other similar extension points exist, see Microsoft.Common.targets.
198  <Target Name="BeforeBuild">
199  </Target>
200  <Target Name="AfterBuild">
201  </Target>
202  -->
203  <PropertyGroup>
204    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
205set ProjectDir=$(ProjectDir)
206set SolutionDir=$(SolutionDir)
207set Outdir=$(Outdir)
208
209call PreBuildEvent.cmd</PreBuildEvent>
210  </PropertyGroup>
211  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
212    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
213    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
214    <StartAction>Program</StartAction>
215    <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
216  </PropertyGroup>
217  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
218    <BaseAddress>4194304</BaseAddress>
219    <PlatformTarget>x86</PlatformTarget>
220    <RegisterForComInterop>False</RegisterForComInterop>
221    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
222  </PropertyGroup>
223  <PropertyGroup Condition=" '$(Platform)' == 'x64' ">
224    <PlatformTarget>x64</PlatformTarget>
225  </PropertyGroup>
226  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
227    <PlatformTarget>x86</PlatformTarget>
228  </PropertyGroup>
229</Project>
Note: See TracBrowser for help on using the repository browser.