[4360] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
| 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>
|
---|
[4361] | 8 | <ProjectGuid>{B94FFB82-43D4-40AB-9980-B03470ADF221}</ProjectGuid>
|
---|
[4360] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.VehicleRouting</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.VehicleRouting-3.4</AssemblyName>
|
---|
| 13 | <SignAssembly>true</SignAssembly>
|
---|
| 14 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 15 | <FileUpgradeFlags>
|
---|
| 16 | </FileUpgradeFlags>
|
---|
| 17 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 18 | <UpgradeBackupLocation>
|
---|
| 19 | </UpgradeBackupLocation>
|
---|
[5867] | 20 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[4360] | 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>
|
---|
[5867] | 36 | <TargetFrameworkProfile />
|
---|
[4360] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
[7923] | 42 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | <DocumentationFile>
|
---|
| 47 | </DocumentationFile>
|
---|
| 48 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 49 | </PropertyGroup>
|
---|
| 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 51 | <DebugType>pdbonly</DebugType>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
[7923] | 53 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <WarningLevel>4</WarningLevel>
|
---|
[7923] | 57 | <DocumentationFile>
|
---|
| 58 | </DocumentationFile>
|
---|
[4360] | 59 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
| 60 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 61 | </PropertyGroup>
|
---|
| 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 63 | <DebugSymbols>true</DebugSymbols>
|
---|
[7923] | 64 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 65 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 66 | <DebugType>full</DebugType>
|
---|
| 67 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[7923] | 72 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
[8455] | 74 | <DocumentationFile>
|
---|
| 75 | </DocumentationFile>
|
---|
[4360] | 76 | <Optimize>true</Optimize>
|
---|
| 77 | <DebugType>pdbonly</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
| 80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 83 | <DebugSymbols>true</DebugSymbols>
|
---|
[7923] | 84 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 85 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 86 | <DebugType>full</DebugType>
|
---|
| 87 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 88 | <ErrorReport>prompt</ErrorReport>
|
---|
| 89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 90 | </PropertyGroup>
|
---|
| 91 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[7923] | 92 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4360] | 93 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 94 | <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
|
---|
| 95 | <Optimize>true</Optimize>
|
---|
| 96 | <DebugType>pdbonly</DebugType>
|
---|
| 97 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 98 | <ErrorReport>prompt</ErrorReport>
|
---|
| 99 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 100 | </PropertyGroup>
|
---|
| 101 | <ItemGroup>
|
---|
| 102 | <Reference Include="System" />
|
---|
| 103 | <Reference Include="System.Core">
|
---|
| 104 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="System.Data" />
|
---|
| 107 | <Reference Include="System.Drawing" />
|
---|
| 108 | <Reference Include="System.Xml" />
|
---|
| 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[4374] | 111 | <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursAnalyzer.cs" />
|
---|
| 112 | <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursCalculator.cs" />
|
---|
| 113 | <Compile Include="Analyzer\BestAverageWorstTours\BestVRPToursMemorizer.cs" />
|
---|
| 114 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursAnalyzer.cs" />
|
---|
| 115 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursCalculator.cs" />
|
---|
| 116 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestCapacitatedVRPToursMemorizer.cs" />
|
---|
[6710] | 117 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursAnalyzer.cs" />
|
---|
| 118 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursCalculator.cs" />
|
---|
| 119 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestPickupAndDeliveryVRPToursMemorizer.cs" />
|
---|
[4374] | 120 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursAnalyzer.cs" />
|
---|
| 121 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursCalculator.cs" />
|
---|
| 122 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestTimeWindowedVRPToursMemorizer.cs" />
|
---|
| 123 | <Compile Include="Analyzer\BestSolution\BestVRPSolutionAnalyzer.cs" />
|
---|
| 124 | <Compile Include="Analyzer\BestSolution\Capacitated\BestCapacitatedVRPSolutionAnalyzer.cs" />
|
---|
[6710] | 125 | <Compile Include="Analyzer\BestSolution\PickupAndDelivery\BestPickupAndDeliveryVRPSolutionAnalyzer.cs" />
|
---|
[4374] | 126 | <Compile Include="Analyzer\BestSolution\TimeWindowed\BestTimeWindowedVRPSolutionAnalyzer.cs" />
|
---|
[6711] | 127 | <Compile Include="Analyzer\ConstraintRelaxation\Capacitated\CapacityRelaxationVRPAnalyzer.cs" />
|
---|
| 128 | <Compile Include="Analyzer\ConstraintRelaxation\PickupAndDelivery\PickupViolationsRelaxationVRPAnalyzer.cs" />
|
---|
| 129 | <Compile Include="Analyzer\ConstraintRelaxation\TimeWindowed\TimeWindowRelaxationVRPAnalyzer.cs" />
|
---|
[4374] | 130 | <Compile Include="Analyzer\VRPSolution.cs" />
|
---|
[7865] | 131 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\IPotvinTwoOptStarMoveOperator.cs" />
|
---|
| 132 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarExhaustiveMoveGenerator.cs" />
|
---|
| 133 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMove.cs" />
|
---|
| 134 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveAttribute.cs" />
|
---|
| 135 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveEvaluator.cs" />
|
---|
| 136 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveGenerator.cs" />
|
---|
| 137 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveMaker.cs" />
|
---|
| 138 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveTabuCriterion.cs" />
|
---|
| 139 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveTabuMaker.cs" />
|
---|
| 140 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMultiMoveGenerator.cs" />
|
---|
| 141 | <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarSingleMoveGenerator.cs" />
|
---|
[8346] | 142 | <Compile Include="Improver\VRPImprovementOperator.cs" />
|
---|
[8894] | 143 | <Compile Include="Improver\VRPIntraRouteImprovementOperator.cs" />
|
---|
[7855] | 144 | <Compile Include="Interfaces\IVRPLocalSearchManipulator.cs" />
|
---|
[8649] | 145 | <Compile Include="Interpreters\MDCVRPInterpreter.cs" />
|
---|
| 146 | <Compile Include="Interpreters\VRPInterpreter.cs" />
|
---|
[7881] | 147 | <Compile Include="Interpreters\MDCVRPTWInterpreter.cs" />
|
---|
| 148 | <Compile Include="Interpreters\PDPTWInterpreter.cs" />
|
---|
| 149 | <Compile Include="Interpreters\CVRPTWInterpreter.cs" />
|
---|
[7871] | 150 | <Compile Include="Interpreters\CVRPInterpreter.cs" />
|
---|
| 151 | <Compile Include="Interpreters\IVRPDataInterpreter.cs" />
|
---|
[8346] | 152 | <Compile Include="PathRelinkers\VRPPathRelinker.cs" />
|
---|
[7088] | 153 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4365] | 154 | <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
|
---|
[4362] | 155 | <Compile Include="Encodings\Alba\Creators\RandomCreator.cs" />
|
---|
| 156 | <Compile Include="Encodings\Alba\Creators\AlbaCreator.cs" />
|
---|
[4369] | 157 | <Compile Include="Encodings\Alba\IAlbaOperator.cs" />
|
---|
[4365] | 158 | <Compile Include="Encodings\Alba\Crossovers\AlbaCrossover.cs" />
|
---|
| 159 | <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
|
---|
[6607] | 160 | <Compile Include="Encodings\Alba\LocalImprovement\AlbaLambdaInterchangeLocalImprovementOperator.cs" />
|
---|
[4365] | 161 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInsertionManipulator.cs" />
|
---|
| 162 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInversionManipulator.cs" />
|
---|
| 163 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerSwapManipulator.cs" />
|
---|
| 164 | <Compile Include="Encodings\Alba\Manipulators\AlbaIntraRouteInversionManipulator.cs" />
|
---|
| 165 | <Compile Include="Encodings\Alba\Manipulators\AlbaLambdaInterchangeManipulator.cs" />
|
---|
| 166 | <Compile Include="Encodings\Alba\Manipulators\AlbaManipulator.cs" />
|
---|
| 167 | <Compile Include="Encodings\Alba\Manipulators\AlbaPermutationManipulator.cs" />
|
---|
[4369] | 168 | <Compile Include="Encodings\Alba\Moves\AlbaMoveEvaluator.cs" />
|
---|
| 169 | <Compile Include="Encodings\Alba\Moves\AlbaMoveMaker.cs" />
|
---|
| 170 | <Compile Include="Encodings\Alba\Moves\AlbaMoveGenerator.cs" />
|
---|
[4370] | 171 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaExhaustiveIntraRouteInversionMoveGenerator.cs" />
|
---|
| 172 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionEvaluator.cs" />
|
---|
| 173 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMove.cs" />
|
---|
| 174 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveGenerator.cs" />
|
---|
| 175 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveMaker.cs" />
|
---|
| 176 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs" />
|
---|
| 177 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs" />
|
---|
| 178 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\IAlbaIntraRouteInversionMoveOperator.cs" />
|
---|
| 179 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaExhaustiveLambdaInterchangeMoveGenerator.cs" />
|
---|
| 180 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMove.cs" />
|
---|
| 181 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveEvaluator.cs" />
|
---|
| 182 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveGenerator.cs" />
|
---|
| 183 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveMaker.cs" />
|
---|
| 184 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs" />
|
---|
| 185 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs" />
|
---|
| 186 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\IAlbaLambdaInterchangeMoveOperator.cs" />
|
---|
[4383] | 187 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMove.cs" />
|
---|
[4369] | 188 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveEvaluator.cs" />
|
---|
| 189 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveGenerator.cs" />
|
---|
[4370] | 190 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveHardTabuCriterion.cs" />
|
---|
[4369] | 191 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveMaker.cs" />
|
---|
[4370] | 192 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveSoftTabuCriterion.cs" />
|
---|
| 193 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveTabuMaker.cs" />
|
---|
[4383] | 194 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaStochasticTranslocationSingleMoveGenerator.cs" />
|
---|
[4369] | 195 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\IAlbaTranslocationMoveOperator.cs" />
|
---|
[6857] | 196 | <Compile Include="Encodings\Potvin\Creators\IterativeInsertionCreator.cs" />
|
---|
| 197 | <Compile Include="Encodings\Potvin\Creators\PushForwardInsertionCreator.cs" />
|
---|
[4365] | 198 | <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
|
---|
[4369] | 199 | <Compile Include="Encodings\General\Creators\VRPCreator.cs" />
|
---|
[6716] | 200 | <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" />
|
---|
[4365] | 201 | <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" />
|
---|
| 202 | <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" />
|
---|
[4369] | 203 | <Compile Include="Encodings\General\Crossovers\VRPCrossover.cs" />
|
---|
[6716] | 204 | <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" />
|
---|
[4365] | 205 | <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" />
|
---|
[4369] | 206 | <Compile Include="Encodings\General\Manipulators\VRPManipulator.cs" />
|
---|
[4370] | 207 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveGenerator.cs" />
|
---|
| 208 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveOperator.cs" />
|
---|
| 209 | <Compile Include="Encodings\General\Moves\Interfaces\IVRPMove.cs" />
|
---|
[6772] | 210 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuMaker.cs" />
|
---|
| 211 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuChecker.cs" />
|
---|
[4370] | 212 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveEvaluator.cs" />
|
---|
| 213 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveGenerator.cs" />
|
---|
| 214 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveMaker.cs" />
|
---|
[4369] | 215 | <Compile Include="Encodings\General\Moves\VRPMoveGenerator.cs" />
|
---|
| 216 | <Compile Include="Encodings\General\Moves\VRPMoveOperator.cs" />
|
---|
| 217 | <Compile Include="Encodings\General\Moves\VRPMoveMaker.cs" />
|
---|
| 218 | <Compile Include="Encodings\General\Moves\VRPMoveEvaluator.cs" />
|
---|
[4365] | 219 | <Compile Include="Encodings\General\PermutationEncoding.cs" />
|
---|
[6093] | 220 | <Compile Include="Encodings\General\ShakingOperators\VehicleRoutingShakingOperator.cs" />
|
---|
[4365] | 221 | <Compile Include="Encodings\General\TourEncoding.cs" />
|
---|
[4379] | 222 | <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
|
---|
| 223 | <Compile Include="Encodings\GVR\GVREncoding.cs" />
|
---|
| 224 | <Compile Include="Encodings\GVR\IGVROperator.cs" />
|
---|
| 225 | <Compile Include="Encodings\GVR\Manipulators\GVRDisplacementManipulator.cs" />
|
---|
| 226 | <Compile Include="Encodings\GVR\Manipulators\GVRInsertionManipulator.cs" />
|
---|
| 227 | <Compile Include="Encodings\GVR\Manipulators\GVRInversionManipulator.cs" />
|
---|
| 228 | <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
|
---|
| 229 | <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
|
---|
[5127] | 230 | <Compile Include="Encodings\Potvin\Creators\PotvinCreator.cs" />
|
---|
[4376] | 231 | <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
|
---|
[6607] | 232 | <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
|
---|
[4376] | 233 | <Compile Include="Encodings\Potvin\Crossovers\PotvinRouteBasedCrossover.cs" />
|
---|
| 234 | <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
|
---|
| 235 | <Compile Include="Encodings\Potvin\IPotvinOperator.cs" />
|
---|
[6960] | 236 | <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseTwoLevelExchangeManipulator.cs" />
|
---|
| 237 | <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseOneLevelExchangeManipulator.cs" />
|
---|
[6857] | 238 | <Compile Include="Encodings\Potvin\Manipulators\PotvinVehicleAssignmentManipulator.cs" />
|
---|
[4376] | 239 | <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
|
---|
| 240 | <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
|
---|
| 241 | <Compile Include="Encodings\Potvin\Manipulators\PotvinOneLevelExchangeManipulator.cs" />
|
---|
| 242 | <Compile Include="Encodings\Potvin\Manipulators\PotvinTwoLevelExchangeManipulator.cs" />
|
---|
[5127] | 243 | <Compile Include="Encodings\General\Moves\VRPMoveAttribute.cs" />
|
---|
| 244 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuMaker.cs" />
|
---|
| 245 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationSingleMoveGenerator.cs" />
|
---|
| 246 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMultiMoveGenerator.cs" />
|
---|
| 247 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationExhaustiveMoveGenerator.cs" />
|
---|
| 248 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveEvaluator.cs" />
|
---|
| 249 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveMaker.cs" />
|
---|
| 250 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\IPotvinCustomerRelocationMoveOperator.cs" />
|
---|
| 251 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveAttribute.cs" />
|
---|
| 252 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuCriterion.cs" />
|
---|
[6773] | 253 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PotvinPDRelocateMoveAttribute.cs" />
|
---|
| 254 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\IPotvinPDExchangeMoveOperator.cs" />
|
---|
| 255 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeExhaustiveMoveGenerator.cs" />
|
---|
| 256 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMove.cs" />
|
---|
| 257 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveEvaluator.cs" />
|
---|
| 258 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveGenerator.cs" />
|
---|
| 259 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveMaker.cs" />
|
---|
| 260 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuCriterion.cs" />
|
---|
| 261 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuMaker.cs" />
|
---|
| 262 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMultiMoveGenerator.cs" />
|
---|
| 263 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeSingleMoveGenerator.cs" />
|
---|
| 264 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\IPotvinPDRearrangeMoveOperator.cs" />
|
---|
| 265 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeExhaustiveMoveGenerator.cs" />
|
---|
| 266 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMove.cs" />
|
---|
| 267 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveEvaluator.cs" />
|
---|
| 268 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveGenerator.cs" />
|
---|
| 269 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveMaker.cs" />
|
---|
| 270 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuCriterion.cs" />
|
---|
| 271 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuMaker.cs" />
|
---|
| 272 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMultiMoveGenerator.cs" />
|
---|
| 273 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeSingleMoveGenerator.cs" />
|
---|
| 274 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\IPotvinPDShiftMoveOperator.cs" />
|
---|
| 275 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuCriterion.cs" />
|
---|
| 276 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuMaker.cs" />
|
---|
| 277 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMultiMoveGenerator.cs" />
|
---|
| 278 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftSingleMoveGenerator.cs" />
|
---|
| 279 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftExhaustiveMoveGenerator.cs" />
|
---|
| 280 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveMaker.cs" />
|
---|
| 281 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveEvaluator.cs" />
|
---|
| 282 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveGenerator.cs" />
|
---|
| 283 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMove.cs" />
|
---|
[5127] | 284 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveEvaluator.cs" />
|
---|
| 285 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveGenerator.cs" />
|
---|
| 286 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveMaker.cs" />
|
---|
| 287 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveGenerator.cs" />
|
---|
| 288 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMove.cs" />
|
---|
[6857] | 289 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\IPotvinVehicleAssignmentMoveOperator.cs" />
|
---|
| 290 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuCriterion.cs" />
|
---|
| 291 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuMaker.cs" />
|
---|
| 292 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentExhaustiveMoveGenerator.cs" />
|
---|
| 293 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMove.cs" />
|
---|
| 294 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveAttribute.cs" />
|
---|
| 295 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveEvaluator.cs" />
|
---|
| 296 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveGenerator.cs" />
|
---|
| 297 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveMaker.cs" />
|
---|
| 298 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMultiMoveGenerator.cs" />
|
---|
| 299 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentSingleMoveGenerator.cs" />
|
---|
[4376] | 300 | <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
|
---|
[4379] | 301 | <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
|
---|
| 302 | <Compile Include="Encodings\Prins\Crossovers\PrinsPermutationCrossover.cs" />
|
---|
| 303 | <Compile Include="Encodings\Prins\IPrinsOperator.cs" />
|
---|
| 304 | <Compile Include="Encodings\Prins\Manipulators\PrinsExhaustiveLSManipulator.cs" />
|
---|
| 305 | <Compile Include="Encodings\Prins\Manipulators\PrinsLSManipulator.cs" />
|
---|
| 306 | <Compile Include="Encodings\Prins\Manipulators\PrinsManipulator.cs" />
|
---|
| 307 | <Compile Include="Encodings\Prins\Manipulators\PrinsPermutationManipulator.cs" />
|
---|
| 308 | <Compile Include="Encodings\Prins\Manipulators\PrinsStochasticLSManipulator.cs" />
|
---|
| 309 | <Compile Include="Encodings\Prins\PrinsEncoding.cs" />
|
---|
[4362] | 310 | <Compile Include="Encodings\VRPOperator.cs" />
|
---|
[4379] | 311 | <Compile Include="Encodings\Zhu\Crossovers\ZhuCrossover.cs" />
|
---|
| 312 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover1.cs" />
|
---|
| 313 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover2.cs" />
|
---|
| 314 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover1.cs" />
|
---|
| 315 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover2.cs" />
|
---|
| 316 | <Compile Include="Encodings\Zhu\Crossovers\ZhuPermutationCrossover.cs" />
|
---|
| 317 | <Compile Include="Encodings\Zhu\IZhuOperator.cs" />
|
---|
| 318 | <Compile Include="Encodings\Zhu\Manipulators\ZhuManipulator.cs" />
|
---|
| 319 | <Compile Include="Encodings\Zhu\Manipulators\ZhuPermutationManipulator.cs" />
|
---|
| 320 | <Compile Include="Encodings\Zhu\ZhuEncoding.cs" />
|
---|
[4365] | 321 | <Compile Include="Interfaces\IMultiVRPOperator.cs" />
|
---|
| 322 | <Compile Include="Interfaces\IVRPManipulator.cs" />
|
---|
| 323 | <Compile Include="Interfaces\IVRPCrossover.cs" />
|
---|
[4362] | 324 | <Compile Include="Interfaces\IVRPEvaluator.cs" />
|
---|
| 325 | <Compile Include="Interfaces\IVRPCreator.cs" />
|
---|
[4369] | 326 | <Compile Include="Interfaces\IVRPMoveOperator.cs" />
|
---|
[6093] | 327 | <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
|
---|
[4362] | 328 | <Compile Include="Interfaces\IVRPOperator.cs" />
|
---|
| 329 | <Compile Include="Interfaces\IVRPEncoding.cs" />
|
---|
| 330 | <Compile Include="Interfaces\IVRPProblemInstance.cs" />
|
---|
[7088] | 331 | <Compile Include="Plugin.cs" />
|
---|
[6851] | 332 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPEvaluator.cs" />
|
---|
| 333 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPProblemInstance.cs" />
|
---|
[6856] | 334 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWEvaluator.cs" />
|
---|
| 335 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWProblemInstance.cs" />
|
---|
[6854] | 336 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWEvaluator.cs" />
|
---|
| 337 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWProblemInstance.cs" />
|
---|
[6851] | 338 | <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPProblemInstance.cs" />
|
---|
| 339 | <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPEvaluator.cs" />
|
---|
[6710] | 340 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWProblemInstance.cs" />
|
---|
| 341 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluation.cs" />
|
---|
| 342 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluator.cs" />
|
---|
[6851] | 343 | <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPEvaluator.cs" />
|
---|
[8346] | 344 | <Compile Include="SimilarityCalculators\VRPSimilarityCalculator.cs" />
|
---|
[4860] | 345 | <Compile Include="SolutionParser.cs" />
|
---|
[4363] | 346 | <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedProblemInstance.cs" />
|
---|
| 347 | <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedOperator.cs" />
|
---|
[4376] | 348 | <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedOperator.cs" />
|
---|
| 349 | <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedProblemInstance.cs" />
|
---|
| 350 | <Compile Include="Variants\Capacitated\ICapacitatedProblemInstance.cs" />
|
---|
| 351 | <Compile Include="Variants\Capacitated\ICapacitatedOperator.cs" />
|
---|
[4365] | 352 | <Compile Include="Variants\General\IGeneralVRPOperator.cs" />
|
---|
[6851] | 353 | <Compile Include="Variants\MultiDepot\IMultiDepotOperator.cs" />
|
---|
| 354 | <Compile Include="Variants\MultiDepot\IMultiDepotProblemInstance.cs" />
|
---|
[6710] | 355 | <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryOperator.cs" />
|
---|
| 356 | <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryProblemInstance.cs" />
|
---|
[4363] | 357 | <Compile Include="Variants\SingleDepot\ISingleDepotOperator.cs" />
|
---|
| 358 | <Compile Include="Variants\SingleDepot\ISingleDepotProblemInstance.cs" />
|
---|
| 359 | <Compile Include="Variants\TimeWindowed\ITimeWindowedProblemInstance.cs" />
|
---|
| 360 | <Compile Include="Variants\TimeWindowed\ITimeWindowedOperator.cs" />
|
---|
| 361 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWProblemInstance.cs" />
|
---|
| 362 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPProblemInstance.cs" />
|
---|
| 363 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluation.cs" />
|
---|
| 364 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluation.cs" />
|
---|
| 365 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluator.cs" />
|
---|
| 366 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluator.cs" />
|
---|
| 367 | <Compile Include="ProblemInstances\VRPEvaluator.cs" />
|
---|
| 368 | <Compile Include="ProblemInstances\VRPEvaluation.cs" />
|
---|
| 369 | <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPProblemInstance.cs" />
|
---|
[4362] | 370 | <Compile Include="ProblemInstances\VRPProblemInstance.cs" />
|
---|
[4363] | 371 | <Compile Include="Encodings\Tour.cs" />
|
---|
[4360] | 372 | <Compile Include="VehicleRoutingProblem.cs" />
|
---|
| 373 | </ItemGroup>
|
---|
| 374 | <ItemGroup>
|
---|
[7088] | 375 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4360] | 376 | <None Include="HeuristicLab.snk" />
|
---|
[7088] | 377 | <None Include="Plugin.cs.frame" />
|
---|
[4360] | 378 | </ItemGroup>
|
---|
| 379 | <ItemGroup>
|
---|
| 380 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 381 | <Visible>False</Visible>
|
---|
| 382 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 383 | <Install>false</Install>
|
---|
| 384 | </BootstrapperPackage>
|
---|
| 385 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 386 | <Visible>False</Visible>
|
---|
| 387 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 388 | <Install>true</Install>
|
---|
| 389 | </BootstrapperPackage>
|
---|
| 390 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 391 | <Visible>False</Visible>
|
---|
| 392 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 393 | <Install>true</Install>
|
---|
| 394 | </BootstrapperPackage>
|
---|
| 395 | </ItemGroup>
|
---|
[7900] | 396 | <ItemGroup>
|
---|
| 397 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 398 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 399 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 400 | <Private>False</Private>
|
---|
| 401 | </ProjectReference>
|
---|
| 402 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 403 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 404 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 405 | <Private>False</Private>
|
---|
| 406 | </ProjectReference>
|
---|
| 407 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 408 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 409 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 410 | <Private>False</Private>
|
---|
| 411 | </ProjectReference>
|
---|
| 412 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 413 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 414 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 415 | <Private>False</Private>
|
---|
| 416 | </ProjectReference>
|
---|
| 417 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 418 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 419 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 420 | <Private>False</Private>
|
---|
| 421 | </ProjectReference>
|
---|
| 422 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 423 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 424 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 425 | <Private>False</Private>
|
---|
| 426 | </ProjectReference>
|
---|
| 427 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 428 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 429 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 430 | <Private>False</Private>
|
---|
| 431 | </ProjectReference>
|
---|
| 432 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 433 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 434 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 435 | <Private>False</Private>
|
---|
| 436 | </ProjectReference>
|
---|
| 437 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
|
---|
| 438 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
| 439 | <Name>HeuristicLab.Optimization.Operators-3.3</Name>
|
---|
| 440 | <Private>False</Private>
|
---|
| 441 | </ProjectReference>
|
---|
| 442 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 443 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 444 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 445 | <Private>False</Private>
|
---|
| 446 | </ProjectReference>
|
---|
| 447 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 448 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 449 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 450 | <Private>False</Private>
|
---|
| 451 | </ProjectReference>
|
---|
| 452 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 453 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 454 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 455 | <Private>False</Private>
|
---|
| 456 | </ProjectReference>
|
---|
| 457 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 458 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 459 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 460 | <Private>False</Private>
|
---|
| 461 | </ProjectReference>
|
---|
| 462 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 463 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 464 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 465 | <Private>False</Private>
|
---|
| 466 | </ProjectReference>
|
---|
| 467 | </ItemGroup>
|
---|
[4360] | 468 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 469 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 470 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 471 | <Target Name="BeforeBuild">
|
---|
| 472 | </Target>
|
---|
| 473 | <Target Name="AfterBuild">
|
---|
| 474 | </Target>
|
---|
| 475 | -->
|
---|
| 476 | <PropertyGroup>
|
---|
[8894] | 477 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[4360] | 478 | set ProjectDir=$(ProjectDir)
|
---|
| 479 | set SolutionDir=$(SolutionDir)
|
---|
| 480 | set Outdir=$(Outdir)
|
---|
| 481 |
|
---|
[7088] | 482 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8894] | 483 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 484 | export ProjectDir=$(ProjectDir)
|
---|
| 485 | export SolutionDir=$(SolutionDir)
|
---|
| 486 |
|
---|
| 487 | $SolutionDir/PreBuildEvent.sh
|
---|
| 488 | </PreBuildEvent>
|
---|
[4360] | 489 | </PropertyGroup>
|
---|
[6970] | 490 | <PropertyGroup>
|
---|
[7088] | 491 | <PostBuildEvent>
|
---|
| 492 | </PostBuildEvent>
|
---|
[6970] | 493 | </PropertyGroup>
|
---|
[4360] | 494 | </Project> |
---|