Changeset 13023
- Timestamp:
- 10/16/15 12:03:51 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.BinPacking.sln
r13020 r13023 27 27 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 28 28 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Any CPU.Build.0 = Debug|Any CPU 29 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Mixed Platforms.ActiveCfg = Debug| x8630 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Mixed Platforms.Build.0 = Debug| x8629 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 30 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 31 31 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|x64.ActiveCfg = Debug|x64 32 32 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Debug|x64.Build.0 = Debug|x64 … … 35 35 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Any CPU.ActiveCfg = Release|Any CPU 36 36 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Any CPU.Build.0 = Release|Any CPU 37 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Mixed Platforms.ActiveCfg = Release| x8638 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Mixed Platforms.Build.0 = Release| x8637 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 38 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|Mixed Platforms.Build.0 = Release|Any CPU 39 39 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|x64.ActiveCfg = Release|x64 40 40 {F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}.Release|x64.Build.0 = Release|x64 … … 43 43 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 44 44 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.Build.0 = Debug|Any CPU 45 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Mixed Platforms.ActiveCfg = Debug| x8646 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Mixed Platforms.Build.0 = Debug| x8645 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 46 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 47 47 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.ActiveCfg = Debug|x64 48 48 {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.Build.0 = Debug|x64 … … 51 51 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.ActiveCfg = Release|Any CPU 52 52 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.Build.0 = Release|Any CPU 53 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Mixed Platforms.ActiveCfg = Release| x8654 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Mixed Platforms.Build.0 = Release| x8653 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 54 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Mixed Platforms.Build.0 = Release|Any CPU 55 55 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.ActiveCfg = Release|x64 56 56 {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.Build.0 = Release|x64 -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r13020 r13023 151 151 </ItemGroup> 152 152 <ItemGroup> 153 <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs"> 154 <SubType>UserControl</SubType> 155 </Compile> 153 <None Include="HeuristicLab.snk" /> 154 <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs" /> 156 155 <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.Designer.cs"> 157 156 <DependentUpon>CuboidIdenticalBinPackingProblemView.cs</DependentUpon> 158 157 </Compile> 159 <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs"> 160 <SubType>UserControl</SubType> 161 </Compile> 158 <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs" /> 162 159 <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.Designer.cs"> 163 160 <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon> 164 </Compile>165 <None Include="HeuristicLab.snk" />166 <Compile Include="PackingPlans\PackingPlan2DView.cs">167 <SubType>UserControl</SubType>168 </Compile>169 <Compile Include="PackingPlans\PackingPlan2DView.Designer.cs">170 <DependentUpon>PackingPlan2DView.cs</DependentUpon>171 </Compile>172 <Compile Include="Shapes\CuboidPackingItemView.cs">173 <SubType>UserControl</SubType>174 </Compile>175 <Compile Include="Shapes\CuboidPackingItemView.Designer.cs">176 <DependentUpon>CuboidPackingItemView.cs</DependentUpon>177 </Compile>178 <Compile Include="Shapes\RectangularPackingItemView.cs">179 <SubType>UserControl</SubType>180 </Compile>181 <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">182 <DependentUpon>RectangularPackingItemView.cs</DependentUpon>183 </Compile>184 <Compile Include="Shapes\CuboidPackingShapeView.cs">185 <SubType>UserControl</SubType>186 </Compile>187 <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">188 <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>189 </Compile>190 <Compile Include="Shapes\RectangularPackingShapeView.cs">191 <SubType>UserControl</SubType>192 </Compile>193 <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">194 <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>195 </Compile>196 <Compile Include="PackingPlans\PackingPlan3DView.cs">197 <SubType>UserControl</SubType>198 </Compile>199 <Compile Include="PackingPlans\PackingPlan3DView.Designer.cs">200 <DependentUpon>PackingPlan3DView.cs</DependentUpon>201 161 </Compile> 202 162 <Compile Include="Plugin.cs" /> … … 213 173 </ItemGroup> 214 174 <ItemGroup> 215 <EmbeddedResource Include="PackingPlans\PackingPlan2DView.resx">216 <DependentUpon>PackingPlan2DView.cs</DependentUpon>217 </EmbeddedResource>218 <EmbeddedResource Include="Shapes\CuboidPackingItemView.resx">219 <DependentUpon>CuboidPackingItemView.cs</DependentUpon>220 </EmbeddedResource>221 <EmbeddedResource Include="Shapes\RectangularPackingItemView.resx">222 <DependentUpon>RectangularPackingItemView.cs</DependentUpon>223 </EmbeddedResource>224 <EmbeddedResource Include="Shapes\CuboidPackingShapeView.resx">225 <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>226 </EmbeddedResource>227 175 <EmbeddedResource Include="Problems\RectangularIdenticalBinPackingProblemView.resx"> 228 176 <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon> 229 177 </EmbeddedResource> 230 <EmbeddedResource Include="Shapes\RectangularPackingShapeView.resx"> 231 <DependentUpon>RectangularPackingShapeView.cs</DependentUpon> 232 </EmbeddedResource> 233 <EmbeddedResource Include="PackingPlans\PackingPlan3DView.resx"> 234 <DependentUpon>PackingPlan3DView.cs</DependentUpon> 235 </EmbeddedResource> 178 </ItemGroup> 179 <ItemGroup> 180 <Folder Include="PackingPlans\" /> 181 <Folder Include="Shapes\" /> 236 182 </ItemGroup> 237 183 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Instances/BPPInstanceProvider.cs
r9348 r13023 26 26 using System.Reflection; 27 27 using System.Text.RegularExpressions; 28 using ICSharpCode.SharpZipLib.Zip;29 28 30 29 namespace HeuristicLab.Problems.Instances.BinPacking {
Note: See TracChangeset
for help on using the changeset viewer.