Changeset 3705 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 05/07/10 15:40:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r3702 r3705 101 101 </ItemGroup> 102 102 <ItemGroup> 103 <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3. 2\HeuristicLab.CodeEditor-3.2.csproj">103 <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj"> 104 104 <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project> 105 <Name>HeuristicLab.CodeEditor-3. 2</Name>105 <Name>HeuristicLab.CodeEditor-3.3</Name> 106 106 </ProjectReference> 107 107 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame
r3443 r3705 28 28 [Plugin("HeuristicLab.Operators.Programmable", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Operators.Programmable-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.CodeEditor", "3. 2")]30 [PluginDependency("HeuristicLab.CodeEditor", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.