Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5463


Ignore:
Timestamp:
02/15/11 11:52:16 (13 years ago)
Author:
mkommend
Message:

Reorganized Mainform.WindowsForms plugin and added DragOverTabControl (ticket #1058).

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
Files:
7 added
2 deleted
1 edited
23 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r5163 r5463  
    1212    <AssemblyName>HeuristicLab.MainForm.WindowsForms-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    112113  <ItemGroup>
    113114    <Compile Include="ActionUserInterfaceItem.cs" />
    114     <Compile Include="AsynchronousContentView.cs">
    115       <SubType>UserControl</SubType>
    116     </Compile>
    117     <Compile Include="AsynchronousContentView.Designer.cs">
     115    <Compile Include="Controls\DragOverTabControl.cs">
     116      <SubType>Component</SubType>
     117    </Compile>
     118    <Compile Include="Controls\DragOverTabControl.Designer.cs">
     119      <DependentUpon>DragOverTabControl.cs</DependentUpon>
     120    </Compile>
     121    <Compile Include="Views\AsynchronousContentView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="Views\AsynchronousContentView.Designer.cs">
    118125      <DependentUpon>AsynchronousContentView.cs</DependentUpon>
    119126    </Compile>
    120     <Compile Include="ContentView.cs">
    121       <SubType>UserControl</SubType>
    122     </Compile>
    123     <Compile Include="ContentView.Designer.cs">
     127    <Compile Include="Views\ContentView.cs">
     128      <SubType>UserControl</SubType>
     129    </Compile>
     130    <Compile Include="Views\ContentView.Designer.cs">
    124131      <DependentUpon>ContentView.cs</DependentUpon>
    125132    </Compile>
    126133    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
    127     <Compile Include="ControlExtensions.cs" />
    128     <Compile Include="DockForm.cs">
    129       <SubType>Form</SubType>
    130     </Compile>
    131     <Compile Include="DockForm.Designer.cs">
     134    <Compile Include="Controls\ControlExtensions.cs" />
     135    <Compile Include="MainForms\DockForm.cs">
     136      <SubType>Form</SubType>
     137    </Compile>
     138    <Compile Include="MainForms\DockForm.Designer.cs">
    132139      <DependentUpon>DockForm.cs</DependentUpon>
    133140    </Compile>
    134     <Compile Include="DockingMainForm.cs">
    135       <SubType>Form</SubType>
    136     </Compile>
    137     <Compile Include="DockingMainForm.Designer.cs">
     141    <Compile Include="MainForms\DockingMainForm.cs">
     142      <SubType>Form</SubType>
     143    </Compile>
     144    <Compile Include="MainForms\DockingMainForm.Designer.cs">
    138145      <DependentUpon>DockingMainForm.cs</DependentUpon>
    139146    </Compile>
    140     <Compile Include="Sidebar.cs">
    141       <SubType>UserControl</SubType>
    142     </Compile>
    143     <Compile Include="Sidebar.Designer.cs">
     147    <Compile Include="Controls\Sidebar.cs">
     148      <SubType>UserControl</SubType>
     149    </Compile>
     150    <Compile Include="Controls\Sidebar.Designer.cs">
    144151      <DependentUpon>Sidebar.cs</DependentUpon>
    145152    </Compile>
    146     <Compile Include="DocumentForm.cs">
    147       <SubType>Form</SubType>
    148     </Compile>
    149     <Compile Include="DocumentForm.Designer.cs">
     153    <Compile Include="MainForms\DocumentForm.cs">
     154      <SubType>Form</SubType>
     155    </Compile>
     156    <Compile Include="MainForms\DocumentForm.Designer.cs">
    150157      <DependentUpon>DocumentForm.cs</DependentUpon>
    151158    </Compile>
    152159    <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />
    153     <Compile Include="MainForm.cs">
    154       <SubType>Form</SubType>
    155     </Compile>
    156     <Compile Include="MainForm.Designer.cs">
     160    <Compile Include="MainForms\MainForm.cs">
     161      <SubType>Form</SubType>
     162    </Compile>
     163    <Compile Include="MainForms\MainForm.Designer.cs">
    157164      <DependentUpon>MainForm.cs</DependentUpon>
    158165    </Compile>
    159166    <Compile Include="MenuItem.cs" />
    160     <Compile Include="MultipleDocumentMainForm.cs">
    161       <SubType>Form</SubType>
    162     </Compile>
    163     <Compile Include="MultipleDocumentMainForm.Designer.cs">
     167    <Compile Include="MainForms\MultipleDocumentMainForm.cs">
     168      <SubType>Form</SubType>
     169    </Compile>
     170    <Compile Include="MainForms\MultipleDocumentMainForm.Designer.cs">
    164171      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
    165172    </Compile>
    166173    <Compile Include="Properties\AssemblyInfo.cs" />
    167     <Compile Include="SingleDocumentMainForm.cs">
    168       <SubType>Form</SubType>
    169     </Compile>
    170     <Compile Include="SingleDocumentMainForm.Designer.cs">
     174    <Compile Include="MainForms\SingleDocumentMainForm.cs">
     175      <SubType>Form</SubType>
     176    </Compile>
     177    <Compile Include="MainForms\SingleDocumentMainForm.Designer.cs">
    171178      <DependentUpon>SingleDocumentMainForm.cs</DependentUpon>
    172179    </Compile>
    173180    <Compile Include="ToolBarItem.cs" />
    174     <Compile Include="View.cs">
    175       <SubType>UserControl</SubType>
    176     </Compile>
    177     <Compile Include="View.Designer.cs">
     181    <Compile Include="Views\View.cs">
     182      <SubType>UserControl</SubType>
     183    </Compile>
     184    <Compile Include="Views\View.Designer.cs">
    178185      <DependentUpon>View.cs</DependentUpon>
    179186    </Compile>
    180     <Compile Include="ViewContextMenuStrip.cs">
     187    <Compile Include="Controls\ViewContextMenuStrip.cs">
    181188      <SubType>Component</SubType>
    182189    </Compile>
    183     <Compile Include="ViewContextMenuStrip.Designer.cs">
     190    <Compile Include="Controls\ViewContextMenuStrip.Designer.cs">
    184191      <DependentUpon>ViewContextMenuStrip.cs</DependentUpon>
    185192    </Compile>
    186     <Compile Include="ViewHost.cs">
    187       <SubType>UserControl</SubType>
    188     </Compile>
    189     <Compile Include="ViewHost.Designer.cs">
     193    <Compile Include="Controls\ViewHost.cs">
     194      <SubType>UserControl</SubType>
     195    </Compile>
     196    <Compile Include="Controls\ViewHost.Designer.cs">
    190197      <DependentUpon>ViewHost.cs</DependentUpon>
    191198    </Compile>
Note: See TracChangeset for help on using the changeset viewer.