Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/13 15:37:26 (11 years ago)
Author:
abeham
Message:

#1961: commit of project files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r9149 r9155  
    184184      <DependentUpon>ScatterPlotDataRowVisualPropertiesControl.cs</DependentUpon>
    185185    </Compile>
    186     <Compile Include="ScatterPlotView.cs" />
     186    <Compile Include="ScatterPlotView.cs">
     187      <SubType>UserControl</SubType>
     188    </Compile>
    187189    <Compile Include="ScatterPlotView.Designer.cs">
    188190      <DependentUpon>ScatterPlotView.cs</DependentUpon>
    189191    </Compile>
    190     <Compile Include="ScatterPlotHistoryView.cs" />
     192    <Compile Include="ScatterPlotHistoryView.cs">
     193      <SubType>UserControl</SubType>
     194    </Compile>
    191195    <Compile Include="ScatterPlotHistoryView.Designer.cs">
    192196      <DependentUpon>ScatterPlotHistoryView.cs</DependentUpon>
    193197    </Compile>
    194198    <None Include="Plugin.cs.frame" />
    195     <Compile Include="AlleleFrequencyCollectionView.cs" />
     199    <Compile Include="AlleleFrequencyCollectionView.cs">
     200      <SubType>UserControl</SubType>
     201    </Compile>
    196202    <Compile Include="AlleleFrequencyCollectionView.Designer.cs">
    197203      <DependentUpon>AlleleFrequencyCollectionView.cs</DependentUpon>
     
    215221      <DependentUpon>DataTableVisualPropertiesDialog.cs</DependentUpon>
    216222    </Compile>
    217     <Compile Include="HeatMapHistoryView.cs" />
     223    <Compile Include="HeatMapHistoryView.cs">
     224      <SubType>UserControl</SubType>
     225    </Compile>
    218226    <Compile Include="HeatMapHistoryView.Designer.cs">
    219227      <DependentUpon>HeatMapHistoryView.cs</DependentUpon>
    220228    </Compile>
    221     <Compile Include="DataTableHistoryView.cs" />
     229    <Compile Include="DataTableHistoryView.cs">
     230      <SubType>UserControl</SubType>
     231    </Compile>
    222232    <Compile Include="DataTableHistoryView.Designer.cs">
    223233      <DependentUpon>DataTableHistoryView.cs</DependentUpon>
    224234    </Compile>
    225     <Compile Include="HeatMapView.cs" />
     235    <Compile Include="HeatMapView.cs">
     236      <SubType>UserControl</SubType>
     237    </Compile>
    226238    <Compile Include="HeatMapView.Designer.cs">
    227239      <DependentUpon>HeatMapView.cs</DependentUpon>
    228240    </Compile>
    229     <Compile Include="AlleleFrequencyView.cs" />
     241    <Compile Include="AlleleFrequencyView.cs">
     242      <SubType>UserControl</SubType>
     243    </Compile>
    230244    <Compile Include="AlleleFrequencyView.Designer.cs">
    231245      <DependentUpon>AlleleFrequencyView.cs</DependentUpon>
    232246    </Compile>
    233     <Compile Include="AlleleFrequencyCollectionHistoryView.cs" />
     247    <Compile Include="AlleleFrequencyCollectionHistoryView.cs">
     248      <SubType>UserControl</SubType>
     249    </Compile>
    234250    <Compile Include="AlleleFrequencyCollectionHistoryView.Designer.cs">
    235251      <DependentUpon>AlleleFrequencyCollectionHistoryView.cs</DependentUpon>
     
    237253    <Compile Include="Plugin.cs" />
    238254    <Compile Include="Properties\AssemblyInfo.cs" />
    239     <Compile Include="DataTableView.cs" />
     255    <Compile Include="DataTableView.cs">
     256      <SubType>UserControl</SubType>
     257    </Compile>
    240258    <Compile Include="DataTableView.Designer.cs">
    241259      <DependentUpon>DataTableView.cs</DependentUpon>
     
    245263    <None Include="HeuristicLab.snk" />
    246264    <None Include="Properties\AssemblyInfo.cs.frame" />
    247   </ItemGroup>
    248   <ItemGroup>
    249     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    250       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    251       <Name>HeuristicLab.Analysis-3.3</Name>
    252       <Private>False</Private>
    253     </ProjectReference>
    254265  </ItemGroup>
    255266  <ItemGroup>
     
    274285      <DependentUpon>HeatMapView.cs</DependentUpon>
    275286    </EmbeddedResource>
     287  </ItemGroup>
     288  <ItemGroup>
     289    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     290      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     291      <Name>HeuristicLab.Analysis-3.3</Name>
     292      <Private>False</Private>
     293    </ProjectReference>
    276294  </ItemGroup>
    277295  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.