Changeset 15894 for branches/OptimizationNetworks/HeuristicLab.Networks
- Timestamp:
- 04/11/18 09:39:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-3.3.csproj ¶
r14639 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> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>29 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <Optimize>true</Optimize> … … 61 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 72 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> … … 82 82 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 83 83 <SpecificVersion>False</SpecificVersion> 84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 88 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 89 89 <Private>False</Private> 90 90 </Reference> 91 91 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 92 92 <SpecificVersion>False</SpecificVersion> 93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>93 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 94 94 <Private>False</Private> 95 95 </Reference> 96 96 <Reference Include="HeuristicLab.Collections-3.3"> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Common-3.3"> 101 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>101 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.Core-3.3"> 105 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>105 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> 108 108 <Reference Include="HeuristicLab.Data-3.3"> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 113 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>113 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 114 114 <Private>False</Private> 115 115 </Reference> 116 116 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 117 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Operators-3.3"> 121 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Optimization-3.3"> 125 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>125 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 129 129 <SpecificVersion>False</SpecificVersion> 130 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Persistence-3.3"> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> 137 137 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 138 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>138 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 139 139 <Private>False</Private> 140 140 </Reference> 141 141 <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 142 142 <SpecificVersion>False</SpecificVersion> 143 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>143 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath> 144 144 <Private>False</Private> 145 145 </Reference> 146 146 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 147 147 <SpecificVersion>False</SpecificVersion> 148 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>148 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 149 149 <Private>False</Private> 150 150 </Reference> 151 151 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 152 152 <SpecificVersion>False</SpecificVersion> 153 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>153 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 154 154 <Private>False</Private> 155 155 <EmbedInteropTypes>False</EmbedInteropTypes> … … 157 157 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 158 158 <SpecificVersion>False</SpecificVersion> 159 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>159 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath> 160 160 <EmbedInteropTypes>False</EmbedInteropTypes> 161 161 <Private>False</Private> … … 163 163 <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 164 164 <SpecificVersion>False</SpecificVersion> 165 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>165 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath> 166 166 <Private>False</Private> 167 167 </Reference> 168 168 <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 169 169 <SpecificVersion>False</SpecificVersion> 170 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>170 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath> 171 171 <Private>False</Private> 172 172 </Reference> 173 173 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 174 174 <SpecificVersion>False</SpecificVersion> 175 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>175 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 176 176 <Private>False</Private> 177 177 </Reference> 178 178 <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 179 179 <SpecificVersion>False</SpecificVersion> 180 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>180 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 181 181 <Private>False</Private> 182 182 </Reference> 183 183 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 184 184 <SpecificVersion>False</SpecificVersion> 185 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>185 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 186 186 <Private>False</Private> 187 187 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.