- Timestamp:
- 02/16/17 15:14:28 (8 years ago)
- Location:
- branches/OptimizationNetworks/HeuristicLab.Problems.VehicleRouting
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r11623 r14676 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\ bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath>..\..\ bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>..\..\ bin\</OutputPath>66 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath>..\..\ bin\</OutputPath>75 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <DocumentationFile> … … 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 87 87 <DebugSymbols>true</DebugSymbols> 88 <OutputPath>..\..\ bin\</OutputPath>88 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 89 89 <DefineConstants>DEBUG;TRACE</DefineConstants> 90 90 <DebugType>full</DebugType> … … 95 95 </PropertyGroup> 96 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 97 <OutputPath>..\..\ bin\</OutputPath>97 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 98 98 <DefineConstants>TRACE</DefineConstants> 99 99 <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile> … … 106 106 </PropertyGroup> 107 107 <ItemGroup> 108 <Reference Include="HeuristicLab.Analysis-3.3"> 109 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 110 <Private>False</Private> 111 </Reference> 112 <Reference Include="HeuristicLab.Collections-3.3"> 113 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 114 <Private>False</Private> 115 </Reference> 116 <Reference Include="HeuristicLab.Common-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 118 <Private>False</Private> 119 </Reference> 120 <Reference Include="HeuristicLab.Core-3.3"> 121 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 122 <Private>False</Private> 123 </Reference> 124 <Reference Include="HeuristicLab.Data-3.3"> 125 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 126 <Private>False</Private> 127 </Reference> 128 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 130 <Private>False</Private> 131 </Reference> 132 <Reference Include="HeuristicLab.Operators-3.3"> 133 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 134 <Private>False</Private> 135 </Reference> 136 <Reference Include="HeuristicLab.Optimization-3.3"> 137 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 138 <Private>False</Private> 139 </Reference> 140 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 141 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 142 <Private>False</Private> 143 </Reference> 144 <Reference Include="HeuristicLab.Parameters-3.3"> 145 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 146 <Private>False</Private> 147 </Reference> 148 <Reference Include="HeuristicLab.Persistence-3.3"> 149 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 150 <Private>False</Private> 151 </Reference> 152 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 153 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 154 <Private>False</Private> 155 </Reference> 156 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 157 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 158 <Private>False</Private> 159 </Reference> 160 <Reference Include="HeuristicLab.Random-3.3"> 161 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 162 <Private>False</Private> 163 </Reference> 108 164 <Reference Include="System" /> 109 165 <Reference Include="System.Core"> … … 401 457 </ItemGroup> 402 458 <ItemGroup> 403 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">404 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>405 <Name>HeuristicLab.Analysis-3.3</Name>406 <Private>False</Private>407 </ProjectReference>408 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">409 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>410 <Name>HeuristicLab.Collections-3.3</Name>411 <Private>False</Private>412 </ProjectReference>413 459 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 414 460 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 415 461 <Name>HeuristicLab.Common.Resources-3.3</Name> 416 462 <Private>False</Private> 417 </ProjectReference>418 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">419 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>420 <Name>HeuristicLab.Common-3.3</Name>421 <Private>False</Private>422 </ProjectReference>423 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">424 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>425 <Name>HeuristicLab.Core-3.3</Name>426 <Private>False</Private>427 </ProjectReference>428 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">429 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>430 <Name>HeuristicLab.Data-3.3</Name>431 <Private>False</Private>432 </ProjectReference>433 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">434 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>435 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>436 <Private>False</Private>437 </ProjectReference>438 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">439 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>440 <Name>HeuristicLab.Operators-3.3</Name>441 <Private>False</Private>442 </ProjectReference>443 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">444 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>445 <Name>HeuristicLab.Optimization.Operators-3.3</Name>446 <Private>False</Private>447 </ProjectReference>448 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">449 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>450 <Name>HeuristicLab.Optimization-3.3</Name>451 <Private>False</Private>452 </ProjectReference>453 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">454 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>455 <Name>HeuristicLab.Parameters-3.3</Name>456 <Private>False</Private>457 </ProjectReference>458 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">459 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>460 <Name>HeuristicLab.Persistence-3.3</Name>461 <Private>False</Private>462 </ProjectReference>463 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">464 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>465 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>466 <Private>False</Private>467 </ProjectReference>468 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">469 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>470 <Name>HeuristicLab.Problems.Instances-3.3</Name>471 <Private>False</Private>472 </ProjectReference>473 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">474 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>475 <Name>HeuristicLab.Random-3.3</Name>476 463 </ProjectReference> 477 464 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.