Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj @ 14429

Last change on this file since 14429 was 13396, checked in by abeham, 9 years ago

#2521:

  • Refactored QuadraticAssignmentProblem to use new SingleObjectiveProblem
    • Removed QAPEvaluator
    • Adapted RobustTabooSearch
  • Introduced several interfaces in PermutationEncoding necessary for wiring
  • Changed all Encodings to use IItem instead of IOperator in ConfigureOperators (name still unchanged)
  • Added a protected MaximizationParameter property in SingleObjectiveProblem (necessary for wiring)
  • Changed AlleleFrequnencyAnalyzer to use ISolution interface instead of IItem
  • Added a comment to ISolutionCreator<TSolution> of some changes that would be welcomed
File size: 13.7 KB
RevLine 
[5558]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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.QuadraticAssignment</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.QuadraticAssignment-3.3</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5558]14    <FileAlignment>512</FileAlignment>
[11623]15    <TargetFrameworkProfile />
[5558]16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
[6866]21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
[11623]25    <Prefer32Bit>false</Prefer32Bit>
[5558]26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
[6866]30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
[11623]34    <Prefer32Bit>false</Prefer32Bit>
[5558]35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
[6866]44    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]57    <Prefer32Bit>false</Prefer32Bit>
[5558]58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
[6866]60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
[6866]65    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[5558]66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
[11623]73    <Prefer32Bit>false</Prefer32Bit>
[5558]74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
76    <DebugSymbols>true</DebugSymbols>
[6866]77    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
88    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]90    <Prefer32Bit>false</Prefer32Bit>
[5558]91  </PropertyGroup>
92  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
[6866]93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5558]94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
[6866]98    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[5558]99    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
100    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
101    <ErrorReport>prompt</ErrorReport>
102    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
104    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
105    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
106    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
107    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]108    <Prefer32Bit>false</Prefer32Bit>
[5558]109  </PropertyGroup>
110  <ItemGroup>
111    <Reference Include="System" />
112    <Reference Include="System.Core" />
113    <Reference Include="System.Data" />
114    <Reference Include="System.Drawing" />
[6891]115    <Reference Include="System.Runtime.Serialization" />
116    <Reference Include="System.ServiceModel" />
117    <Reference Include="System.Xml" />
[5558]118  </ItemGroup>
119  <ItemGroup>
[5583]120    <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" />
[6342]121    <Compile Include="Analyzers\QAPAlleleFrequencyAnalyzer.cs" />
122    <Compile Include="Analyzers\QAPPopulationDiversityAnalyzer.cs" />
[7877]123    <Compile Include="BoundsCalculators\GilmoreLawlerBoundCalculator.cs" />
[6648]124    <Compile Include="Evaluators\QAPScrambleMoveEvaluator.cs" />
[5930]125    <Compile Include="Evaluators\QAPSwap2MoveEvaluator.cs" />
[5785]126    <Compile Include="Evaluators\QAPInversionMoveEvaluator.cs" />
127    <Compile Include="Evaluators\QAPMoveEvaluator.cs" />
[5801]128    <Compile Include="Evaluators\QAPTranslocationMoveEvaluator.cs">
129      <SubType>Code</SubType>
130    </Compile>
[13396]131    <Compile Include="Interfaces\IQAPLocalImprovementOperator.cs" />
[5785]132    <Compile Include="Interfaces\IQAPMoveEvaluator.cs" />
[8338]133    <Compile Include="LocalImprovement\QAPExhaustiveInsertionLocalImprovement.cs" />
134    <Compile Include="LocalImprovement\QAPStochasticScrambleLocalImprovement.cs" />
[6342]135    <Compile Include="LocalImprovement\QAPExhaustiveSwap2LocalImprovement.cs" />
[8338]136    <Compile Include="LocalImprovement\QAPExhaustiveInversionLocalImprovement.cs" />
[5583]137    <Compile Include="QAPAssignment.cs" />
[6628]138    <Compile Include="QAPPermutationProximityCalculator.cs" />
[5558]139    <Compile Include="QuadraticAssignmentProblem.cs" />
[9029]140    <Compile Include="QAPSimilarityCalculator.cs" />
[5558]141    <None Include="Plugin.cs.frame" />
142    <Compile Include="Plugin.cs" />
143    <Compile Include="Properties\AssemblyInfo.cs" />
[6866]144    <None Include="Properties\AssemblyInfo.cs.frame" />
[5558]145  </ItemGroup>
146  <ItemGroup>
147    <None Include="HeuristicLab.snk" />
148  </ItemGroup>
[5562]149  <ItemGroup>
[6342]150    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
151      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
152      <Name>HeuristicLab.Analysis-3.3</Name>
[6866]153      <Private>False</Private>
[6342]154    </ProjectReference>
[5933]155    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
156      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
157      <Name>HeuristicLab.Collections-3.3</Name>
[6866]158      <Private>False</Private>
[5933]159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
161      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
162      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]163      <Private>False</Private>
[5933]164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
166      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
167      <Name>HeuristicLab.Common-3.3</Name>
[6866]168      <Private>False</Private>
[5933]169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
171      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
172      <Name>HeuristicLab.Core-3.3</Name>
[6866]173      <Private>False</Private>
[5933]174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
176      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
177      <Name>HeuristicLab.Data-3.3</Name>
[6866]178      <Private>False</Private>
[5933]179    </ProjectReference>
[5785]180    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
181      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
182      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
[6866]183      <Private>False</Private>
[5785]184    </ProjectReference>
[5933]185    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
186      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
187      <Name>HeuristicLab.Operators-3.3</Name>
[6866]188      <Private>False</Private>
[5933]189    </ProjectReference>
[9029]190    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
191      <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>
192      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
[5933]195    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
196      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
197      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]198      <Private>False</Private>
[5933]199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
201      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
202      <Name>HeuristicLab.Parameters-3.3</Name>
[6866]203      <Private>False</Private>
[5933]204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
206      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
207      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]208      <Private>False</Private>
[5933]209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
211      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
212      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]213      <Private>False</Private>
[5933]214    </ProjectReference>
[7558]215    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
216      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
217      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7646]218      <Private>False</Private>
[7558]219    </ProjectReference>
[7877]220    <ProjectReference Include="..\..\HeuristicLab.Problems.LinearAssignment\3.3\HeuristicLab.Problems.LinearAssignment-3.3.csproj">
221      <Project>{7250653F-DE83-4069-8D34-8050E8E45EA1}</Project>
222      <Name>HeuristicLab.Problems.LinearAssignment-3.3</Name>
223    </ProjectReference>
[5723]224  </ItemGroup>
[13396]225  <ItemGroup>
226    <Folder Include="SimilarityCalculators\" />
227  </ItemGroup>
[5558]228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229  <PropertyGroup>
[9029]230    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[5558]231set ProjectDir=$(ProjectDir)
232set SolutionDir=$(SolutionDir)
233set Outdir=$(Outdir)
234
[6866]235call PreBuildEvent.cmd</PreBuildEvent>
[9029]236    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]237export ProjectDir=$(ProjectDir)
238export SolutionDir=$(SolutionDir)
239
240$SolutionDir/PreBuildEvent.sh
241</PreBuildEvent>
[5558]242  </PropertyGroup>
243  <PropertyGroup>
[5933]244    <PostBuildEvent>
245    </PostBuildEvent>
[5558]246  </PropertyGroup>
247  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
248       Other similar extension points exist, see Microsoft.Common.targets.
249  <Target Name="BeforeBuild">
250  </Target>
251  <Target Name="AfterBuild">
252  </Target>
253  -->
254</Project>
Note: See TracBrowser for help on using the repository browser.