Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 10:48:19 (10 years ago)
Author:
rstoll
Message:
  • Renamed FindAndReplace to SearchAndReplace
  • Added "Search" and "Replace" buttons to DataGrid
File:
1 edited

Legend:

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

    r10738 r10762  
    8989      <DependentUpon>FilterView.cs</DependentUpon>
    9090    </Compile>
    91     <Compile Include="FindAndReplaceDialog.cs">
     91    <Compile Include="SearchAndReplaceDialog.cs">
    9292      <SubType>Form</SubType>
    9393    </Compile>
    94     <Compile Include="FindAndReplaceDialog.Designer.cs">
    95       <DependentUpon>FindAndReplaceDialog.cs</DependentUpon>
     94    <Compile Include="SearchAndReplaceDialog.Designer.cs">
     95      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
    9696    </Compile>
    9797    <Compile Include="HistogramView.cs">
     
    242242      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    243243    </ProjectReference>
     244  </ItemGroup>
     245  <ItemGroup>
     246    <EmbeddedResource Include="DataGridContentView.resx">
     247      <DependentUpon>DataGridContentView.cs</DependentUpon>
     248    </EmbeddedResource>
    244249  </ItemGroup>
    245250  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.