Changeset 14128 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
- Timestamp:
- 07/20/16 14:02:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
r14062 r14128 166 166 <Compile Include="DecoderInterfaces\I3DMCVDecoder.cs" /> 167 167 <Compile Include="DecoderInterfaces\I3DPSDecoder.cs" /> 168 <Compile Include="Decoders\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />169 <Compile Include="Decoders\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />170 168 <Compile Include="Decoders\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" /> 171 <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder3D.cs" />172 <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />173 169 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" /> 174 170 <Compile Include="I3DOperator.cs" /> … … 184 180 <Compile Include="PackingShape.cs" /> 185 181 <Compile Include="Plugin.cs" /> 186 <Compile Include="Problem.cs" />187 182 <Compile Include="Properties\AssemblyInfo.cs" /> 188 183 <Compile Include="Solution.cs" />
Note: See TracChangeset
for help on using the changeset viewer.