- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Persistence.GUI/3.3/Plugin.cs.frame
r7225 r9363 4 4 namespace HeuristicLab.Persistence.GUI { 5 5 6 [Plugin("HeuristicLab.Persistence.GUI", "3.3. 6.$WCREV$")]6 [Plugin("HeuristicLab.Persistence.GUI", "3.3.7.$WCREV$")] 7 7 [PluginFile("HeuristicLab.Persistence.GUI-3.3.dll", PluginFileType.Assembly)] 8 8 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] … … 13 13 [Application("Persistence Configuration", "Configure type mappings of persistence")] 14 14 public class HeuristicLabPersistenceGUIApplication : ApplicationBase { 15 public override void Run( ) {15 public override void Run(ICommandLineArgument[] args) { 16 16 Application.EnableVisualStyles(); 17 17 Application.SetCompatibleTextRenderingDefault(false);
Note: See TracChangeset
for help on using the changeset viewer.