Changeset 3384 for trunk/sources/HeuristicLab.SequentialEngine
- Timestamp:
- 04/17/10 22:49:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.SequentialEngine/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r3368 r3384 91 91 </ItemGroup> 92 92 <ItemGroup> 93 <ProjectReference Include="..\..\HeuristicLab.Common\3. 2\HeuristicLab.Common-3.2.csproj">94 <Project>{ 1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>95 <Name>HeuristicLab.Common-3. 2</Name>93 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 94 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 95 <Name>HeuristicLab.Common-3.3</Name> 96 96 </ProjectReference> 97 97 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> -
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLabSequentialEnginePlugin.cs.frame
r3368 r3384 31 31 [Plugin("HeuristicLab.SequentialEngine", "3.3.0.$WCREV$")] 32 32 [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)] 33 [PluginDependency("HeuristicLab.Common", "3. 2")]33 [PluginDependency("HeuristicLab.Common", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core", "3.3")] 35 35 [PluginDependency("HeuristicLab.Persistence", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.