Changeset 3443
- Timestamp:
- 04/20/10 15:57:42 (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
r3384 r3443 129 129 <Name>HeuristicLab.Data-3.3</Name> 130 130 </ProjectReference> 131 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3. 2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">131 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 132 132 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 133 <Name>HeuristicLab.MainForm.WindowsForms-3. 2</Name>133 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 134 134 </ProjectReference> 135 <ProjectReference Include="..\..\HeuristicLab.MainForm\3. 2\HeuristicLab.MainForm-3.2.csproj">135 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 136 136 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 137 <Name>HeuristicLab.MainForm-3. 2</Name>137 <Name>HeuristicLab.MainForm-3.3</Name> 138 138 </ProjectReference> 139 139 <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame
r2911 r3443 33 33 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] 35 [PluginDependency("HeuristicLab.MainForm", "3.3")] 36 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 35 37 [PluginDependency("HeuristicLab.Operators", "3.3")] 36 38 [PluginDependency("HeuristicLab.Persistence", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.