Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3296 for trunk


Ignore:
Timestamp:
04/10/10 00:30:38 (14 years ago)
Author:
swagner
Message:

Fixed some warnings (#915).

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj

    r3294 r3296  
    8989    </Compile>
    9090    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs" />
    91     <Compile Include="PropertiesView.cs">
    92       <SubType>UserControl</SubType>
    93     </Compile>
    94     <Compile Include="PropertiesView.Designer.cs">
    95       <DependentUpon>PropertiesView.cs</DependentUpon>
    96     </Compile>
    9791    <Compile Include="Properties\AssemblyInfo.cs" />
    9892    <Compile Include="Properties\Resources.Designer.cs">
     
    150144      <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon>
    151145    </EmbeddedResource>
    152     <EmbeddedResource Include="PropertiesView.resx">
    153       <DependentUpon>PropertiesView.cs</DependentUpon>
    154     </EmbeddedResource>
    155146    <EmbeddedResource Include="Properties\Resources.resx">
    156147      <Generator>ResXFileCodeGenerator</Generator>
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r3292 r3296  
    3434  [View("Start Page")]
    3535  public partial class StartPage : HeuristicLab.MainForm.WindowsForms.View {
    36     private List<INamedItem> samples;
    37 
    3836    public StartPage() {
    3937      InitializeComponent();
  • trunk/sources/HeuristicLab.Selection/3.3/RandomSelector.cs

    r3160 r3296  
    3434  [StorableClass]
    3535  public sealed class RandomSelector : StochasticSelector, ISelector {
    36     protected ValueParameter<BoolValue> CopySelectedParameter {
     36    private ValueParameter<BoolValue> CopySelectedParameter {
    3737      get { return (ValueParameter<BoolValue>)Parameters["CopySelected"]; }
    3838    }
Note: See TracChangeset for help on using the changeset viewer.