Changeset 5216
- Timestamp:
- 01/05/11 08:08:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r5173 r5216 260 260 261 261 protected static List<Assembly> defaultAssemblies = new List<Assembly>() { 262 typeof(System.Linq.Enumerable).Assembly, // add reference to version 3.5 of System.dll 263 typeof(System.Collections.Generic.List<>).Assembly, 262 // mscorlib automatically included (would cause duplicate) 263 typeof(System.ComponentModel.INotifyPropertyChanged).Assembly, // System.dll 264 typeof(System.Linq.Enumerable).Assembly, // System.Core.dll 265 typeof(System.Data.Linq.DataContext).Assembly, // System.Data.Linq.dll 264 266 typeof(System.Text.StringBuilder).Assembly, 265 typeof(System.Data.Linq.DataContext).Assembly,266 typeof(System.ComponentModel.INotifyPropertyChanged).Assembly,267 267 typeof(HeuristicLab.Common.IDeepCloneable).Assembly, 268 268 typeof(HeuristicLab.Core.Item).Assembly,
Note: See TracChangeset
for help on using the changeset viewer.