Changeset 11753 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj
- Timestamp:
- 01/13/15 18:47:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj
r11655 r11753 111 111 <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon> 112 112 </Compile> 113 <Compile Include="MultiObjective ProgrammableProblemView.cs">113 <Compile Include="MultiObjectiveScriptableProblemView.cs"> 114 114 <SubType>UserControl</SubType> 115 115 </Compile> 116 <Compile Include="MultiObjective ProgrammableProblemView.Designer.cs">117 <DependentUpon>MultiObjective ProgrammableProblemView.cs</DependentUpon>116 <Compile Include="MultiObjectiveScriptableProblemView.Designer.cs"> 117 <DependentUpon>MultiObjectiveScriptableProblemView.cs</DependentUpon> 118 118 </Compile> 119 <Compile Include="SingleObjective ProgrammableProblemView.cs">119 <Compile Include="SingleObjectiveScriptableProblemView.cs"> 120 120 <SubType>UserControl</SubType> 121 121 </Compile> 122 <Compile Include="SingleObjective ProgrammableProblemView.Designer.cs">123 <DependentUpon>SingleObjective ProgrammableProblemView.cs</DependentUpon>122 <Compile Include="SingleObjectiveScriptableProblemView.Designer.cs"> 123 <DependentUpon>SingleObjectiveScriptableProblemView.cs</DependentUpon> 124 124 </Compile> 125 125 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.