Changeset 14926 for branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 05/04/17 13:54:34 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r14342 r14926 260 260 <Private>False</Private> 261 261 </ProjectReference> 262 <ProjectReference Include="..\..\HeuristicLab.Persistence\ 3.3\HeuristicLab.Persistence-3.3.csproj">263 <Project>{ 102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>264 <Name>HeuristicLab.Persistence- 3.3</Name>262 <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj"> 263 <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project> 264 <Name>HeuristicLab.Persistence-4.0</Name> 265 265 <Private>False</Private> 266 266 </ProjectReference> -
branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Plugin.cs.frame
r14195 r14926 37 37 [PluginDependency("HeuristicLab.Optimization", "3.3")] 38 38 [PluginDependency("HeuristicLab.Parameters", "3.3")] 39 [PluginDependency("HeuristicLab.Persistence", " 3.3")]39 [PluginDependency("HeuristicLab.Persistence", "4.0")] 40 40 [PluginDependency("HeuristicLab.Random", "3.3")] 41 41 public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.