Changeset 14062 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
- Timestamp:
- 07/13/16 20:39:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj
r14055 r14062 151 151 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 152 152 </Reference> 153 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 154 <SpecificVersion>False</SpecificVersion> 155 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 156 </Reference> 153 157 <Reference Include="System" /> 154 158 <Reference Include="System.Core" /> … … 170 174 <Compile Include="I3DOperator.cs" /> 171 175 <Compile Include="Instances\BPPData.cs" /> 172 <Compile Include="Instances\BPPInstanceProvider.cs" /> 173 <Compile Include="Instances\BPPORLIBDataDescriptor.cs" /> 174 <Compile Include="Instances\BPPORLIBParser.cs" /> 176 <Compile Include="Instances\RandomDataDescriptor.cs" /> 177 <Compile Include="Instances\RandomInstanceProvider.cs" /> 175 178 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" /> 176 179 <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" /> … … 187 190 <ItemGroup> 188 191 <None Include="HeuristicLab.snk" /> 189 <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />190 192 <None Include="Properties\AssemblyInfo.cs.frame" /> 191 193 <None Include="Plugin.cs.frame" />
Note: See TracChangeset
for help on using the changeset viewer.