Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/09 21:36:46 (15 years ago)
Author:
dwagner
Message:

Added OptionsDialog, min and max lines and fixed bug in auto-adjust. (#478) (#345)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj

    r1182 r1187  
    8383    <Compile Include="DefaultLabelProvider.cs" />
    8484    <Compile Include="Grid.cs" />
     85    <Compile Include="HorizontalLineShape.cs" />
    8586    <Compile Include="ILabelProvider.cs" />
    8687    <Compile Include="IMouseEventListener.cs" />
     88    <Compile Include="OptionsDialog.cs">
     89      <SubType>Form</SubType>
     90    </Compile>
     91    <Compile Include="OptionsDialog.Designer.cs">
     92      <DependentUpon>OptionsDialog.cs</DependentUpon>
     93    </Compile>
    8794    <Compile Include="PanListener.cs" />
    8895    <Compile Include="TextShape.cs" />
     
    138145      <SubType>Designer</SubType>
    139146    </EmbeddedResource>
     147    <EmbeddedResource Include="OptionsDialog.resx">
     148      <DependentUpon>OptionsDialog.cs</DependentUpon>
     149    </EmbeddedResource>
    140150  </ItemGroup>
    141151  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.