Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12796 was 12796, checked in by gkronber, 9 years ago

#2435: updated alglib references to version 3.9.0 in FLA branch

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