Changeset 13023 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
- Timestamp:
- 10/16/15 12:03:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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" />
Note: See TracChangeset
for help on using the changeset viewer.