Changeset 4104
- Timestamp:
- 07/26/10 02:42:34 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r4094 r4104 125 125 <DependentUpon>BatchRunView.cs</DependentUpon> 126 126 </Compile> 127 <Compile Include="CreateExperimentDialog.cs"> 128 <SubType>Form</SubType> 129 </Compile> 130 <Compile Include="CreateExperimentDialog.Designer.cs"> 131 <DependentUpon>CreateExperimentDialog.cs</DependentUpon> 132 </Compile> 127 133 <Compile Include="RunCollectionBoxPlotView.cs"> 128 134 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r4065 r4104 121 121 <Compile Include="MenuItems\AboutMenuItem.cs" /> 122 122 <Compile Include="MenuItems\ConvertIntoUserDefinedAlgorithmMenuItem.cs" /> 123 <Compile Include="MenuItems\CreateExperimentMenuItem.cs" /> 123 124 <Compile Include="MenuItems\CopyToClipboardMenuItem.cs" /> 124 125 <Compile Include="MenuItems\StartPageMenuItem.cs" /> … … 196 197 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 197 198 <Name>HeuristicLab.MainForm-3.3</Name> 199 </ProjectReference> 200 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 201 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 202 <Name>HeuristicLab.Optimization.Views-3.3</Name> 198 203 </ProjectReference> 199 204 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame
r3759 r4104 34 34 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 35 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 36 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 36 37 public class HeuristicLabOptimizerPlugin : PluginBase { 37 38 }
Note: See TracChangeset
for help on using the changeset viewer.