Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/08 16:21:36 (16 years ago)
Author:
gkronber
Message:

added possibility to manually scale data. (ticket #167)

File:
1 edited

Legend:

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

    r273 r312  
    6262    <Compile Include="HeuristicLabDataAnalysisPlugin.cs" />
    6363    <Compile Include="IDatasetManipulator.cs" />
     64    <Compile Include="ManualScalingControl.cs">
     65      <SubType>Form</SubType>
     66    </Compile>
     67    <Compile Include="ManualScalingControl.Designer.cs">
     68      <DependentUpon>ManualScalingControl.cs</DependentUpon>
     69    </Compile>
    6470    <Compile Include="Properties\AssemblyInfo.cs" />
    6571    <Compile Include="Regression.cs" />
     
    9298      <SubType>Designer</SubType>
    9399    </EmbeddedResource>
     100    <EmbeddedResource Include="ManualScalingControl.resx">
     101      <DependentUpon>ManualScalingControl.cs</DependentUpon>
     102    </EmbeddedResource>
    94103    <EmbeddedResource Include="SvmExporter.resx">
    95104      <DependentUpon>SvmExporter.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.