Changeset 15691 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape
- Timestamp:
- 01/31/18 10:09:02 (7 years ago)
- Location:
- addons/HeuristicLab.FitnessLandscapeAnalysis
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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" />
Note: See TracChangeset
for help on using the changeset viewer.