Changeset 13575
- Timestamp:
- 01/28/16 18:35:35 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3
- Files:
-
- 8 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r13574 r13575 160 160 <Compile Include="Shapes\Container3DView.xaml.cs"> 161 161 <DependentUpon>Container3DView.xaml</DependentUpon> 162 </Compile>163 <Compile Include="Shapes\CuboidPackingItemView.cs">164 <SubType>UserControl</SubType>165 </Compile>166 <Compile Include="Shapes\CuboidPackingItemView.Designer.cs">167 <DependentUpon>CuboidPackingItemView.cs</DependentUpon>168 </Compile>169 <Compile Include="Shapes\CuboidPackingShapeView.cs">170 <SubType>UserControl</SubType>171 </Compile>172 <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">173 <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>174 </Compile>175 <Compile Include="Shapes\RectangularPackingItemView.cs">176 <SubType>UserControl</SubType>177 </Compile>178 <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">179 <DependentUpon>RectangularPackingItemView.cs</DependentUpon>180 </Compile>181 <Compile Include="Shapes\RectangularPackingShapeView.cs">182 <SubType>UserControl</SubType>183 </Compile>184 <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">185 <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>186 162 </Compile> 187 163 <None Include="HeuristicLab.snk" />
Note: See TracChangeset
for help on using the changeset viewer.