Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/HeuristicLab.Analysis.FitnessLandscape-3.3.csproj

Last change on this file was 16728, checked in by abeham, 5 years ago

#1614: updated to new persistence and .NET 4.6.1

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