[6956] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16712] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[6956] | 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>
|
---|
[16712] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[6956] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[13418] | 15 | <TargetFrameworkProfile />
|
---|
[6956] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[15688] | 21 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[6956] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[13418] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6956] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[15688] | 30 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[6956] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[13418] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6956] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <ItemGroup>
|
---|
[16712] | 43 | <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 44 | <SpecificVersion>False</SpecificVersion>
|
---|
| 45 | <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
| 47 | </Reference>
|
---|
[16077] | 48 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 49 | <SpecificVersion>False</SpecificVersion>
|
---|
| 50 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 51 | <Private>False</Private>
|
---|
| 52 | </Reference>
|
---|
[15688] | 53 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
|
---|
| 54 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[6956] | 55 | <Private>False</Private>
|
---|
| 56 | </Reference>
|
---|
[15688] | 57 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
|
---|
| 58 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[6956] | 59 | <Private>False</Private>
|
---|
| 60 | </Reference>
|
---|
[15688] | 61 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
|
---|
| 62 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
[6956] | 63 | <Private>False</Private>
|
---|
| 64 | </Reference>
|
---|
[15688] | 65 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
|
---|
| 66 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[6956] | 67 | <Private>False</Private>
|
---|
| 68 | </Reference>
|
---|
[15688] | 69 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
|
---|
| 70 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[6956] | 71 | <Private>False</Private>
|
---|
| 72 | </Reference>
|
---|
[15688] | 73 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
|
---|
| 74 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[6956] | 75 | <Private>False</Private>
|
---|
| 76 | </Reference>
|
---|
[16077] | 77 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 78 | <SpecificVersion>False</SpecificVersion>
|
---|
| 79 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 80 | <Private>False</Private>
|
---|
| 81 | </Reference>
|
---|
[15688] | 82 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0">
|
---|
| 83 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[13418] | 84 | <Private>False</Private>
|
---|
| 85 | </Reference>
|
---|
[15688] | 86 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
|
---|
| 87 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[6956] | 88 | <Private>False</Private>
|
---|
| 89 | </Reference>
|
---|
[15688] | 90 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
|
---|
| 91 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[6956] | 92 | <Private>False</Private>
|
---|
| 93 | </Reference>
|
---|
[15688] | 94 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
|
---|
| 95 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[6956] | 96 | <Private>False</Private>
|
---|
| 97 | </Reference>
|
---|
[15688] | 98 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
|
---|
| 99 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[7561] | 100 | <Private>False</Private>
|
---|
| 101 | </Reference>
|
---|
[15688] | 102 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
|
---|
| 103 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[7813] | 104 | <Private>False</Private>
|
---|
| 105 | </Reference>
|
---|
[6956] | 106 | <Reference Include="System" />
|
---|
| 107 | <Reference Include="System.Core" />
|
---|
| 108 | <Reference Include="System.Data" />
|
---|
| 109 | <Reference Include="System.Drawing" />
|
---|
| 110 | </ItemGroup>
|
---|
| 111 | <ItemGroup>
|
---|
[15504] | 112 | <Compile Include="Evaluation\Evaluation.cs" />
|
---|
| 113 | <Compile Include="Evaluation\GQAPNMoveEvaluator.cs" />
|
---|
[6956] | 114 | <Compile Include="GQAPAssignment.cs" />
|
---|
[15504] | 115 | <Compile Include="GQAPInstance.cs" />
|
---|
[15507] | 116 | <Compile Include="Interfaces\Parameter\IAssignmentAwareGQAPOperator.cs" />
|
---|
[15562] | 117 | <Compile Include="Moves\ExhaustiveOneMoveGenerator.cs" />
|
---|
[7523] | 118 | <Compile Include="Operators\Crossovers\CordeauCrossover.cs" />
|
---|
[15562] | 119 | <Compile Include="Operators\LocalImprovers\OneOptLocalSearch.cs" />
|
---|
[7593] | 120 | <Compile Include="SolutionCreators\SlackMinimizationSolutionCreator.cs" />
|
---|
| 121 | <Compile Include="SolutionCreators\RandomButFeasibleSolutionCreator.cs" />
|
---|
[7523] | 122 | <Compile Include="SolutionCreators\GQAPSolutionCreator.cs" />
|
---|
| 123 | <Compile Include="SolutionCreators\GQAPStochasticSolutionCreator.cs" />
|
---|
| 124 | <Compile Include="SolutionCreators\GreedyRandomizedSolutionCreator.cs" />
|
---|
[6956] | 125 | <None Include="Plugin.cs.frame" />
|
---|
[15504] | 126 | <Compile Include="GQAP.cs" />
|
---|
[7418] | 127 | <Compile Include="GQAPAssignmentArchive.cs" />
|
---|
| 128 | <Compile Include="GQAPSolution.cs" />
|
---|
[15504] | 129 | <Compile Include="Interfaces\Parameter\IBestKnownSolutionsAwareGQAPOperator.cs" />
|
---|
| 130 | <Compile Include="Interfaces\Operator\IGQAPManipulator.cs" />
|
---|
| 131 | <Compile Include="Interfaces\Parameter\IQualitiesAwareGQAPOperator.cs" />
|
---|
| 132 | <Compile Include="Interfaces\Parameter\IBestKnownQualityAwareGQAPOperator.cs" />
|
---|
| 133 | <Compile Include="Interfaces\Parameter\IBestKnownSolutionAwareGQAPOperator.cs" />
|
---|
| 134 | <Compile Include="Interfaces\Parameter\IMoveQualityAwareGQAPOperator.cs" />
|
---|
| 135 | <Compile Include="Interfaces\Parameter\IQualityAwareGQAPOperator.cs" />
|
---|
| 136 | <Compile Include="Interfaces\Parameter\IProblemInstanceAwareGQAPOperator.cs" />
|
---|
| 137 | <Compile Include="Interfaces\Operator\IGQAPNMoveEvaluator.cs" />
|
---|
| 138 | <Compile Include="Interfaces\Operator\IGQAPCrossover.cs" />
|
---|
| 139 | <Compile Include="Interfaces\Operator\IGQAPLocalImprovementOperator.cs" />
|
---|
| 140 | <Compile Include="Interfaces\Operator\IGQAPMoveEvaluator.cs" />
|
---|
| 141 | <Compile Include="Interfaces\Operator\IGQAPMoveOperator.cs" />
|
---|
| 142 | <Compile Include="Interfaces\Operator\IGQAPNMoveOperator.cs" />
|
---|
| 143 | <Compile Include="Interfaces\Operator\IGQAPOperator.cs" />
|
---|
| 144 | <Compile Include="Interfaces\Operator\IGQAPSolutionCreator.cs" />
|
---|
[7407] | 145 | <Compile Include="Moves\NMove.cs" />
|
---|
| 146 | <Compile Include="Moves\GQAPMoveGenerator.cs" />
|
---|
| 147 | <Compile Include="Moves\GQAPNMoveGenerator.cs" />
|
---|
[7505] | 148 | <Compile Include="Moves\NMoveAbsoluteAttribute.cs" />
|
---|
[7407] | 149 | <Compile Include="Moves\NMoveMaker.cs" />
|
---|
[7505] | 150 | <Compile Include="Moves\NMoveTabuChecker.cs" />
|
---|
| 151 | <Compile Include="Moves\NMoveTabuMaker.cs" />
|
---|
[7407] | 152 | <Compile Include="Moves\StochasticNMoveMultiMoveGenerator.cs" />
|
---|
| 153 | <Compile Include="Moves\StochasticNMoveSingleMoveGenerator.cs" />
|
---|
[7523] | 154 | <Compile Include="Operators\Crossovers\DiscreteLocationCrossover.cs" />
|
---|
| 155 | <Compile Include="Operators\Crossovers\GQAPCrossover.cs" />
|
---|
| 156 | <Compile Include="Operators\Crossovers\GQAPPathRelinking.cs" />
|
---|
| 157 | <Compile Include="Operators\Crossovers\MultiGQAPCrossover.cs" />
|
---|
| 158 | <Compile Include="Operators\LocalImprovers\ApproximateLocalSearch.cs" />
|
---|
| 159 | <Compile Include="Operators\Manipulators\DemandEquivalentSwapEquipmentManipluator.cs" />
|
---|
| 160 | <Compile Include="Operators\Manipulators\GQAPManipulator.cs" />
|
---|
| 161 | <Compile Include="Operators\Manipulators\MultiGQAPManipulator.cs" />
|
---|
| 162 | <Compile Include="Operators\Manipulators\RelocateEquipmentManipluator.cs" />
|
---|
| 163 | <Compile Include="Operators\Manipulators\SwapEquipmentManipluator.cs" />
|
---|
| 164 | <Compile Include="Operators\Manipulators\SwapLocationManipulator.cs" />
|
---|
| 165 | <Compile Include="Operators\Shakers\NMoveShakingOperator.cs" />
|
---|
[6956] | 166 | <Compile Include="Plugin.cs" />
|
---|
| 167 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7319] | 168 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6956] | 169 | </ItemGroup>
|
---|
| 170 | <ItemGroup>
|
---|
| 171 | <None Include="HeuristicLab.snk" />
|
---|
| 172 | </ItemGroup>
|
---|
[7363] | 173 | <ItemGroup>
|
---|
[15491] | 174 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 175 | <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
|
---|
| 176 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 177 | <Private>False</Private>
|
---|
| 178 | </ProjectReference>
|
---|
[7363] | 179 | </ItemGroup>
|
---|
[6956] | 180 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 181 | <PropertyGroup>
|
---|
| 182 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 183 | set ProjectDir=$(ProjectDir)
|
---|
| 184 | set SolutionDir=$(SolutionDir)
|
---|
| 185 | set Outdir=$(Outdir)
|
---|
| 186 |
|
---|
[7319] | 187 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[6956] | 188 | </PropertyGroup>
|
---|
| 189 | <PropertyGroup>
|
---|
| 190 | <PostBuildEvent>
|
---|
| 191 | </PostBuildEvent>
|
---|
| 192 | </PropertyGroup>
|
---|
| 193 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 194 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 195 | <Target Name="BeforeBuild">
|
---|
| 196 | </Target>
|
---|
| 197 | <Target Name="AfterBuild">
|
---|
| 198 | </Target>
|
---|
| 199 | -->
|
---|
| 200 | </Project> |
---|