- Timestamp:
- 07/30/10 13:56:28 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3/HeuristicLab.Hive.JobBase-3.3.csproj
r4120 r4121 56 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 57 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>bin\ x86\Debug\</OutputPath>58 <OutputPath>bin\Debug\</OutputPath> 59 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 60 <DebugType>full</DebugType> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3/JobPlugin.cs
r4111 r4121 8 8 [Plugin("HeuristicLab.Hive.JobBase", "3.3")] 9 9 [PluginFile("HeuristicLab.Hive.JobBase-3.3.dll", PluginFileType.Assembly)] 10 [PluginDependency("HeuristicLab.Collections", "3.3")] 11 [PluginDependency("HeuristicLab.Common", "3.3")] 10 12 [PluginDependency("HeuristicLab.Core", "3.3")] 11 [PluginDependency("HeuristicLab.Common", "3.3")]12 13 [PluginDependency("HeuristicLab.Persistence", "3.3")] 13 14 public class JobBasePlugin: PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.