Changeset 14128 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-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.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj
r14063 r14128 163 163 <ItemGroup> 164 164 <Compile Include="BinPacking2D.cs" /> 165 <Compile Include="Decoders\BL\BottomLeftGroupingVectorDecoder.cs" /> 166 <Compile Include="Decoders\BL\BottomLeftMultiComponentVectorDecoder.cs" /> 167 <Compile Include="Decoders\BL\BottomLeftPackingSequenceDecoder.cs" /> 168 <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder2D.cs" /> 169 <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" /> 170 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" /> 165 <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs"> 166 <SubType>Code</SubType> 167 </Compile> 171 168 <Compile Include="Instances\BPPData.cs" /> 172 169 <Compile Include="Instances\RandomDataDescriptor.cs" /> … … 176 173 <Compile Include="Interfaces\I2DOperator.cs" /> 177 174 <Compile Include="Interfaces\I2DPSDecoder.cs" /> 178 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs" />179 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs" />180 <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" />181 175 <Compile Include="PackingItem.cs" /> 182 176 <Compile Include="PackingPosition.cs" /> 183 177 <Compile Include="PackingRatioEvaluator.cs" /> 178 <Compile Include="PackingSequenceProblem.cs" /> 184 179 <Compile Include="PackingShape.cs" /> 185 180 <Compile Include="Plugin.cs" /> 186 <Compile Include="Problem.cs" />187 181 <Compile Include="Properties\AssemblyInfo.cs" /> 188 182 <Compile Include="Solution.cs" /> … … 198 192 <Name>HeuristicLab.Problems.BinPacking-3.3</Name> 199 193 </ProjectReference> 194 </ItemGroup> 195 <ItemGroup> 196 <Folder Include="Decoders\BL\" /> 197 <Folder Include="MoveEvaluators\" /> 200 198 </ItemGroup> 201 199 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.