Changeset 13463
- Timestamp:
- 12/14/15 20:08:23 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r13461 r13463 183 183 </Compile> 184 184 <None Include="HeuristicLab.snk" /> 185 <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.cs">186 <SubType>UserControl</SubType>187 </Compile>188 <Compile Include="Problems\CuboidIdenticalBinPackingProblemView.Designer.cs">189 <DependentUpon>CuboidIdenticalBinPackingProblemView.cs</DependentUpon>190 </Compile>191 <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.cs">192 <SubType>UserControl</SubType>193 </Compile>194 <Compile Include="Problems\RectangularIdenticalBinPackingProblemView.Designer.cs">195 <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>196 </Compile>197 185 <Compile Include="Plugin.cs" /> 198 186 <Compile Include="Properties\AssemblyInfo.cs" /> … … 218 206 <DependentUpon>PackingPlan3DView.cs</DependentUpon> 219 207 </EmbeddedResource> 220 <EmbeddedResource Include="Problems\RectangularIdenticalBinPackingProblemView.resx">221 <DependentUpon>RectangularIdenticalBinPackingProblemView.cs</DependentUpon>222 </EmbeddedResource>223 208 <EmbeddedResource Include="Shapes\CuboidPackingItemView.resx"> 224 209 <DependentUpon>CuboidPackingItemView.cs</DependentUpon> … … 234 219 </EmbeddedResource> 235 220 </ItemGroup> 236 <ItemGroup /> 221 <ItemGroup> 222 <Folder Include="Problems\" /> 223 </ItemGroup> 237 224 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 238 225 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.