Changeset 15174
- Timestamp:
- 07/10/17 13:59:42 (7 years ago)
- Location:
- branches/BinPackingExtension
- Files:
-
- 3 added
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r14876 r15174 139 139 </ItemGroup> 140 140 <ItemGroup> 141 <Compile Include="BinPacking3DProblemView.cs">142 <SubType>UserControl</SubType>143 </Compile>144 <Compile Include="BinPacking3DProblemView.Designer.cs">145 <DependentUpon>BinPacking3DProblemView.cs</DependentUpon>146 </Compile>147 141 <Compile Include="Container3DView.xaml.cs"> 148 142 <DependentUpon>Container3DView.xaml</DependentUpon> … … 170 164 </ItemGroup> 171 165 <ItemGroup> 172 <EmbeddedResource Include="BinPacking3DProblemView.resx">173 <DependentUpon>BinPacking3DProblemView.cs</DependentUpon>174 </EmbeddedResource>175 166 <EmbeddedResource Include="PackingPlan2DView.resx"> 176 167 <DependentUpon>PackingPlan2DView.cs</DependentUpon> -
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14976 r15174 158 158 <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" /> 159 159 <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" /> 160 <Compile Include="Algorithms\3D\ExtremePointAlgorithm.cs" /> 160 161 <Compile Include="3D\Instances\ThreeDInstanceDescriptor.cs" /> 161 162 <Compile Include="3D\Instances\BPPData.cs" />
Note: See TracChangeset
for help on using the changeset viewer.