Changeset 5338
- Timestamp:
- 01/20/11 11:51:41 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj
r5304 r5338 94 94 <ItemGroup> 95 95 <Compile Include="AdministratorMenuItem.cs" /> 96 <Compile Include="SingleObjectiveOKBProblem.cs" /> 97 <Compile Include="OKBProblem.cs" /> 96 98 <Compile Include="QueryMenuItem.cs" /> 97 99 <Compile Include="OKBClient.cs" /> … … 182 184 <DependentUpon>AlgorithmParameterView.cs</DependentUpon> 183 185 </Compile> 186 <Compile Include="Views\OKBProblemView.cs"> 187 <SubType>UserControl</SubType> 188 </Compile> 189 <Compile Include="Views\OKBProblemView.Designer.cs"> 190 <DependentUpon>OKBProblemView.cs</DependentUpon> 191 </Compile> 184 192 <Compile Include="Views\SetComparisonStringAvailableValuesFilterView.cs"> 185 193 <SubType>UserControl</SubType> … … 382 390 <None Include="HeuristicLab.snk" /> 383 391 <None Include="HeuristicLabClientsOKBPlugin.cs.frame" /> 392 </ItemGroup> 393 <ItemGroup> 394 <EmbeddedResource Include="Views\OKBProblemView.resx"> 395 <DependentUpon>OKBProblemView.cs</DependentUpon> 396 </EmbeddedResource> 384 397 </ItemGroup> 385 398 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/OKBExperiment.cs
r5317 r5338 31 31 namespace HeuristicLab.Clients.OKB { 32 32 [Item("OKB Experiment", "...")] 33 [Creatable("O KB")]33 [Creatable("Optimization Knowledge Base (OKB)")] 34 34 [StorableClass] 35 35 public sealed class OKBExperiment : NamedItem, IOptimizer, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.