[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>
|
---|
[7088] | 42 | <OutputPath>..\..\..\..\trunk\sources\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>
|
---|
[7090] | 53 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4360] | 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>
|
---|
[7090] | 63 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4360] | 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' ">
|
---|
[7090] | 71 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4360] | 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>
|
---|
[7090] | 82 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4360] | 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' ">
|
---|
[7090] | 90 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4360] | 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>
|
---|
[6970] | 100 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[7088] | 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
[6970] | 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[7088] | 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
[6970] | 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[7088] | 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 110 | <Private>False</Private>
|
---|
[6970] | 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[7088] | 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
[6970] | 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[7088] | 117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 118 | <Private>False</Private>
|
---|
[6970] | 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[7088] | 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 122 | <Private>False</Private>
|
---|
[6970] | 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[7088] | 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 126 | <Private>False</Private>
|
---|
[6970] | 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[7088] | 129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 130 | <Private>False</Private>
|
---|
[6970] | 131 | </Reference>
|
---|
| 132 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[7088] | 133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 134 | <Private>False</Private>
|
---|
[6970] | 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[7088] | 137 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 138 | <Private>False</Private>
|
---|
[6970] | 139 | </Reference>
|
---|
| 140 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[7088] | 141 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 142 | <Private>False</Private>
|
---|
[6970] | 143 | </Reference>
|
---|
| 144 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[7088] | 145 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 146 | <Private>False</Private>
|
---|
[6970] | 147 | </Reference>
|
---|
| 148 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[7088] | 149 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 150 | <Private>False</Private>
|
---|
[6970] | 151 | </Reference>
|
---|
[4360] | 152 | <Reference Include="System" />
|
---|
| 153 | <Reference Include="System.Core">
|
---|
| 154 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 155 | </Reference>
|
---|
| 156 | <Reference Include="System.Data" />
|
---|
| 157 | <Reference Include="System.Drawing" />
|
---|
| 158 | <Reference Include="System.Xml" />
|
---|
| 159 | </ItemGroup>
|
---|
| 160 | <ItemGroup>
|
---|
[4374] | 161 | <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursAnalyzer.cs" />
|
---|
| 162 | <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursCalculator.cs" />
|
---|
| 163 | <Compile Include="Analyzer\BestAverageWorstTours\BestVRPToursMemorizer.cs" />
|
---|
| 164 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursAnalyzer.cs" />
|
---|
| 165 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursCalculator.cs" />
|
---|
| 166 | <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestCapacitatedVRPToursMemorizer.cs" />
|
---|
[6710] | 167 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursAnalyzer.cs" />
|
---|
| 168 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursCalculator.cs" />
|
---|
| 169 | <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestPickupAndDeliveryVRPToursMemorizer.cs" />
|
---|
[4374] | 170 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursAnalyzer.cs" />
|
---|
| 171 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursCalculator.cs" />
|
---|
| 172 | <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestTimeWindowedVRPToursMemorizer.cs" />
|
---|
| 173 | <Compile Include="Analyzer\BestSolution\BestVRPSolutionAnalyzer.cs" />
|
---|
| 174 | <Compile Include="Analyzer\BestSolution\Capacitated\BestCapacitatedVRPSolutionAnalyzer.cs" />
|
---|
[6710] | 175 | <Compile Include="Analyzer\BestSolution\PickupAndDelivery\BestPickupAndDeliveryVRPSolutionAnalyzer.cs" />
|
---|
[4374] | 176 | <Compile Include="Analyzer\BestSolution\TimeWindowed\BestTimeWindowedVRPSolutionAnalyzer.cs" />
|
---|
[6711] | 177 | <Compile Include="Analyzer\ConstraintRelaxation\Capacitated\CapacityRelaxationVRPAnalyzer.cs" />
|
---|
| 178 | <Compile Include="Analyzer\ConstraintRelaxation\PickupAndDelivery\PickupViolationsRelaxationVRPAnalyzer.cs" />
|
---|
| 179 | <Compile Include="Analyzer\ConstraintRelaxation\TimeWindowed\TimeWindowRelaxationVRPAnalyzer.cs" />
|
---|
[4374] | 180 | <Compile Include="Analyzer\VRPSolution.cs" />
|
---|
[7689] | 181 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\IPotvinOnePointCrossoverMoveOperator.cs" />
|
---|
| 182 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverExhaustiveMoveGenerator.cs" />
|
---|
| 183 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMove.cs" />
|
---|
| 184 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveAttribute.cs" />
|
---|
| 185 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveEvaluator.cs" />
|
---|
| 186 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveGenerator.cs" />
|
---|
| 187 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveMaker.cs" />
|
---|
| 188 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveTabuCriterion.cs" />
|
---|
| 189 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMoveTabuMaker.cs" />
|
---|
| 190 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverMultiMoveGenerator.cs" />
|
---|
| 191 | <Compile Include="Encodings\Potvin\Moves\OnePointCrossover\PotvinOnePointCrossoverSingleMoveGenerator.cs" />
|
---|
[7088] | 192 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4365] | 193 | <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
|
---|
[4362] | 194 | <Compile Include="Encodings\Alba\Creators\DefaultRepresentationCreator.cs" />
|
---|
| 195 | <Compile Include="Encodings\Alba\Creators\RandomCreator.cs" />
|
---|
| 196 | <Compile Include="Encodings\Alba\Creators\AlbaCreator.cs" />
|
---|
[4369] | 197 | <Compile Include="Encodings\Alba\IAlbaOperator.cs" />
|
---|
[4365] | 198 | <Compile Include="Encodings\Alba\Crossovers\AlbaCrossover.cs" />
|
---|
| 199 | <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
|
---|
[6607] | 200 | <Compile Include="Encodings\Alba\LocalImprovement\AlbaLambdaInterchangeLocalImprovementOperator.cs" />
|
---|
[4365] | 201 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInsertionManipulator.cs" />
|
---|
| 202 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInversionManipulator.cs" />
|
---|
| 203 | <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerSwapManipulator.cs" />
|
---|
| 204 | <Compile Include="Encodings\Alba\Manipulators\AlbaIntraRouteInversionManipulator.cs" />
|
---|
| 205 | <Compile Include="Encodings\Alba\Manipulators\AlbaLambdaInterchangeManipulator.cs" />
|
---|
| 206 | <Compile Include="Encodings\Alba\Manipulators\AlbaManipulator.cs" />
|
---|
| 207 | <Compile Include="Encodings\Alba\Manipulators\AlbaPermutationManipulator.cs" />
|
---|
[4369] | 208 | <Compile Include="Encodings\Alba\Moves\AlbaMoveEvaluator.cs" />
|
---|
| 209 | <Compile Include="Encodings\Alba\Moves\AlbaMoveMaker.cs" />
|
---|
| 210 | <Compile Include="Encodings\Alba\Moves\AlbaMoveGenerator.cs" />
|
---|
[4370] | 211 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaExhaustiveIntraRouteInversionMoveGenerator.cs" />
|
---|
| 212 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionEvaluator.cs" />
|
---|
| 213 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMove.cs" />
|
---|
| 214 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveGenerator.cs" />
|
---|
| 215 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveMaker.cs" />
|
---|
| 216 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs" />
|
---|
| 217 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs" />
|
---|
| 218 | <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\IAlbaIntraRouteInversionMoveOperator.cs" />
|
---|
| 219 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaExhaustiveLambdaInterchangeMoveGenerator.cs" />
|
---|
| 220 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMove.cs" />
|
---|
| 221 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveEvaluator.cs" />
|
---|
| 222 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveGenerator.cs" />
|
---|
| 223 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveMaker.cs" />
|
---|
| 224 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs" />
|
---|
| 225 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs" />
|
---|
| 226 | <Compile Include="Encodings\Alba\Moves\LambdaInterchange\IAlbaLambdaInterchangeMoveOperator.cs" />
|
---|
[4383] | 227 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMove.cs" />
|
---|
[4369] | 228 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveEvaluator.cs" />
|
---|
| 229 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveGenerator.cs" />
|
---|
[4370] | 230 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveHardTabuCriterion.cs" />
|
---|
[4369] | 231 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveMaker.cs" />
|
---|
[4370] | 232 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveSoftTabuCriterion.cs" />
|
---|
| 233 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveTabuMaker.cs" />
|
---|
[4383] | 234 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaStochasticTranslocationSingleMoveGenerator.cs" />
|
---|
[4369] | 235 | <Compile Include="Encodings\Alba\Moves\ThreeOpt\IAlbaTranslocationMoveOperator.cs" />
|
---|
[6857] | 236 | <Compile Include="Encodings\Potvin\Creators\IterativeInsertionCreator.cs" />
|
---|
| 237 | <Compile Include="Encodings\Potvin\Creators\PushForwardInsertionCreator.cs" />
|
---|
[4365] | 238 | <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
|
---|
[4369] | 239 | <Compile Include="Encodings\General\Creators\VRPCreator.cs" />
|
---|
[6716] | 240 | <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" />
|
---|
[4365] | 241 | <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" />
|
---|
| 242 | <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" />
|
---|
[4369] | 243 | <Compile Include="Encodings\General\Crossovers\VRPCrossover.cs" />
|
---|
[6716] | 244 | <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" />
|
---|
[4365] | 245 | <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" />
|
---|
[4369] | 246 | <Compile Include="Encodings\General\Manipulators\VRPManipulator.cs" />
|
---|
[4370] | 247 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveGenerator.cs" />
|
---|
| 248 | <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveOperator.cs" />
|
---|
| 249 | <Compile Include="Encodings\General\Moves\Interfaces\IVRPMove.cs" />
|
---|
[6772] | 250 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuMaker.cs" />
|
---|
| 251 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuChecker.cs" />
|
---|
[4370] | 252 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveEvaluator.cs" />
|
---|
| 253 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveGenerator.cs" />
|
---|
| 254 | <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveMaker.cs" />
|
---|
[4369] | 255 | <Compile Include="Encodings\General\Moves\VRPMoveGenerator.cs" />
|
---|
| 256 | <Compile Include="Encodings\General\Moves\VRPMoveOperator.cs" />
|
---|
| 257 | <Compile Include="Encodings\General\Moves\VRPMoveMaker.cs" />
|
---|
| 258 | <Compile Include="Encodings\General\Moves\VRPMoveEvaluator.cs" />
|
---|
[4365] | 259 | <Compile Include="Encodings\General\PermutationEncoding.cs" />
|
---|
[6093] | 260 | <Compile Include="Encodings\General\ShakingOperators\VehicleRoutingShakingOperator.cs" />
|
---|
[4365] | 261 | <Compile Include="Encodings\General\TourEncoding.cs" />
|
---|
[4379] | 262 | <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
|
---|
| 263 | <Compile Include="Encodings\GVR\GVREncoding.cs" />
|
---|
| 264 | <Compile Include="Encodings\GVR\IGVROperator.cs" />
|
---|
| 265 | <Compile Include="Encodings\GVR\Manipulators\GVRDisplacementManipulator.cs" />
|
---|
| 266 | <Compile Include="Encodings\GVR\Manipulators\GVRInsertionManipulator.cs" />
|
---|
| 267 | <Compile Include="Encodings\GVR\Manipulators\GVRInversionManipulator.cs" />
|
---|
| 268 | <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
|
---|
| 269 | <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
|
---|
[5127] | 270 | <Compile Include="Encodings\Potvin\Creators\PotvinCreator.cs" />
|
---|
[4376] | 271 | <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
|
---|
[6607] | 272 | <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
|
---|
[4376] | 273 | <Compile Include="Encodings\Potvin\Crossovers\PotvinRouteBasedCrossover.cs" />
|
---|
| 274 | <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
|
---|
| 275 | <Compile Include="Encodings\Potvin\IPotvinOperator.cs" />
|
---|
[6960] | 276 | <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseTwoLevelExchangeManipulator.cs" />
|
---|
| 277 | <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseOneLevelExchangeManipulator.cs" />
|
---|
[6857] | 278 | <Compile Include="Encodings\Potvin\Manipulators\PotvinVehicleAssignmentManipulator.cs" />
|
---|
[4376] | 279 | <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
|
---|
| 280 | <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
|
---|
| 281 | <Compile Include="Encodings\Potvin\Manipulators\PotvinOneLevelExchangeManipulator.cs" />
|
---|
| 282 | <Compile Include="Encodings\Potvin\Manipulators\PotvinTwoLevelExchangeManipulator.cs" />
|
---|
[5127] | 283 | <Compile Include="Encodings\General\Moves\VRPMoveAttribute.cs" />
|
---|
| 284 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuMaker.cs" />
|
---|
| 285 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationSingleMoveGenerator.cs" />
|
---|
| 286 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMultiMoveGenerator.cs" />
|
---|
| 287 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationExhaustiveMoveGenerator.cs" />
|
---|
| 288 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveEvaluator.cs" />
|
---|
| 289 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveMaker.cs" />
|
---|
| 290 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\IPotvinCustomerRelocationMoveOperator.cs" />
|
---|
| 291 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveAttribute.cs" />
|
---|
| 292 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuCriterion.cs" />
|
---|
[6773] | 293 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PotvinPDRelocateMoveAttribute.cs" />
|
---|
| 294 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\IPotvinPDExchangeMoveOperator.cs" />
|
---|
| 295 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeExhaustiveMoveGenerator.cs" />
|
---|
| 296 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMove.cs" />
|
---|
| 297 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveEvaluator.cs" />
|
---|
| 298 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveGenerator.cs" />
|
---|
| 299 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveMaker.cs" />
|
---|
| 300 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuCriterion.cs" />
|
---|
| 301 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuMaker.cs" />
|
---|
| 302 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMultiMoveGenerator.cs" />
|
---|
| 303 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeSingleMoveGenerator.cs" />
|
---|
| 304 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\IPotvinPDRearrangeMoveOperator.cs" />
|
---|
| 305 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeExhaustiveMoveGenerator.cs" />
|
---|
| 306 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMove.cs" />
|
---|
| 307 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveEvaluator.cs" />
|
---|
| 308 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveGenerator.cs" />
|
---|
| 309 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveMaker.cs" />
|
---|
| 310 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuCriterion.cs" />
|
---|
| 311 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuMaker.cs" />
|
---|
| 312 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMultiMoveGenerator.cs" />
|
---|
| 313 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeSingleMoveGenerator.cs" />
|
---|
| 314 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\IPotvinPDShiftMoveOperator.cs" />
|
---|
| 315 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuCriterion.cs" />
|
---|
| 316 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuMaker.cs" />
|
---|
| 317 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMultiMoveGenerator.cs" />
|
---|
| 318 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftSingleMoveGenerator.cs" />
|
---|
| 319 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftExhaustiveMoveGenerator.cs" />
|
---|
| 320 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveMaker.cs" />
|
---|
| 321 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveEvaluator.cs" />
|
---|
| 322 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveGenerator.cs" />
|
---|
| 323 | <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMove.cs" />
|
---|
[5127] | 324 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveEvaluator.cs" />
|
---|
| 325 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveGenerator.cs" />
|
---|
| 326 | <Compile Include="Encodings\Potvin\Moves\PotvinMoveMaker.cs" />
|
---|
| 327 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveGenerator.cs" />
|
---|
| 328 | <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMove.cs" />
|
---|
[6857] | 329 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\IPotvinVehicleAssignmentMoveOperator.cs" />
|
---|
| 330 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuCriterion.cs" />
|
---|
| 331 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuMaker.cs" />
|
---|
| 332 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentExhaustiveMoveGenerator.cs" />
|
---|
| 333 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMove.cs" />
|
---|
| 334 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveAttribute.cs" />
|
---|
| 335 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveEvaluator.cs" />
|
---|
| 336 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveGenerator.cs" />
|
---|
| 337 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveMaker.cs" />
|
---|
| 338 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMultiMoveGenerator.cs" />
|
---|
| 339 | <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentSingleMoveGenerator.cs" />
|
---|
[4376] | 340 | <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
|
---|
[4379] | 341 | <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
|
---|
| 342 | <Compile Include="Encodings\Prins\Crossovers\PrinsPermutationCrossover.cs" />
|
---|
| 343 | <Compile Include="Encodings\Prins\IPrinsOperator.cs" />
|
---|
| 344 | <Compile Include="Encodings\Prins\Manipulators\PrinsExhaustiveLSManipulator.cs" />
|
---|
| 345 | <Compile Include="Encodings\Prins\Manipulators\PrinsLSManipulator.cs" />
|
---|
| 346 | <Compile Include="Encodings\Prins\Manipulators\PrinsManipulator.cs" />
|
---|
| 347 | <Compile Include="Encodings\Prins\Manipulators\PrinsPermutationManipulator.cs" />
|
---|
| 348 | <Compile Include="Encodings\Prins\Manipulators\PrinsStochasticLSManipulator.cs" />
|
---|
| 349 | <Compile Include="Encodings\Prins\PrinsEncoding.cs" />
|
---|
[4362] | 350 | <Compile Include="Encodings\VRPOperator.cs" />
|
---|
[4379] | 351 | <Compile Include="Encodings\Zhu\Crossovers\ZhuCrossover.cs" />
|
---|
| 352 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover1.cs" />
|
---|
| 353 | <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover2.cs" />
|
---|
| 354 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover1.cs" />
|
---|
| 355 | <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover2.cs" />
|
---|
| 356 | <Compile Include="Encodings\Zhu\Crossovers\ZhuPermutationCrossover.cs" />
|
---|
| 357 | <Compile Include="Encodings\Zhu\IZhuOperator.cs" />
|
---|
| 358 | <Compile Include="Encodings\Zhu\Manipulators\ZhuManipulator.cs" />
|
---|
| 359 | <Compile Include="Encodings\Zhu\Manipulators\ZhuPermutationManipulator.cs" />
|
---|
| 360 | <Compile Include="Encodings\Zhu\ZhuEncoding.cs" />
|
---|
[4365] | 361 | <Compile Include="Interfaces\IMultiVRPOperator.cs" />
|
---|
| 362 | <Compile Include="Interfaces\IVRPManipulator.cs" />
|
---|
| 363 | <Compile Include="Interfaces\IVRPCrossover.cs" />
|
---|
[4362] | 364 | <Compile Include="Interfaces\IVRPEvaluator.cs" />
|
---|
| 365 | <Compile Include="Interfaces\IVRPCreator.cs" />
|
---|
[4369] | 366 | <Compile Include="Interfaces\IVRPMoveOperator.cs" />
|
---|
[6093] | 367 | <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
|
---|
[4362] | 368 | <Compile Include="Interfaces\IVRPOperator.cs" />
|
---|
| 369 | <Compile Include="Interfaces\IVRPEncoding.cs" />
|
---|
| 370 | <Compile Include="Interfaces\IVRPProblemInstance.cs" />
|
---|
[6851] | 371 | <Compile Include="Parsers\CordeauParser.cs" />
|
---|
[6710] | 372 | <Compile Include="Parsers\LiLimParser.cs" />
|
---|
[7088] | 373 | <Compile Include="Plugin.cs" />
|
---|
[6851] | 374 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPEvaluator.cs" />
|
---|
| 375 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPProblemInstance.cs" />
|
---|
[6856] | 376 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWEvaluator.cs" />
|
---|
| 377 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWProblemInstance.cs" />
|
---|
[6854] | 378 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWEvaluator.cs" />
|
---|
| 379 | <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWProblemInstance.cs" />
|
---|
[6851] | 380 | <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPProblemInstance.cs" />
|
---|
| 381 | <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPEvaluator.cs" />
|
---|
[6710] | 382 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWProblemInstance.cs" />
|
---|
| 383 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluation.cs" />
|
---|
| 384 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluator.cs" />
|
---|
[6851] | 385 | <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPEvaluator.cs" />
|
---|
[4860] | 386 | <Compile Include="SolutionParser.cs" />
|
---|
[4363] | 387 | <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedProblemInstance.cs" />
|
---|
| 388 | <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedOperator.cs" />
|
---|
[4376] | 389 | <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedOperator.cs" />
|
---|
| 390 | <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedProblemInstance.cs" />
|
---|
| 391 | <Compile Include="Variants\Capacitated\ICapacitatedProblemInstance.cs" />
|
---|
| 392 | <Compile Include="Variants\Capacitated\ICapacitatedOperator.cs" />
|
---|
[4365] | 393 | <Compile Include="Variants\General\IGeneralVRPOperator.cs" />
|
---|
[6851] | 394 | <Compile Include="Variants\MultiDepot\IMultiDepotOperator.cs" />
|
---|
| 395 | <Compile Include="Variants\MultiDepot\IMultiDepotProblemInstance.cs" />
|
---|
[6710] | 396 | <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryOperator.cs" />
|
---|
| 397 | <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryProblemInstance.cs" />
|
---|
[4363] | 398 | <Compile Include="Variants\SingleDepot\ISingleDepotOperator.cs" />
|
---|
| 399 | <Compile Include="Variants\SingleDepot\ISingleDepotProblemInstance.cs" />
|
---|
| 400 | <Compile Include="Variants\TimeWindowed\ITimeWindowedProblemInstance.cs" />
|
---|
| 401 | <Compile Include="Variants\TimeWindowed\ITimeWindowedOperator.cs" />
|
---|
[4362] | 402 | <Compile Include="Parsers\ORLIBParser.cs" />
|
---|
[4363] | 403 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWProblemInstance.cs" />
|
---|
| 404 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPProblemInstance.cs" />
|
---|
| 405 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluation.cs" />
|
---|
| 406 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluation.cs" />
|
---|
| 407 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluator.cs" />
|
---|
| 408 | <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluator.cs" />
|
---|
| 409 | <Compile Include="ProblemInstances\VRPEvaluator.cs" />
|
---|
| 410 | <Compile Include="ProblemInstances\VRPEvaluation.cs" />
|
---|
| 411 | <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPProblemInstance.cs" />
|
---|
[4362] | 412 | <Compile Include="ProblemInstances\VRPProblemInstance.cs" />
|
---|
[4363] | 413 | <Compile Include="Encodings\Tour.cs" />
|
---|
[4362] | 414 | <Compile Include="Parsers\TSPLIBParser.cs" />
|
---|
| 415 | <Compile Include="Parsers\SolomonParser.cs" />
|
---|
[4360] | 416 | <Compile Include="VehicleRoutingProblem.cs" />
|
---|
| 417 | </ItemGroup>
|
---|
| 418 | <ItemGroup>
|
---|
[7088] | 419 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4360] | 420 | <None Include="HeuristicLab.snk" />
|
---|
[7088] | 421 | <None Include="Plugin.cs.frame" />
|
---|
[4360] | 422 | </ItemGroup>
|
---|
| 423 | <ItemGroup>
|
---|
| 424 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 425 | <Visible>False</Visible>
|
---|
| 426 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 427 | <Install>false</Install>
|
---|
| 428 | </BootstrapperPackage>
|
---|
| 429 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 430 | <Visible>False</Visible>
|
---|
| 431 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 432 | <Install>true</Install>
|
---|
| 433 | </BootstrapperPackage>
|
---|
| 434 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 435 | <Visible>False</Visible>
|
---|
| 436 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 437 | <Install>true</Install>
|
---|
| 438 | </BootstrapperPackage>
|
---|
| 439 | </ItemGroup>
|
---|
[4363] | 440 | <ItemGroup />
|
---|
[4360] | 441 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 442 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 443 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 444 | <Target Name="BeforeBuild">
|
---|
| 445 | </Target>
|
---|
| 446 | <Target Name="AfterBuild">
|
---|
| 447 | </Target>
|
---|
| 448 | -->
|
---|
| 449 | <PropertyGroup>
|
---|
| 450 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 451 | set ProjectDir=$(ProjectDir)
|
---|
| 452 | set SolutionDir=$(SolutionDir)
|
---|
| 453 | set Outdir=$(Outdir)
|
---|
| 454 |
|
---|
[7088] | 455 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4360] | 456 | </PropertyGroup>
|
---|
[6970] | 457 | <PropertyGroup>
|
---|
[7088] | 458 | <PostBuildEvent>
|
---|
| 459 | </PostBuildEvent>
|
---|
[6970] | 460 | </PropertyGroup>
|
---|
[4360] | 461 | </Project> |
---|