Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/18/09 01:08:12 (15 years ago)
Author:
mkommend
Message:

implemented changes regarding detection of view types and default views as discussed with SWA (ticket #771)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mainform refactoring/HeuristicLab.MainForm.Test/3.2/HeuristicLab.MainForm.Test-3.2.csproj

    r2426 r2437  
    8787    <Compile Include="ButtonItems\SaveToolStripButtonItem.cs" />
    8888    <Compile Include="ButtonItems\OpenToolStripButtonItem.cs" />
     89    <Compile Include="FormView2.cs">
     90      <SubType>UserControl</SubType>
     91    </Compile>
     92    <Compile Include="FormView2.Designer.cs">
     93      <DependentUpon>FormView2.cs</DependentUpon>
     94    </Compile>
    8995    <Compile Include="HeuristicLabSingleDocumentMainFormTestApplication.cs" />
    9096    <Compile Include="HeuristicLabMultipleDocumentMainFormTestApplication.cs" />
     
    140146  </ItemGroup>
    141147  <ItemGroup>
     148    <EmbeddedResource Include="FormView2.resx">
     149      <DependentUpon>FormView2.cs</DependentUpon>
     150    </EmbeddedResource>
    142151    <EmbeddedResource Include="EditorView.resx">
    143152      <DependentUpon>EditorView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.