Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/Settings.settings @ 2504

Last change on this file since 2504 was 2504, checked in by gkronber, 15 years ago

Worked on core of plugin infrastructure.

  • Collected all classes into a single assembly (HL.PluginInfrastructure)
  • Moved SplashScreen and MainForm from HeuristicLab.exe project into the plugin infrastructure.
  • Introduced namespaces
  • Added strict access modifiers (internal)
  • Fixed most FxCop warnings in plugin infrastructure core.
  • Fixed issues with plugin load/unload events
  • Deleted empty interface IControl

#799

File size: 703 bytes
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.PluginInfrastructure.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="PluginDir" Type="System.String" Scope="Application">
6      <Value Profile="(Default)">plugins</Value>
7    </Setting>
8    <Setting Name="User" Type="System.String" Scope="Application">
9      <Value Profile="(Default)" />
10    </Setting>
11    <Setting Name="Organization" Type="System.String" Scope="Application">
12      <Value Profile="(Default)" />
13    </Setting>
14  </Settings>
15</SettingsFile>
Note: See TracBrowser for help on using the repository browser.