Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj @ 9143

Last change on this file since 9143 was 9143, checked in by epitzer, 11 years ago

#1696 implement repeated up-down walks and multi-trajectory aggregation of up-down walks

File size: 15.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>{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.FitnessLandscape</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.FitnessLandscape-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
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    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86  </PropertyGroup>
87  <ItemGroup>
88    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
89    <Reference Include="HeuristicLab.Analysis-3.3">
90      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Collections-3.3">
93      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Common-3.3">
96      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Common.Resources-3.3">
99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Core-3.3">
102      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Data-3.3">
105      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
111      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Operators-3.3">
120      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Optimization-3.3">
123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
126      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Parameters-3.3">
129      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Persistence-3.3">
132      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
135      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
138      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Random-3.3">
141      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Selection-3.3">
144      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
149    </Reference>
150    <Reference Include="System" />
151    <Reference Include="System.Core">
152      <RequiredTargetFramework>3.5</RequiredTargetFramework>
153    </Reference>
154    <Reference Include="System.Drawing" />
155    <Reference Include="System.Windows.Forms" />
156    <Reference Include="System.Windows.Forms.DataVisualization" />
157    <Reference Include="System.Xml.Linq">
158      <RequiredTargetFramework>3.5</RequiredTargetFramework>
159    </Reference>
160    <Reference Include="System.Data.DataSetExtensions">
161      <RequiredTargetFramework>3.5</RequiredTargetFramework>
162    </Reference>
163    <Reference Include="System.Data" />
164    <Reference Include="System.Xml" />
165  </ItemGroup>
166  <ItemGroup>
167    <Compile Include="Algorithms\RepeatedUpDownWalkAnalyzer.cs" />
168    <Compile Include="Algorithms\EvolvabilityAnalyzer.cs" />
169    <Compile Include="Algorithms\RepeatedInformationAnalyzer.cs" />
170    <Compile Include="Algorithms\RepeatMultiAnalyzer.cs" />
171    <Compile Include="Algorithms\RepeatedRuggednessAnalyzer.cs" />
172    <Compile Include="Algorithms\ScopeDuplicator.cs" />
173    <Compile Include="Analysis\Aggregators\BoundingBoxAggregator.cs" />
174    <Compile Include="Analysis\Aggregators\Aggregator.cs" />
175    <Compile Include="Analysis\Aggregators\AutoCorrelationAggregator.cs" />
176    <Compile Include="Analysis\Aggregators\UpDownAggregatorAggregator.cs" />
177    <Compile Include="Analysis\Aggregators\EvolvabilityAggregator.cs" />
178    <Compile Include="Analysis\Aggregators\InformationAnalysisPeakAggregator.cs" />
179    <Compile Include="Analysis\Aggregators\InformationAnalysisValueAggregator.cs" />
180    <Compile Include="Analysis\Aggregators\DistributionAnalyzer.cs" />
181    <Compile Include="Analysis\Aggregators\RuggednessAggregator.cs" />
182    <Compile Include="Analysis\Aggregators\QualityTrailSummaryAggregator.cs" />
183    <Compile Include="Analysis\Aggregators\InformationStabilityAggregator.cs" />
184    <Compile Include="Analysis\Aggregators\InformationAnalysisAggregator.cs" />
185    <Compile Include="Analysis\Aggregators\IAggregator.cs" />
186    <Compile Include="Algorithms\RepeatedLocalAnalysis.cs" />
187    <Compile Include="Analysis\UpDownWalkAnalyzer.cs" />
188    <Compile Include="Analysis\NeutralityAnalyzer.cs" />
189    <Compile Include="Analysis\QualityTrailSummarizer.cs" />
190    <Compile Include="Analysis\EnumerableExtensions.cs" />
191    <Compile Include="Analysis\FitnessCloudAnalyzer.cs" />
192    <Compile Include="Analysis\InformationAnalysis.cs" />
193    <Compile Include="Analysis\InformationAnalysisCalculator.cs" />
194    <Compile Include="Analysis\QualityTrailMultiAnalyzer.cs" />
195    <Compile Include="Analysis\RealVectorBoundingBoxUpdater.cs" />
196    <Compile Include="Analysis\RepeatAggregator.cs" />
197    <Compile Include="Analysis\RuggednessAnalyzer.cs" />
198    <Compile Include="Analysis\IQualityTrailAnalyzer.cs" />
199    <Compile Include="Algorithms\LocalAnalysis.cs" />
200    <Compile Include="Algorithms\LocalAnalysisMainLoop.cs" />
201    <Compile Include="Analysis\InformationAnalyzer.cs" />
202    <Compile Include="Analysis\RuggednessCalculator.cs" />
203    <Compile Include="Analysis\UniqueThresholdCalculator.cs" />
204    <Compile Include="BestWorstSelector.cs" />
205    <Compile Include="BoxChart\BoxChartCreator.cs" />
206    <Compile Include="BoxChart\ColorValue.cs" />
207    <Compile Include="BoxChart\RunCollectionMultiDiscretizer.cs" />
208    <Compile Include="BoxChart\ResultNamesCollector.cs" />
209    <Compile Include="BoxChart\StringValueBoxChartElementGenerator.cs" />
210    <Compile Include="BoxChart\IBoxChartElementGenerator.cs" />
211    <Compile Include="BoxChart\EmptyBoxChartElementGenerator.cs" />
212    <Compile Include="BoxChart\StringConstantBoxChartElementGenerator.cs" />
213    <Compile Include="BoxChart\DiscreteValueBoxChartElementGenerator.cs" />
214    <Compile Include="BoxChart\BitmapItem.cs" />
215    <Compile Include="ColorGradient.cs" />
216    <Compile Include="DictionaryExtensions.cs" />
217    <Compile Include="DistanceCalculators\BinaryVectorDistanceCalculator.cs" />
218    <Compile Include="DistanceCalculators\PermutationDistanceCalculator.cs" />
219    <Compile Include="DistanceCalculators\IItemDistanceCalculator.cs" />
220    <Compile Include="IListExtensions.cs" />
221    <Compile Include="ListExtensions.cs" />
222    <Compile Include="NeutralSelector.cs" />
223    <Compile Include="DataTables\AutoCorrelationTable.cs" />
224    <Compile Include="EngineAlgorithm\EngineAlgorithmOperator.cs" />
225    <Compile Include="DataTables\QualityTrailSummaryTable.cs" />
226    <Compile Include="DataTables\InformationStabilityTable.cs" />
227    <Compile Include="DataTables\InformationAnalysisTable.cs" />
228    <Compile Include="Evolvability\EvolvabilityAnalyzer.cs" />
229    <Compile Include="FDC\QAPPermutationFitnessDistanceCorrelationAnalyzer.cs" />
230    <Compile Include="ScopePathLookupParameter.cs" />
231    <Compile Include="FDC\BinaryVectorFitnessDistanceCorrelationAnalyzer.cs" />
232    <Compile Include="FDC\HeatMap.cs" />
233    <Compile Include="HeuristicLabAnalysisFitnessLandscapePlugin.cs" />
234    <Compile Include="MultiTrajectory\GridRealVectorsCreator.cs" />
235    <Compile Include="MultiTrajectory\PreassignedPermutationCreator.cs" />
236    <Compile Include="MultiTrajectory\MultiTrajectoryAnalysis.cs" />
237    <Compile Include="MultiTrajectory\PreassignedRealVectorCreator.cs" />
238    <Compile Include="MultiTrajectory\PreassignedBinaryVectorCreator.cs" />
239    <Compile Include="MultiTrajectory\PreassignedSolutionCreator.cs" />
240    <Compile Include="PopDist\PopulationDistributionAnalyzer.cs" />
241    <Compile Include="Exhaustive\PermutationEnumerationManipulator.cs" />
242    <Compile Include="FDC\PermutationFitnessDistanceCorrelationAnalyzer.cs" />
243    <Compile Include="TestFunctions\CustomAdditiveMoveEvaluator.cs" />
244    <Compile Include="TestFunctions\CustomEvaluator.cs" />
245    <None Include="Properties\AssemblyInfo.cs.frame" />
246    <Compile Include="Properties\AssemblyInfo.cs" />
247    <Compile Include="FDC\RealVectorFitnessDistanceCorrelationAnalyzer.cs" />
248    <Compile Include="FDC\FitnessDistanceCorrelationAnalyzer.cs" />
249    <None Include="HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame" />
250    <Compile Include="FDC\ScatterPlot.cs" />
251  </ItemGroup>
252  <ItemGroup>
253    <None Include="HeuristicLab.snk" />
254  </ItemGroup>
255  <ItemGroup>
256    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
257      <Visible>False</Visible>
258      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
259      <Install>false</Install>
260    </BootstrapperPackage>
261    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
262      <Visible>False</Visible>
263      <ProductName>.NET Framework 3.5 SP1</ProductName>
264      <Install>true</Install>
265    </BootstrapperPackage>
266    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
267      <Visible>False</Visible>
268      <ProductName>Windows Installer 3.1</ProductName>
269      <Install>true</Install>
270    </BootstrapperPackage>
271  </ItemGroup>
272  <ItemGroup />
273  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
274  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
275       Other similar extension points exist, see Microsoft.Common.targets.
276  <Target Name="BeforeBuild">
277  </Target>
278  <Target Name="AfterBuild">
279  </Target>
280  -->
281  <PropertyGroup>
282    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
283set ProjectDir=$(ProjectDir)
284set SolutionDir=$(SolutionDir)
285set Outdir=$(Outdir)
286set Platform=$(PlatformName)
287set Configuration=$(ConfigurationName)</PostBuildEvent>
288  </PropertyGroup>
289  <PropertyGroup>
290    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
291set ProjectDir=$(ProjectDir)
292set SolutionDir=$(SolutionDir)
293set Outdir=$(Outdir)
294
295SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
296SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapePlugin.cs"</PreBuildEvent>
297  </PropertyGroup>
298</Project>
Note: See TracBrowser for help on using the repository browser.