Changeset 15691 for addons/HeuristicLab.FitnessLandscapeAnalysis
- Timestamp:
- 01/31/18 10:09:02 (7 years ago)
- Location:
- addons/HeuristicLab.FitnessLandscapeAnalysis
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.VRP/HeuristicLab.Analysis.FitnessLandscape.VRP.csproj
r11626 r15691 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>44 <OutputPath>..\..\..\trunk\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>60 <OutputPath>..\..\..\trunk\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>78 <OutputPath>..\..\..\trunk\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 92 92 </PropertyGroup> 93 93 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 94 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>94 <OutputPath>..\..\..\trunk\bin\</OutputPath> 95 95 <DefineConstants>TRACE</DefineConstants> 96 96 <Optimize>true</Optimize> … … 111 111 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 112 112 <Reference Include="HeuristicLab.Common-3.3"> 113 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>113 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Common.Resources-3.3"> 116 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>116 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 117 117 </Reference> 118 118 <Reference Include="HeuristicLab.Core-3.3"> 119 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>119 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 120 120 </Reference> 121 121 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" /> 122 122 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 123 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>123 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> … … 127 127 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" /> 128 128 <Reference Include="HeuristicLab.Persistence-3.3"> 129 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>129 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 130 130 </Reference> 131 131 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" /> 132 132 <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 133 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>133 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath> 134 134 </Reference> 135 135 <Reference Include="System" /> -
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj
r12818 r15691 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 36 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 37 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>38 <OutputPath>..\..\..\trunk\bin\</OutputPath> 39 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 40 <DebugType>full</DebugType> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 54 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>54 <OutputPath>..\..\..\trunk\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <Optimize>true</Optimize> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>72 <OutputPath>..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 86 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>86 <OutputPath>..\..\..\trunk\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 107 107 <ItemGroup> 108 108 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 109 <HintPath>..\..\..\trunk\ sources\bin\ALGLIB-3.7.0.dll</HintPath>109 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 110 110 </Reference> 111 111 <Reference Include="HeuristicLab.Collections-3.3"> 112 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>112 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 113 113 </Reference> 114 114 <Reference Include="HeuristicLab.Common-3.3"> 115 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>115 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 116 116 </Reference> 117 117 <Reference Include="HeuristicLab.Common.Resources-3.3"> 118 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>118 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Core-3.3"> 121 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>121 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 122 122 </Reference> 123 123 <Reference Include="HeuristicLab.Core.Views-3.3"> 124 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>124 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 125 125 </Reference> 126 126 <Reference Include="HeuristicLab.Data-3.3"> 127 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>127 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 128 128 </Reference> 129 129 <Reference Include="HeuristicLab.MainForm-3.3"> 130 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>130 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 131 131 </Reference> 132 132 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 133 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>133 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 134 134 </Reference> 135 135 <Reference Include="HeuristicLab.Operators-3.3"> 136 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>136 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 137 137 </Reference> 138 138 <Reference Include="HeuristicLab.Operators.Views-3.3"> 139 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath>139 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views-3.3.dll</HintPath> 140 140 </Reference> 141 141 <Reference Include="HeuristicLab.Optimization-3.3"> 142 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>142 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 143 143 </Reference> 144 144 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 145 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>145 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 146 146 </Reference> 147 147 <Reference Include="HeuristicLab.Parameters-3.3"> 148 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>148 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 149 149 </Reference> 150 150 <Reference Include="HeuristicLab.Parameters.Views-3.3"> 151 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>151 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath> 152 152 </Reference> 153 153 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 154 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>154 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 155 155 </Reference> 156 156 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 157 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>157 <HintPath>..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 158 158 </Reference> 159 159 <Reference Include="System" /> -
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj
r12818 r15691 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>51 <OutputPath>..\..\..\trunk\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 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 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>77 <OutputPath>..\..\..\trunk\bin\</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>85 <OutputPath>..\..\..\trunk\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 93 93 <ItemGroup> 94 94 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 95 <HintPath>..\..\..\trunk\ sources\bin\ALGLIB-3.7.0.dll</HintPath>95 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Analysis-3.3"> 98 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>98 <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Collections-3.3"> 101 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>101 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 102 102 </Reference> 103 103 <Reference Include="HeuristicLab.Common-3.3"> 104 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>104 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 105 105 </Reference> 106 106 <Reference Include="HeuristicLab.Common.Resources-3.3"> 107 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>107 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 108 108 </Reference> 109 109 <Reference Include="HeuristicLab.Core-3.3"> 110 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>110 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Data-3.3"> 113 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>113 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 116 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>116 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 117 117 </Reference> 118 118 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 119 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>119 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 120 120 </Reference> 121 121 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 122 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>122 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 125 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>125 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 126 126 </Reference> 127 127 <Reference Include="HeuristicLab.Operators-3.3"> 128 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>128 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 129 129 </Reference> 130 130 <Reference Include="HeuristicLab.Optimization-3.3"> 131 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>131 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 134 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>134 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 135 135 </Reference> 136 136 <Reference Include="HeuristicLab.Parameters-3.3"> 137 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>137 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 138 138 </Reference> 139 139 <Reference Include="HeuristicLab.Persistence-3.3"> 140 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>140 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 141 141 </Reference> 142 142 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 143 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>143 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 144 144 </Reference> 145 145 <Reference Include="HeuristicLab.Problems.TestFunctions-3.3"> 146 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>146 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath> 147 147 </Reference> 148 148 <Reference Include="HeuristicLab.Random-3.3"> 149 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>149 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 150 150 </Reference> 151 151 <Reference Include="HeuristicLab.Selection-3.3"> 152 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>152 <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 153 153 </Reference> 154 154 <Reference Include="System" /> -
addons/HeuristicLab.FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj
r12818 r15691 107 107 <ItemGroup> 108 108 <Reference Include="ALGLIB-3.7.0"> 109 <HintPath>..\..\..\trunk\ sources\bin\ALGLIB-3.7.0.dll</HintPath>109 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 110 110 </Reference> 111 111 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.