- Timestamp:
- 05/04/17 13:54:34 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Collections/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj
r11623 r14926 167 167 <Name>HeuristicLab.Common-3.3</Name> 168 168 </ProjectReference> 169 <ProjectReference Include="..\..\HeuristicLab.Persistence\ 3.3\HeuristicLab.Persistence-3.3.csproj">170 <Project>{ 102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>171 <Name>HeuristicLab.Persistence- 3.3</Name>169 <ProjectReference Include="..\..\HeuristicLab.Persistence\4.0\HeuristicLab.Persistence-4.0.csproj"> 170 <Project>{b1663091-8156-4deb-9e37-5b19810a4644}</Project> 171 <Name>HeuristicLab.Persistence-4.0</Name> 172 172 <Private>False</Private> 173 173 </ProjectReference> -
branches/PersistenceReintegration/HeuristicLab.Collections/3.3/Plugin.cs.frame
r14195 r14926 28 28 [Plugin("HeuristicLab.Collections", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Collections-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Persistence", " 3.3")]30 [PluginDependency("HeuristicLab.Persistence", "4.0")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 32 public class HeuristicLabCollectionsPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.