Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/16 18:21:19 (8 years ago)
Author:
gkronber
Message:

#1966 work in progress WPF control to visualize packings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj

    r13466 r13532  
    140140      <Private>False</Private>
    141141    </Reference>
     142    <Reference Include="PresentationCore" />
     143    <Reference Include="PresentationFramework" />
    142144    <Reference Include="System" />
    143145    <Reference Include="System.Core" />
    144146    <Reference Include="System.Drawing" />
    145147    <Reference Include="System.Windows.Forms" />
    146   </ItemGroup>
    147   <ItemGroup>
    148     <Compile Include="PackingPlans\PackingPlan2DView.cs">
    149       <SubType>UserControl</SubType>
    150     </Compile>
    151     <Compile Include="PackingPlans\PackingPlan2DView.Designer.cs">
    152       <DependentUpon>PackingPlan2DView.cs</DependentUpon>
    153     </Compile>
     148    <Reference Include="System.Xaml" />
     149    <Reference Include="UIAutomationProvider" />
     150    <Reference Include="WindowsBase" />
     151    <Reference Include="WindowsFormsIntegration" />
     152  </ItemGroup>
     153  <ItemGroup>
    154154    <Compile Include="PackingPlans\PackingPlan3DView.cs">
    155155      <SubType>UserControl</SubType>
     
    158158      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
    159159    </Compile>
     160    <Compile Include="Shapes\Container3DView.xaml.cs">
     161      <DependentUpon>Container3DView.xaml</DependentUpon>
     162    </Compile>
    160163    <Compile Include="Shapes\CuboidPackingItemView.cs">
    161164      <SubType>UserControl</SubType>
     
    169172    <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">
    170173      <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
    171     </Compile>
    172     <Compile Include="Shapes\RectangularPackingItemView.cs">
    173       <SubType>UserControl</SubType>
    174     </Compile>
    175     <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">
    176       <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
    177     </Compile>
    178     <Compile Include="Shapes\RectangularPackingShapeView.cs">
    179       <SubType>UserControl</SubType>
    180     </Compile>
    181     <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">
    182       <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
    183174    </Compile>
    184175    <None Include="HeuristicLab.snk" />
     
    194185      <Private>False</Private>
    195186    </ProjectReference>
    196     <ProjectReference Include="..\..\PackingPlanVisualizations\PackingPlanVisualizations.csproj">
    197       <Project>{0fd5ea67-a284-4166-9f45-9c6bc07d5b83}</Project>
    198       <Name>PackingPlanVisualizations</Name>
    199     </ProjectReference>
     187  </ItemGroup>
     188  <ItemGroup>
     189    <EmbeddedResource Include="PackingPlans\PackingPlan3DView.resx">
     190      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
     191    </EmbeddedResource>
     192  </ItemGroup>
     193  <ItemGroup>
     194    <Page Include="Shapes\Container3DView.xaml">
     195      <SubType>Designer</SubType>
     196      <Generator>MSBuild:Compile</Generator>
     197    </Page>
    200198  </ItemGroup>
    201199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.