- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Scripting/3.3/Scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Scripting/3.3/Scripts/CSharp/CSharpScript.cs
r13368 r14711 30 30 [Item("C# Script", "An empty C# script.")] 31 31 [Creatable(CreatableAttribute.Categories.Scripts, Priority = 100)] 32 [Storable Class("9B573A9A-F81D-433E-B39E-EA19F8FDB28E")]32 [StorableType("9B573A9A-F81D-433E-B39E-EA19F8FDB28E")] 33 33 public class CSharpScript : ExecutableScript, IStorableContent { 34 34 #region Fields & Properties -
branches/PersistenceOverhaul/HeuristicLab.Scripting/3.3/Scripts/Templates/ScriptTemplates.resx
r11833 r14711 119 119 </resheader> 120 120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 <data name="CSharpScriptTemplate" type="System.Resources.ResXFileRef, System.Windows.Forms">121 <data name="CSharpScriptTemplate" memberSelection="System.Resources.ResXFileRef, System.Windows.Forms"> 122 122 <value>CSharpScriptTemplate.cs;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> 123 123 </data>
Note: See TracChangeset
for help on using the changeset viewer.