- Timestamp:
- 05/04/17 13:54:34 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Parameters/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r11623 r14926 160 160 <Private>False</Private> 161 161 </ProjectReference> 162 <ProjectReference Include="..\..\HeuristicLab.Persistence\ 3.3\HeuristicLab.Persistence-3.3.csproj">163 <Project>{ 102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>164 <Name>HeuristicLab.Persistence- 3.3</Name>162 <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj"> 163 <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project> 164 <Name>HeuristicLab.Persistence-4.0</Name> 165 165 <Private>False</Private> 166 166 </ProjectReference> -
branches/PersistenceReintegration/HeuristicLab.Parameters/3.3/Plugin.cs.frame
r14195 r14926 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 [PluginDependency("HeuristicLab.Persistence", " 3.3")]34 [PluginDependency("HeuristicLab.Persistence", "4.0")] 35 35 public class HeuristicLabParametersPlugin : PluginBase { 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.