Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj @ 7900

Last change on this file since 7900 was 7900, checked in by svonolfe, 12 years ago

VRP 3.4 trunk integration (#1177)

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