Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj @ 15492

Last change on this file since 15492 was 15492, checked in by abeham, 6 years ago

#1614:

  • distributed code from artificial common plugin
  • removed common plugin
File size: 10.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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C739E6D2-5680-4804-A810-8017DA0C238F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.GeneralizedQuadraticAssignment</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <ItemGroup>
43    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
44      <SpecificVersion>False</SpecificVersion>
45      <Private>False</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Collections-3.3">
48      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Common-3.3">
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Common.Resources-3.3">
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Core-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Operators-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Parameters-3.3">
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Persistence-3.3">
79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="System" />
95    <Reference Include="System.Core" />
96    <Reference Include="System.Data" />
97    <Reference Include="System.Drawing" />
98  </ItemGroup>
99  <ItemGroup>
100    <Compile Include="Analyzers\BestGQAPSolutionAnalyzer.cs" />
101    <Compile Include="Analyzers\GQAPSolutionArchiveUpdater.cs" />
102    <Compile Include="Analyzers\GQAPPopulationDiversityAnalyzer.cs" />
103    <Compile Include="Analyzers\GQAPSolutionArchiveAnalyzer.cs" />
104    <Compile Include="Evaluators\GQAPPenaltyLevelEvaluator.cs" />
105    <Compile Include="Evaluators\GQAPEvaluator.cs" />
106    <Compile Include="Evaluators\GQAPNMoveEvaluator.cs" />
107    <Compile Include="GQAPAssignment.cs" />
108    <Compile Include="Interfaces\IEvaluatorAwareGQAPOperator.cs" />
109    <Compile Include="Operators\Crossovers\CordeauCrossover.cs" />
110    <Compile Include="SolutionCreators\SlackMinimizationSolutionCreator.cs" />
111    <Compile Include="SolutionCreators\RandomButFeasibleSolutionCreator.cs" />
112    <Compile Include="SolutionCreators\GQAPSolutionCreator.cs" />
113    <Compile Include="SolutionCreators\GQAPStochasticSolutionCreator.cs" />
114    <Compile Include="SolutionCreators\GreedyRandomizedSolutionCreator.cs" />
115    <Compile Include="SolutionCreators\RandomSolutionCreator.cs" />
116    <None Include="Plugin.cs.frame" />
117    <Compile Include="Evaluators\GQAPAdditivePenaltyEvaluator.cs" />
118    <Compile Include="GeneralizedQuadraticAssignmentProblem.cs" />
119    <Compile Include="GQAPAssignmentArchive.cs" />
120    <Compile Include="GQAPSolution.cs" />
121    <Compile Include="Interfaces\IBestKnownSolutionsAwareGQAPOperator.cs" />
122    <Compile Include="Interfaces\IGQAPManipulator.cs" />
123    <Compile Include="Interfaces\IQualitiesAwareGQAPOperator.cs" />
124    <Compile Include="Interfaces\IAssignmentsAwareGQAPOperator.cs" />
125    <Compile Include="Interfaces\IBestKnownQualityAwareGQAPOperator.cs" />
126    <Compile Include="Interfaces\IBestKnownSolutionAwareGQAPOperator.cs" />
127    <Compile Include="Interfaces\ILocationNamesAwareGQAPOperator.cs" />
128    <Compile Include="Interfaces\IEquipmentNamesAwareGQAPOperator.cs" />
129    <Compile Include="Interfaces\IMoveQualityAwareGQAPOperator.cs" />
130    <Compile Include="Interfaces\IGQAPEvaluator.cs" />
131    <Compile Include="Interfaces\IQualityAwareGQAPOperator.cs" />
132    <Compile Include="Interfaces\IExpectedRandomQualityAwareGQAPOperator.cs" />
133    <Compile Include="Interfaces\ITransportationCostsAwareGQAPOperator.cs" />
134    <Compile Include="Interfaces\IInstallationCostsAwareGQAPOperator.cs" />
135    <Compile Include="Interfaces\IDistancesAwareGQAPOperator.cs" />
136    <Compile Include="Interfaces\IWeightsAwareGQAPOperator.cs" />
137    <Compile Include="Interfaces\IAssignmentAwareGQAPOperator.cs" />
138    <Compile Include="Interfaces\IGQAPNMoveEvaluator.cs" />
139    <Compile Include="Interfaces\IDemandsAwareGQAPOperator.cs" />
140    <Compile Include="Interfaces\IGQAPCrossover.cs" />
141    <Compile Include="Interfaces\IGQAPLocalImprovementOperator.cs" />
142    <Compile Include="Interfaces\IGQAPMoveEvaluator.cs" />
143    <Compile Include="Interfaces\IGQAPMoveOperator.cs" />
144    <Compile Include="Interfaces\IGQAPNMoveOperator.cs" />
145    <Compile Include="Interfaces\IGQAPOperator.cs" />
146    <Compile Include="Interfaces\IGQAPSolutionCreator.cs" />
147    <Compile Include="Interfaces\ICapacitiesAwareGQAPOperator.cs" />
148    <Compile Include="Moves\NMove.cs" />
149    <Compile Include="Moves\GQAPMoveGenerator.cs" />
150    <Compile Include="Moves\GQAPNMoveGenerator.cs" />
151    <Compile Include="Moves\NMoveAbsoluteAttribute.cs" />
152    <Compile Include="Moves\NMoveMaker.cs" />
153    <Compile Include="Moves\NMoveTabuChecker.cs" />
154    <Compile Include="Moves\NMoveTabuMaker.cs" />
155    <Compile Include="Moves\StochasticNMoveMultiMoveGenerator.cs" />
156    <Compile Include="Moves\StochasticNMoveSingleMoveGenerator.cs" />
157    <Compile Include="Operators\Crossovers\DiscreteLocationCrossover.cs" />
158    <Compile Include="Operators\Crossovers\GQAPCrossover.cs" />
159    <Compile Include="Operators\Crossovers\GQAPPathRelinking.cs" />
160    <Compile Include="Operators\Crossovers\MultiGQAPCrossover.cs" />
161    <Compile Include="Operators\LocalImprovers\ApproximateLocalSearch.cs" />
162    <Compile Include="Operators\Manipulators\DemandEquivalentSwapEquipmentManipluator.cs" />
163    <Compile Include="Operators\Manipulators\GQAPManipulator.cs" />
164    <Compile Include="Operators\Manipulators\MultiGQAPManipulator.cs" />
165    <Compile Include="Operators\Manipulators\RelocateEquipmentManipluator.cs" />
166    <Compile Include="Operators\Manipulators\SwapEquipmentManipluator.cs" />
167    <Compile Include="Operators\Manipulators\SwapLocationManipulator.cs" />
168    <Compile Include="Operators\PopulationReducers\GQAPQualitySimilarityReducer.cs" />
169    <Compile Include="Operators\Shakers\NMoveShakingOperator.cs" />
170    <Compile Include="Plugin.cs" />
171    <Compile Include="Properties\AssemblyInfo.cs" />
172    <None Include="Properties\AssemblyInfo.cs.frame" />
173  </ItemGroup>
174  <ItemGroup>
175    <None Include="HeuristicLab.snk" />
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
179      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
180      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
181      <Private>False</Private>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
184      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
185      <Name>HeuristicLab.Optimization-3.3</Name>
186      <Private>False</Private>
187    </ProjectReference>
188  </ItemGroup>
189  <ItemGroup />
190  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191  <PropertyGroup>
192    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
193set ProjectDir=$(ProjectDir)
194set SolutionDir=$(SolutionDir)
195set Outdir=$(Outdir)
196
197call PreBuildEvent.cmd</PreBuildEvent>
198  </PropertyGroup>
199  <PropertyGroup>
200    <PostBuildEvent>
201    </PostBuildEvent>
202  </PropertyGroup>
203  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
204       Other similar extension points exist, see Microsoft.Common.targets.
205  <Target Name="BeforeBuild">
206  </Target>
207  <Target Name="AfterBuild">
208  </Target>
209  -->
210</Project>
Note: See TracBrowser for help on using the repository browser.