- Timestamp:
- 05/04/17 13:54:34 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Encodings.BinaryVectorEncoding/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj
r14660 r14926 195 195 <Private>False</Private> 196 196 </ProjectReference> 197 <ProjectReference Include="..\..\HeuristicLab.Persistence\ 3.3\HeuristicLab.Persistence-3.3.csproj">198 <Project>{ 102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>199 <Name>HeuristicLab.Persistence- 3.3</Name>197 <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj"> 198 <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project> 199 <Name>HeuristicLab.Persistence-4.0</Name> 200 200 <Private>False</Private> 201 201 </ProjectReference> -
branches/PersistenceReintegration/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Plugin.cs.frame
r14195 r14926 36 36 [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")] 37 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 38 [PluginDependency("HeuristicLab.Persistence", " 3.3")]38 [PluginDependency("HeuristicLab.Persistence", "4.0")] 39 39 public class HeuristicLabEncodingsBinaryVectorEncodingPlugin : PluginBase { 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.