Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj @ 17029

Last change on this file since 17029 was 17029, checked in by mkommend, 5 years ago

#2520: Updated Attic Version of FLA, MetaOpt, and BioBoost addon.

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