Changeset 51 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 03/06/08 02:07:41 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators
- Files:
-
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/AddVariableInfoDialog.Designer.cs
r45 r51 20 20 #endregion 21 21 22 namespace HeuristicLab.Operators .Programmable{22 namespace HeuristicLab.Operators { 23 23 partial class AddVariableInfoDialog { 24 24 /// <summary> -
trunk/sources/HeuristicLab.Operators/AddVariableInfoDialog.cs
r45 r51 30 30 using HeuristicLab.Data; 31 31 32 namespace HeuristicLab.Operators .Programmable{32 namespace HeuristicLab.Operators { 33 33 public partial class AddVariableInfoDialog : Form { 34 34 private IVariableInfo myVariableInfo; -
trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj
r46 r51 47 47 </ItemGroup> 48 48 <ItemGroup> 49 <Compile Include="AddVariableInfoDialog.cs"> 50 <SubType>Form</SubType> 51 </Compile> 52 <Compile Include="AddVariableInfoDialog.Designer.cs"> 53 <DependentUpon>AddVariableInfoDialog.cs</DependentUpon> 54 </Compile> 49 55 <Compile Include="CombinedOperator.cs" /> 50 56 <Compile Include="CombinedOperatorView.cs"> … … 113 119 </ItemGroup> 114 120 <ItemGroup> 121 <EmbeddedResource Include="AddVariableInfoDialog.resx"> 122 <DependentUpon>AddVariableInfoDialog.cs</DependentUpon> 123 </EmbeddedResource> 115 124 <EmbeddedResource Include="CombinedOperatorView.resx"> 116 125 <DependentUpon>CombinedOperatorView.cs</DependentUpon>
Note: See TracChangeset
for help on using the changeset viewer.