Changeset 15894 for branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.TravelingThief
- Timestamp:
- 04/11/18 09:39:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.TravelingThief/3.3/HeuristicLab.Networks.IntegratedOptimization.TravelingThief-3.3.csproj
r14671 r15894 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>49 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <Optimize>true</Optimize> … … 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>67 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <ItemGroup> 76 76 <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4"> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3"> 81 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>81 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3"> 85 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 89 89 <SpecificVersion>False</SpecificVersion> 90 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.Collections-3.3"> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Common-3.3"> 98 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>98 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 99 99 <Private>False</Private> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.Core-3.3"> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Data-3.3"> 106 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>106 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 107 107 <Private>False</Private> 108 108 </Reference> 109 109 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 110 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>110 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 111 111 <Private>False</Private> 112 112 </Reference> 113 113 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 114 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 115 115 <Private>False</Private> 116 116 </Reference> 117 117 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 118 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>118 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 119 119 <Private>False</Private> 120 120 </Reference> 121 121 <Reference Include="HeuristicLab.Networks-3.3"> 122 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Networks-3.3.dll</HintPath>122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Networks-3.3.dll</HintPath> 123 123 <Private>False</Private> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Operators-3.3"> 126 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 127 127 <Private>False</Private> 128 128 </Reference> 129 129 <Reference Include="HeuristicLab.Optimization-3.3"> 130 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Parameters-3.3"> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> 137 137 <Reference Include="HeuristicLab.Persistence-3.3"> 138 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>138 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 139 139 <Private>False</Private> 140 140 </Reference> 141 141 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 142 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>142 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 143 143 <Private>False</Private> 144 144 </Reference> 145 145 <Reference Include="HeuristicLab.Problems.Binary-3.3"> 146 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>146 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath> 147 147 <Private>False</Private> 148 148 </Reference> 149 149 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 150 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>150 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 151 151 <Private>False</Private> 152 152 </Reference> 153 153 <Reference Include="HeuristicLab.Problems.Knapsack-3.3"> 154 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>154 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath> 155 155 <Private>False</Private> 156 156 </Reference> 157 157 <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3"> 158 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>158 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath> 159 159 <Private>False</Private> 160 160 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.