[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[3920] | 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>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.VehicleRouting</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.VehicleRouting-3.3</AssemblyName>
|
---|
| 13 | <SignAssembly>true</SignAssembly>
|
---|
| 14 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 15 | <FileUpgradeFlags>
|
---|
| 16 | </FileUpgradeFlags>
|
---|
[4065] | 17 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
[3920] | 18 | <UpgradeBackupLocation>
|
---|
| 19 | </UpgradeBackupLocation>
|
---|
[6042] | 20 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 21 | <TargetFrameworkProfile>
|
---|
| 22 | </TargetFrameworkProfile>
|
---|
[4065] | 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3920] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
| 43 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
| 47 | <DocumentationFile>
|
---|
| 48 | </DocumentationFile>
|
---|
[4065] | 49 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <Optimize>true</Optimize>
|
---|
| 54 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 55 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 56 | <ErrorReport>prompt</ErrorReport>
|
---|
| 57 | <WarningLevel>4</WarningLevel>
|
---|
| 58 | <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting-3.3.xml</DocumentationFile>
|
---|
| 59 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[4065] | 60 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 61 | </PropertyGroup>
|
---|
| 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 63 | <DebugSymbols>true</DebugSymbols>
|
---|
| 64 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 65 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 66 | <DebugType>full</DebugType>
|
---|
| 67 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 69 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 72 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 74 | <DocumentationFile>bin\x86\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile>
|
---|
| 75 | <Optimize>true</Optimize>
|
---|
| 76 | <DebugType>pdbonly</DebugType>
|
---|
| 77 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 78 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 80 | </PropertyGroup>
|
---|
| 81 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 82 | <DebugSymbols>true</DebugSymbols>
|
---|
| 83 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 84 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 85 | <DebugType>full</DebugType>
|
---|
| 86 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 87 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 88 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 91 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
|
---|
| 94 | <Optimize>true</Optimize>
|
---|
| 95 | <DebugType>pdbonly</DebugType>
|
---|
| 96 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 97 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 98 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3920] | 99 | </PropertyGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <Reference Include="System" />
|
---|
| 102 | <Reference Include="System.Core">
|
---|
| 103 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="System.Data" />
|
---|
| 106 | <Reference Include="System.Drawing" />
|
---|
| 107 | <Reference Include="System.Xml" />
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
[4352] | 110 | <Compile Include="Analyzers\BestAverageWorstVRPToursAnalyzer.cs" />
|
---|
| 111 | <Compile Include="Analyzers\BestAverageWorstVRPToursCalculator.cs" />
|
---|
| 112 | <Compile Include="Analyzers\BestVRPToursMemorizer.cs" />
|
---|
[3938] | 113 | <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" />
|
---|
[6760] | 114 | <Compile Include="Encodings\Alba\LocalImprovement\AlbaLambdaInterchangeLocalImprovementOperator.cs" />
|
---|
| 115 | <Compile Include="Encodings\General\Creators\IterativeInsertionCreator.cs" />
|
---|
| 116 | <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
|
---|
| 117 | <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
|
---|
[6042] | 118 | <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
|
---|
| 119 | <Compile Include="ShakingOperators\VehicleRoutingShakingOperator.cs" />
|
---|
[4619] | 120 | <Compile Include="SolutionParser.cs" />
|
---|
[4352] | 121 | <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
|
---|
| 122 | <Compile Include="Encodings\Alba\Manipulators\AlbaIntraRouteInversionManipulator.cs" />
|
---|
| 123 | <Compile Include="Encodings\Alba\Manipulators\AlbaLambdaInterchangeManipulator.cs" />
|
---|
[4204] | 124 | <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaLambdaInterchangeMoveOperator.cs" />
|
---|
[4206] | 125 | <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaIntraRouteInversionMoveOperator.cs" />
|
---|
[4352] | 126 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInversionManipulator.cs" />
|
---|
| 127 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerSwapManipulator.cs" />
|
---|
| 128 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInsertionManipulator.cs" />
|
---|
| 129 | <Compile Include="Encodings\Alba\Manipulators\AlbaPermutationManipulator.cs" />
|
---|
| 130 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaExhaustiveLambdaInterchangeMoveGenerator.cs" />
|
---|
| 131 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMove.cs" />
|
---|
| 132 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveGenerator.cs" />
|
---|
| 133 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveEvaluator.cs" />
|
---|
| 134 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveMaker.cs" />
|
---|
| 135 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs" />
|
---|
| 136 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs" />
|
---|
| 137 | <Compile Include="Encodings\Alba\Moves\AlbaPermutationMoveOperator.cs" />
|
---|
| 138 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs" />
|
---|
| 139 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs" />
|
---|
| 140 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveGenerator.cs" />
|
---|
| 141 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionEvaluator.cs" />
|
---|
| 142 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaExhaustiveIntraRouteInversionMoveGenerator.cs" />
|
---|
| 143 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveMaker.cs" />
|
---|
| 144 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMove.cs" />
|
---|
| 145 | <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" />
|
---|
| 146 | <Compile Include="Encodings\General\PermutationEncoding.cs" />
|
---|
| 147 | <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
|
---|
| 148 | <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" />
|
---|
| 149 | <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" />
|
---|
[4183] | 150 | <Compile Include="Encodings\General\Creators\RandomCreator.cs" />
|
---|
[4205] | 151 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveGenerator.cs" />
|
---|
| 152 | <Compile Include="Encodings\General\Moves\Interfaces\IVRPMove.cs" />
|
---|
| 153 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveOperator.cs" />
|
---|
| 154 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveEvaluator.cs" />
|
---|
| 155 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveMaker.cs" />
|
---|
| 156 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveGenerator.cs" />
|
---|
[4352] | 157 | <Compile Include="Encodings\General\TourEncoding.cs" />
|
---|
| 158 | <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
|
---|
| 159 | <Compile Include="Encodings\GVR\GVREncoding.cs" />
|
---|
| 160 | <Compile Include="Encodings\GVR\Manipulators\GVRDisplacementManipulator.cs" />
|
---|
| 161 | <Compile Include="Encodings\GVR\Manipulators\GVRInsertionManipulator.cs" />
|
---|
| 162 | <Compile Include="Encodings\GVR\Manipulators\GVRInversionManipulator.cs" />
|
---|
| 163 | <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
|
---|
| 164 | <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
|
---|
| 165 | <Compile Include="Encodings\Potvin\Crossovers\PotvinRouteBasedCrossover.cs" />
|
---|
| 166 | <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
|
---|
[4174] | 167 | <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
|
---|
[4352] | 168 | <Compile Include="Encodings\Potvin\Manipulators\PotvinTwoLevelExchangeManipulator.cs" />
|
---|
| 169 | <Compile Include="Encodings\Potvin\Manipulators\PotvinOneLevelExchangeManipulator.cs" />
|
---|
[4174] | 170 | <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
|
---|
[4352] | 171 | <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
|
---|
| 172 | <Compile Include="Encodings\Prins\Crossovers\PrinsPermutationCrossover.cs" />
|
---|
| 173 | <Compile Include="Encodings\Prins\Interfaces\IPrinsOperator.cs" />
|
---|
| 174 | <Compile Include="Encodings\Prins\Manipulators\PrinsStochasticLSManipulator.cs" />
|
---|
| 175 | <Compile Include="Encodings\Prins\Manipulators\PrinsExhaustiveLSManipulator.cs" />
|
---|
| 176 | <Compile Include="Encodings\Prins\Manipulators\PrinsLSManipulator.cs" />
|
---|
| 177 | <Compile Include="Encodings\Prins\Manipulators\PrinsManipulator.cs" />
|
---|
| 178 | <Compile Include="Encodings\Prins\Manipulators\PrinsPermutationManipulator.cs" />
|
---|
| 179 | <Compile Include="Encodings\Prins\PrinsEncoding.cs" />
|
---|
| 180 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover2.cs" />
|
---|
| 181 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover1.cs" />
|
---|
| 182 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover2.cs" />
|
---|
| 183 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover1.cs" />
|
---|
| 184 | <Compile Include="Encodings\Zhu\Crossovers\ZhuCrossover.cs" />
|
---|
| 185 | <Compile Include="Encodings\Zhu\Crossovers\ZhuPermutationCrossover.cs" />
|
---|
| 186 | <Compile Include="Encodings\Zhu\Manipulators\ZhuPermutationManipulator.cs" />
|
---|
| 187 | <Compile Include="Encodings\Zhu\Manipulators\ZhuManipulator.cs" />
|
---|
| 188 | <Compile Include="Encodings\Zhu\ZhuEncoding.cs" />
|
---|
[4177] | 189 | <Compile Include="Interfaces\IVRPMoveMaker.cs" />
|
---|
[4352] | 190 | <Compile Include="ORLIBParser.cs" />
|
---|
| 191 | <Compile Include="TSPLIBParser.cs" />
|
---|
[4154] | 192 | <Compile Include="VRPUtilities.cs" />
|
---|
| 193 | <Compile Include="VRPOperator.cs" />
|
---|
[4183] | 194 | <Compile Include="Encodings\General\Creators\PushForwardInsertionCreator.cs" />
|
---|
| 195 | <Compile Include="Encodings\General\Creators\DefaultRepresentationCreator.cs" />
|
---|
[4150] | 196 | <Compile Include="Encodings\Alba\Crossovers\AlbaCrossover.cs" />
|
---|
[4204] | 197 | <Compile Include="Encodings\Alba\Moves\Interfaces\IAlbaTranslocationMoveOperator.cs" />
|
---|
[4150] | 198 | <Compile Include="Encodings\Alba\Manipulators\AlbaManipulator.cs" />
|
---|
[3938] | 199 | <Compile Include="Encodings\Alba\Moves\AlbaMoveOperator.cs" />
|
---|
| 200 | <Compile Include="Encodings\Alba\Moves\AlbaMoveMaker.cs" />
|
---|
[4352] | 201 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveGenerator.cs" />
|
---|
| 202 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveMaker.cs" />
|
---|
| 203 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveTabuMaker.cs" />
|
---|
| 204 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveSoftTabuCriterion.cs" />
|
---|
| 205 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveHardTabuCriterion.cs" />
|
---|
[4150] | 206 | <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
|
---|
[3938] | 207 | <Compile Include="Encodings\VRPMoveOperator.cs" />
|
---|
| 208 | <Compile Include="Encodings\VRPCrossover.cs" />
|
---|
| 209 | <Compile Include="Encodings\VRPCreator.cs" />
|
---|
| 210 | <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
|
---|
| 211 | <Compile Include="Encodings\Tour.cs" />
|
---|
| 212 | <Compile Include="Encodings\VRPManipulator.cs" />
|
---|
| 213 | <Compile Include="Evaluators\VRPEvaluator.cs" />
|
---|
[3920] | 214 | <Compile Include="HeuristicLabProblemsVehicleRoutingPlugin.cs" />
|
---|
[3938] | 215 | <Compile Include="Interfaces\IVRPCrossover.cs" />
|
---|
| 216 | <Compile Include="Interfaces\IVRPEncoding.cs" />
|
---|
| 217 | <Compile Include="Interfaces\IVRPEvaluator.cs" />
|
---|
| 218 | <Compile Include="Interfaces\IVRPManipulator.cs" />
|
---|
| 219 | <Compile Include="Interfaces\IVRPMoveEvaluator.cs" />
|
---|
| 220 | <Compile Include="Interfaces\IVRPMoveOperator.cs" />
|
---|
| 221 | <Compile Include="Interfaces\IVRPCreator.cs" />
|
---|
| 222 | <Compile Include="Interfaces\IVRPOperator.cs" />
|
---|
[4352] | 223 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveEvaluator.cs" />
|
---|
[3938] | 224 | <Compile Include="MoveEvaluators\VRPMoveEvaluator.cs" />
|
---|
| 225 | <Compile Include="VRPSolution.cs" />
|
---|
[3920] | 226 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[3938] | 227 | <Compile Include="SolomonParser.cs" />
|
---|
| 228 | <Compile Include="VehicleRoutingProblem.cs" />
|
---|
[3920] | 229 | </ItemGroup>
|
---|
| 230 | <ItemGroup>
|
---|
[4352] | 231 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 232 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 233 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 234 | </ProjectReference>
|
---|
[3920] | 235 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 236 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 237 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 238 | </ProjectReference>
|
---|
| 239 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 240 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 241 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 242 | </ProjectReference>
|
---|
| 243 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 244 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 245 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 246 | </ProjectReference>
|
---|
| 247 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 248 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 249 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 250 | </ProjectReference>
|
---|
| 251 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 252 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 253 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 254 | </ProjectReference>
|
---|
| 255 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 256 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 257 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 258 | </ProjectReference>
|
---|
| 259 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 260 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 261 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 262 | </ProjectReference>
|
---|
[3938] | 263 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
|
---|
| 264 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
| 265 | <Name>HeuristicLab.Optimization.Operators-3.3</Name>
|
---|
| 266 | </ProjectReference>
|
---|
[3920] | 267 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 268 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 269 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 270 | </ProjectReference>
|
---|
| 271 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 272 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 273 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 274 | </ProjectReference>
|
---|
| 275 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 276 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 277 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 278 | </ProjectReference>
|
---|
| 279 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 280 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 281 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 282 | </ProjectReference>
|
---|
| 283 | </ItemGroup>
|
---|
| 284 | <ItemGroup>
|
---|
| 285 | <None Include="HeuristicLab.snk" />
|
---|
| 286 | <None Include="HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" />
|
---|
| 287 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 288 | </ItemGroup>
|
---|
[4065] | 289 | <ItemGroup>
|
---|
| 290 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 291 | <Visible>False</Visible>
|
---|
| 292 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 293 | <Install>false</Install>
|
---|
| 294 | </BootstrapperPackage>
|
---|
| 295 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 296 | <Visible>False</Visible>
|
---|
| 297 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 298 | <Install>true</Install>
|
---|
| 299 | </BootstrapperPackage>
|
---|
| 300 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 301 | <Visible>False</Visible>
|
---|
| 302 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 303 | <Install>true</Install>
|
---|
| 304 | </BootstrapperPackage>
|
---|
| 305 | </ItemGroup>
|
---|
[4174] | 306 | <ItemGroup />
|
---|
[3920] | 307 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 308 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 309 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 310 | <Target Name="BeforeBuild">
|
---|
| 311 | </Target>
|
---|
| 312 | <Target Name="AfterBuild">
|
---|
| 313 | </Target>
|
---|
| 314 | -->
|
---|
| 315 | <PropertyGroup>
|
---|
| 316 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 317 | set ProjectDir=$(ProjectDir)
|
---|
| 318 | set SolutionDir=$(SolutionDir)
|
---|
| 319 | set Outdir=$(Outdir)
|
---|
| 320 |
|
---|
| 321 | call PreBuildEvent.cmd
|
---|
| 322 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs"</PreBuildEvent>
|
---|
| 323 | </PropertyGroup>
|
---|
| 324 | </Project> |
---|