Changeset 13344
- Timestamp:
- 11/23/15 17:56:18 (9 years ago)
- Location:
- branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
r13341 r13344 140 140 <Compile Include="Interfaces\IApplicationDescription.cs" /> 141 141 <Compile Include="Interfaces\IApplication.cs" /> 142 <Compile Include="Interfaces\IControlManager.cs" />143 142 <Compile Include="Interfaces\IPlugin.cs" /> 144 143 <Compile Include="Interfaces\IPluginDescription.cs" /> -
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginValidator.cs
r13341 r13344 155 155 info.Version = declaringPlugin.Version; 156 156 info.Description = application.Description; 157 info.AutoRestart = attr.RestartOnErrors;158 157 info.DeclaringAssemblyName = appType.Assembly.GetName().Name; 159 158 info.DeclaringTypeName = appType.Namespace + "." + application.GetType().Name;
Note: See TracChangeset
for help on using the changeset viewer.