Changeset 17955 for branches/2521_ProblemRefactoring
- Timestamp:
- 04/21/21 16:17:25 (4 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 5 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/2521_ProblemRefactoring/HeuristicLab 3.3.sln
r17461 r17955 460 460 EndProject 461 461 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Scheduling-3.3", "HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj", "{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}" 462 EndProject463 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Scheduling.Views-3.3", "HeuristicLab.Problems.Scheduling.Views\3.3\HeuristicLab.Problems.Scheduling.Views-3.3.csproj", "{78763A4E-E163-48C2-98EB-709760D06F25}"464 462 EndProject 465 463 Global … … 2245 2243 {2BF1D639-1A74-44ED-AAAD-41ECD395AD93}.Release|x86.ActiveCfg = Release|x86 2246 2244 {2BF1D639-1A74-44ED-AAAD-41ECD395AD93}.Release|x86.Build.0 = Release|x86 2247 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU2248 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.Build.0 = Debug|Any CPU2249 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.ActiveCfg = Debug|x642250 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.Build.0 = Debug|x642251 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x86.ActiveCfg = Debug|x862252 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x86.Build.0 = Debug|x862253 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.ActiveCfg = Release|Any CPU2254 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.Build.0 = Release|Any CPU2255 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.ActiveCfg = Release|x642256 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.Build.0 = Release|x642257 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.ActiveCfg = Release|x862258 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.Build.0 = Release|x862259 2245 EndGlobalSection 2260 2246 GlobalSection(SolutionProperties) = preSolution -
branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/ProblemView.cs
r17953 r17955 37 37 set { base.Content = value; } 38 38 } 39 40 41 39 42 40 /// <summary> -
branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj
r17953 r17955 113 113 <Compile Include="OrienteeringProblemDataView.Designer.cs"> 114 114 <DependentUpon>OrienteeringProblemDataView.cs</DependentUpon> 115 </Compile>116 <Compile Include="OrienteeringProblemView.cs" />117 <Compile Include="OrienteeringProblemView.Designer.cs">118 <DependentUpon>OrienteeringProblemView.cs</DependentUpon>119 115 </Compile> 120 116 <Compile Include="OrienteeringSolutionView.cs"> -
branches/2521_ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj
r17953 r17955 130 130 <Compile Include="QAPVisualizationControl.Designer.cs"> 131 131 <DependentUpon>QAPVisualizationControl.cs</DependentUpon> 132 </Compile>133 <Compile Include="QuadraticAssignmentProblemView.cs" />134 <Compile Include="QuadraticAssignmentProblemView.Designer.cs">135 <DependentUpon>QuadraticAssignmentProblemView.cs</DependentUpon>136 132 </Compile> 137 133 <None Include="Plugin.cs.frame" />
Note: See TracChangeset
for help on using the changeset viewer.