Changeset 6970 for branches/VRP/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 11/08/11 13:34:35 (13 years ago)
- Location:
- branches/VRP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r6960 r6970 98 98 </PropertyGroup> 99 99 <ItemGroup> 100 <Reference Include="HeuristicLab.Analysis-3.3"> 101 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath> 102 </Reference> 103 <Reference Include="HeuristicLab.Collections-3.3"> 104 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 105 </Reference> 106 <Reference Include="HeuristicLab.Common-3.3"> 107 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 108 </Reference> 109 <Reference Include="HeuristicLab.Common.Resources-3.3"> 110 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 111 </Reference> 112 <Reference Include="HeuristicLab.Core-3.3"> 113 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 114 </Reference> 115 <Reference Include="HeuristicLab.Data-3.3"> 116 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 117 </Reference> 118 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 119 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 120 </Reference> 121 <Reference Include="HeuristicLab.Operators-3.3"> 122 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> 123 </Reference> 124 <Reference Include="HeuristicLab.Optimization-3.3"> 125 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 126 </Reference> 127 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 128 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 129 </Reference> 130 <Reference Include="HeuristicLab.Parameters-3.3"> 131 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath> 132 </Reference> 133 <Reference Include="HeuristicLab.Persistence-3.3"> 134 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 135 </Reference> 136 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 137 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 138 </Reference> 100 139 <Reference Include="System" /> 101 140 <Reference Include="System.Core"> … … 354 393 </ItemGroup> 355 394 <ItemGroup> 356 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">357 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>358 <Name>HeuristicLab.Analysis-3.3</Name>359 </ProjectReference>360 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">361 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>362 <Name>HeuristicLab.Collections-3.3</Name>363 </ProjectReference>364 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">365 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>366 <Name>HeuristicLab.Common.Resources-3.3</Name>367 </ProjectReference>368 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">369 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>370 <Name>HeuristicLab.Common-3.3</Name>371 </ProjectReference>372 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">373 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>374 <Name>HeuristicLab.Core-3.3</Name>375 </ProjectReference>376 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">377 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>378 <Name>HeuristicLab.Data-3.3</Name>379 </ProjectReference>380 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">381 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>382 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>383 </ProjectReference>384 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">385 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>386 <Name>HeuristicLab.Operators-3.3</Name>387 </ProjectReference>388 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">389 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>390 <Name>HeuristicLab.Optimization.Operators-3.3</Name>391 </ProjectReference>392 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">393 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>394 <Name>HeuristicLab.Optimization-3.3</Name>395 </ProjectReference>396 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">397 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>398 <Name>HeuristicLab.Parameters-3.3</Name>399 </ProjectReference>400 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">401 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>402 <Name>HeuristicLab.Persistence-3.3</Name>403 </ProjectReference>404 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">405 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>406 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>407 </ProjectReference>408 </ItemGroup>409 <ItemGroup>410 395 <None Include="HeuristicLab.snk" /> 411 396 <None Include="HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" /> … … 447 432 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs"</PreBuildEvent> 448 433 </PropertyGroup> 434 <PropertyGroup> 435 <PostBuildEvent>set ProjectName=$(ProjectName) 436 set Source=$(TargetPath) 437 set Configuration=$(ConfigurationName) 438 set Platform=$(PlatformName) 439 set SolutionDir=$(SolutionDir) 440 441 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 442 </PropertyGroup> 449 443 </Project>
Note: See TracChangeset
for help on using the changeset viewer.