- Timestamp:
- 01/16/15 14:25:58 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r11623 r11790 130 130 <DependentUpon>AlgorithmView.cs</DependentUpon> 131 131 </Compile> 132 <Compile Include="BasicAlgorithmView.cs"> 133 <SubType>UserControl</SubType> 134 </Compile> 135 <Compile Include="BasicAlgorithmView.Designer.cs"> 136 <DependentUpon>BasicAlgorithmView.cs</DependentUpon> 137 </Compile> 132 138 <Compile Include="BatchRunView.cs"> 133 139 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r11623 r11790 120 120 </ItemGroup> 121 121 <ItemGroup> 122 <Compile Include="Algorithms\BasicAlgorithm.cs" /> 122 123 <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" /> 123 124 <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" />
Note: See TracChangeset
for help on using the changeset viewer.