Changeset 16006
- Timestamp:
- 07/24/18 15:18:52 (7 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.PermutationProblems.Views/3.3
- Files:
-
- 2 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.PermutationProblems.Views/3.3/HeuristicLab.Problems.PermutationProblems.Views-3.3.csproj
r15686 r16006 159 159 </ItemGroup> 160 160 <ItemGroup> 161 <Compile Include=" JobShopSchedulingProblemView.cs">161 <Compile Include="PermutationFlowshopSchedulingProblemView.cs"> 162 162 <SubType>UserControl</SubType> 163 163 </Compile> 164 <Compile Include=" JobShopSchedulingProblemView.Designer.cs">165 <DependentUpon> JobShopSchedulingProblemView.cs</DependentUpon>164 <Compile Include="PermutationFlowshopSchedulingProblemView.Designer.cs"> 165 <DependentUpon>PermutationFlowshopSchedulingProblemView.cs</DependentUpon> 166 166 </Compile> 167 167 <Compile Include="Plugin.cs" />
Note: See TracChangeset
for help on using the changeset viewer.