- Timestamp:
- 07/08/19 11:53:03 (5 years ago)
- Location:
- addons/HeuristicLab.MetaOptimization
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj
r17029 r17108 109 109 </PropertyGroup> 110 110 <ItemGroup> 111 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 112 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 113 </Reference> 114 <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 115 <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath> 111 <Reference Include="HEAL.Attic"> 112 <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath> 113 <Private>False</Private> 116 114 </Reference> 117 115 <Reference Include="HeuristicLab.Clients.Hive-3.3"> … … 127 125 <Private>False</Private> 128 126 </Reference> 129 <Reference Include="HeuristicLab.Common-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">127 <Reference Include="HeuristicLab.Common-3.3"> 130 128 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 131 129 <Private>False</Private> … … 137 135 <Reference Include="HeuristicLab.Hive-3.3"> 138 136 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Hive-3.3.dll</HintPath> 137 <Private>False</Private> 139 138 </Reference> 140 139 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> … … 154 153 <Reference Include="System.Data" /> 155 154 <Reference Include="System.Drawing" /> 156 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">157 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>158 </Reference>159 155 <Reference Include="System.Runtime.Serialization" /> 160 156 <Reference Include="System.Windows.Forms" /> … … 165 161 <Compile Include="Exceptions\ScopeMergeException.cs" /> 166 162 <Compile Include="Properties\AssemblyInfo.cs" /> 167 <None Include="packages.config" />168 <None Include="Plugin.cs.frame" />169 163 <Compile Include="HiveEngine.cs" /> 170 164 <Compile Include="Exceptions\HiveEngineException.cs" /> 171 <None Include="Properties\AssemblyInfo.cs.frame" />172 165 </ItemGroup> 173 166 <ItemGroup> 167 <None Include="Properties\AssemblyInfo.cs.frame" /> 168 <None Include="Plugin.cs.frame" /> 174 169 <None Include="HeuristicLab.snk" /> 175 170 </ItemGroup> -
addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj
r17029 r17108 76 76 </PropertyGroup> 77 77 <ItemGroup> 78 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 79 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 80 </Reference> 81 <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 82 <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath> 78 <Reference Include="HEAL.Attic"> 79 <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath> 80 <Private>False</Private> 83 81 </Reference> 84 82 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> … … 178 176 <Reference Include="System.Core" /> 179 177 <Reference Include="System.Drawing" /> 180 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">181 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>182 </Reference>183 178 <Reference Include="System.Xml.Linq" /> 184 179 <Reference Include="System.Data.DataSetExtensions" /> … … 206 201 <Compile Include="Plugin.cs" /> 207 202 <Compile Include="TypeValue.cs" /> 208 <None Include="packages.config" />209 <None Include="Plugin.cs.frame" />210 <None Include="Properties\AssemblyInfo.cs.frame" />211 203 <Compile Include="Analyzers\SolutionCacheAnalyzer.cs" /> 212 204 <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" /> … … 264 256 <ItemGroup> 265 257 <None Include="HeuristicLab.snk" /> 258 <None Include="Plugin.cs.frame" /> 259 <None Include="Properties\AssemblyInfo.cs.frame" /> 266 260 </ItemGroup> 267 261 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.