- Timestamp:
- 04/10/10 00:30:38 (15 years ago)
- 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 89 89 </Compile> 90 90 <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>97 91 <Compile Include="Properties\AssemblyInfo.cs" /> 98 92 <Compile Include="Properties\Resources.Designer.cs"> … … 150 144 <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon> 151 145 </EmbeddedResource> 152 <EmbeddedResource Include="PropertiesView.resx">153 <DependentUpon>PropertiesView.cs</DependentUpon>154 </EmbeddedResource>155 146 <EmbeddedResource Include="Properties\Resources.resx"> 156 147 <Generator>ResXFileCodeGenerator</Generator> -
trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs
r3292 r3296 34 34 [View("Start Page")] 35 35 public partial class StartPage : HeuristicLab.MainForm.WindowsForms.View { 36 private List<INamedItem> samples;37 38 36 public StartPage() { 39 37 InitializeComponent(); -
trunk/sources/HeuristicLab.Selection/3.3/RandomSelector.cs
r3160 r3296 34 34 [StorableClass] 35 35 public sealed class RandomSelector : StochasticSelector, ISelector { 36 pr otectedValueParameter<BoolValue> CopySelectedParameter {36 private ValueParameter<BoolValue> CopySelectedParameter { 37 37 get { return (ValueParameter<BoolValue>)Parameters["CopySelected"]; } 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.