- Timestamp:
- 05/04/17 13:54:34 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r14886 r14926 152 152 <Private>False</Private> 153 153 </ProjectReference> 154 <ProjectReference Include="..\..\HeuristicLab.Persistence\ 3.3\HeuristicLab.Persistence-3.3.csproj">155 <Project>{ 102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>156 <Name>HeuristicLab.Persistence- 3.3</Name>154 <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj"> 155 <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project> 156 <Name>HeuristicLab.Persistence-4.0</Name> 157 157 <Private>False</Private> 158 158 </ProjectReference> -
branches/PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame
r14886 r14926 35 35 [PluginDependency("HeuristicLab.Data","3.3")] 36 36 [PluginDependency("HeuristicLab.Optimization", "3.3")] 37 [PluginDependency("HeuristicLab.Persistence", " 3.3")]37 [PluginDependency("HeuristicLab.Persistence", "4.0")] 38 38 [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")] 39 39 [PluginDependency("HeuristicLab.Random", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.