Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 16:24:17 (10 years ago)
Author:
aesterer
Message:

Changed buttons to icon buttons and added icons to content elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10311 r10313  
    9595    <Compile Include="Interfaces\ITransformationLogic.cs" />
    9696    <Compile Include="PreprocessingCloner.cs" />
     97    <Compile Include="Properties\Resources.Designer.cs">
     98      <AutoGen>True</AutoGen>
     99      <DesignTime>True</DesignTime>
     100      <DependentUpon>Resources.resx</DependentUpon>
     101    </Compile>
    97102    <Compile Include="Views\FilterView.cs">
    98103      <SubType>UserControl</SubType>
     
    219224    </ProjectReference>
    220225  </ItemGroup>
     226  <ItemGroup>
     227    <EmbeddedResource Include="Properties\Resources.resx">
     228      <Generator>ResXFileCodeGenerator</Generator>
     229      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     230    </EmbeddedResource>
     231    <EmbeddedResource Include="Views\DataPreprocessingView.resx">
     232      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     233    </EmbeddedResource>
     234    <EmbeddedResource Include="Views\StatisticsView.resx">
     235      <DependentUpon>StatisticsView.cs</DependentUpon>
     236    </EmbeddedResource>
     237  </ItemGroup>
    221238  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    222239  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.