Changeset 3702 for trunk/sources/HeuristicLab.Persistence
- Timestamp:
- 05/07/10 15:27:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Persistence/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r3036 r3702 237 237 <Name>HeuristicLab.PluginInfrastructure</Name> 238 238 </ProjectReference> 239 <ProjectReference Include="..\..\HeuristicLab.Tracing\3. 2\HeuristicLab.Tracing-3.2.csproj">239 <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj"> 240 240 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project> 241 <Name>HeuristicLab.Tracing-3. 2</Name>241 <Name>HeuristicLab.Tracing-3.3</Name> 242 242 </ProjectReference> 243 243 </ItemGroup> -
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame
r3016 r3702 8 8 [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")] 9 9 [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] 10 [PluginDependency("HeuristicLab.Tracing", "3. 2")]10 [PluginDependency("HeuristicLab.Tracing", "3.3")] 11 11 public class HeuristicLabPersistencePlugin : PluginBase { } 12 12
Note: See TracChangeset
for help on using the changeset viewer.