Changeset 462 for trunk/sources/HeuristicLab.CEDMA.Operators
- Timestamp:
- 08/07/08 08:40:13 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.CEDMA.Operators
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj
r403 r462 54 54 </ItemGroup> 55 55 <ItemGroup> 56 <Compile Include="SequentialComposer.cs" /> 57 <Compile Include="DoubleRangeVariableInjector.cs" /> 56 58 <Compile Include="ScopeResultWriter.cs" /> 57 59 <Compile Include="HeuristicLabCedmaOperatorsPlugin.cs" /> … … 75 77 <Name>HeuristicLab.Data</Name> 76 78 </ProjectReference> 79 <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj"> 80 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> 81 <Name>HeuristicLab.Operators</Name> 82 </ProjectReference> 77 83 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 78 84 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> -
trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLabCedmaOperatorsPlugin.cs
r403 r462 31 31 [Dependency(Dependency = "HeuristicLab.Core")] 32 32 [Dependency(Dependency = "HeuristicLab.Data")] 33 [Dependency(Dependency = "HeuristicLab.Operators")] 33 34 public class HeuristicLabCedmaOperatorsPlugin : PluginBase { 34 35 }
Note: See TracChangeset
for help on using the changeset viewer.