Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Analysis.FitnessLandscape/3.3/HeuristicLab.Analysis.FitnessLandscape-3.3.csproj @ 14691

Last change on this file since 14691 was 14691, checked in by abeham, 7 years ago

#2457: working on identification of problem instances

File size: 13.8 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.7.0">
95      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.Collections-3.3">
99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
100      <Private>False</Private>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3">
103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Common.Resources-3.3">
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Core-3.3">
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      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
124      <Private>False</Private>
125    </Reference>
126    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
128      <Private>False</Private>
129    </Reference>
130    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.Operators-3.3">
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
136      <Private>False</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="HeuristicLab.Parameters-3.3">
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
144      <Private>False</Private>
145    </Reference>
146    <Reference Include="HeuristicLab.Persistence-3.3">
147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
148      <Private>False</Private>
149    </Reference>
150    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
152      <Private>False</Private>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Random-3.3">
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.Selection-3.3">
169      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
170      <Private>False</Private>
171    </Reference>
172    <Reference Include="System" />
173    <Reference Include="System.Core">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
176    <Reference Include="System.Drawing" />
177    <Reference Include="System.IO.Compression" />
178    <Reference Include="System.Windows.Forms" />
179    <Reference Include="System.Windows.Forms.DataVisualization" />
180    <Reference Include="System.Xml.Linq">
181      <RequiredTargetFramework>3.5</RequiredTargetFramework>
182    </Reference>
183    <Reference Include="System.Data.DataSetExtensions">
184      <RequiredTargetFramework>3.5</RequiredTargetFramework>
185    </Reference>
186    <Reference Include="System.Data" />
187    <Reference Include="System.Xml" />
188  </ItemGroup>
189  <ItemGroup>
190    <Compile Include="Algorithms\AdaptiveWalk.cs" />
191    <Compile Include="Algorithms\UpDownWalk.cs" />
192    <Compile Include="Algorithms\RandomWalk.cs" />
193    <Compile Include="Analysis\RuggednessCalculator.cs" />
194    <Compile Include="Analysis\UpDownWalkAnalyzer.cs" />
195    <Compile Include="Analysis\EnumerableExtensions.cs" />
196    <Compile Include="Analysis\FitnessCloudAnalyzer.cs" />
197    <Compile Include="Analysis\InformationAnalysis.cs" />
198    <Compile Include="Analysis\QualityTrailMultiAnalyzer.cs" />
199    <Compile Include="Analysis\RuggednessAnalyzer.cs" />
200    <Compile Include="Analysis\IQualityTrailAnalyzer.cs" />
201    <Compile Include="Algorithms\LocalAnalysis.cs" />
202    <Compile Include="Algorithms\LocalAnalysisMainLoop.cs" />
203    <Compile Include="Analysis\InformationAnalyzer.cs" />
204    <Compile Include="Analysis\UniqueThresholdCalculator.cs" />
205    <Compile Include="CharacteristicCalculator\AdaptiveWalkCalculator.cs" />
206    <Compile Include="CharacteristicCalculator\UpDownWalkCalculator.cs" />
207    <Compile Include="CharacteristicCalculator\RandomWalkCalculator.cs" />
208    <Compile Include="ProblemCharacteristicAnalysis\CharacteristicCalculator.cs" />
209    <Compile Include="ProblemCharacteristicAnalysis\CurveAnalysis.cs" />
210    <Compile Include="ProblemCharacteristicAnalysis\DoubleMatrixCharacteristicCalculator.cs" />
211    <Compile Include="ProblemCharacteristicAnalysis\PermutationPathAnalysis.cs" />
212    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPCharacteristicCalculator.cs" />
213    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPDirectedWalk.cs" />
214    <Compile Include="ProblemInstanceAnalysis\DirectedPath.cs" />
215    <Compile Include="ProblemInstanceAnalysis\ProblemInstanceAnalyzer.cs" />
216    <Compile Include="ProblemInstanceAnalysis\PRProblemInstanceAnalyzer.cs" />
217    <Compile Include="ProblemInstanceAnalysis\QAPPRProblemInstanceAnalyzer.cs" />
218    <Compile Include="UpDownSelector.cs" />
219    <Compile Include="DistanceCalculators\RealVectorDistanceCalculator.cs" />
220    <Compile Include="DistanceCalculators\BinaryVectorDistanceCalculator.cs" />
221    <Compile Include="DistanceCalculators\PermutationDistanceCalculator.cs" />
222    <Compile Include="DistanceCalculators\IItemDistanceCalculator.cs" />
223    <Compile Include="Extensions.cs" />
224    <Compile Include="FDC\QAPPermutationFitnessDistanceCorrelationAnalyzer.cs" />
225    <Compile Include="FDC\BinaryVectorFitnessDistanceCorrelationAnalyzer.cs" />
226    <Compile Include="Plugin.cs" />
227    <Compile Include="FDC\PermutationFitnessDistanceCorrelationAnalyzer.cs" />
228    <None Include="Properties\AssemblyInfo.cs.frame" />
229    <Compile Include="Properties\AssemblyInfo.cs" />
230    <Compile Include="FDC\RealVectorFitnessDistanceCorrelationAnalyzer.cs" />
231    <Compile Include="FDC\FitnessDistanceCorrelationAnalyzer.cs" />
232    <None Include="Plugin.cs.frame" />
233    <Compile Include="FDC\ScatterPlot.cs" />
234  </ItemGroup>
235  <ItemGroup>
236    <None Include="HeuristicLab.snk" />
237  </ItemGroup>
238  <ItemGroup>
239    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
240      <Visible>False</Visible>
241      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
242      <Install>false</Install>
243    </BootstrapperPackage>
244    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
245      <Visible>False</Visible>
246      <ProductName>.NET Framework 3.5 SP1</ProductName>
247      <Install>true</Install>
248    </BootstrapperPackage>
249    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
250      <Visible>False</Visible>
251      <ProductName>Windows Installer 3.1</ProductName>
252      <Install>true</Install>
253    </BootstrapperPackage>
254  </ItemGroup>
255  <ItemGroup>
256    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
257      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
258      <Name>HeuristicLab.Analysis-3.3</Name>
259      <Private>False</Private>
260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
262      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
263      <Name>HeuristicLab.Optimization-3.3</Name>
264      <Private>False</Private>
265    </ProjectReference>
266  </ItemGroup>
267  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
268  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
269       Other similar extension points exist, see Microsoft.Common.targets.
270  <Target Name="BeforeBuild">
271  </Target>
272  <Target Name="AfterBuild">
273  </Target>
274  -->
275  <PropertyGroup>
276    <PostBuildEvent>
277    </PostBuildEvent>
278  </PropertyGroup>
279  <PropertyGroup>
280    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
281set ProjectDir=$(ProjectDir)
282set SolutionDir=$(SolutionDir)
283set Outdir=$(Outdir)
284
285call PreBuildEvent.cmd
286</PreBuildEvent>
287  </PropertyGroup>
288</Project>
Note: See TracBrowser for help on using the repository browser.