Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12593


Ignore:
Timestamp:
07/06/15 10:16:27 (9 years ago)
Author:
ascheibe
Message:

#2306 fixed name of bool matrix view

Location:
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views
Files:
1 deleted
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views/HeuristicLab.Problems.NK.Views.csproj

    r11626 r12593  
    138138  </ItemGroup>
    139139  <ItemGroup>
    140     <Compile Include="BoolMatrixBitmapView.cs">
     140    <Compile Include="BoolMatrixView.cs">
    141141      <SubType>UserControl</SubType>
    142142    </Compile>
    143     <Compile Include="BoolMatrixBitmapView.Designer.cs">
    144       <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
     143    <Compile Include="BoolMatrixView.Designer.cs">
     144      <DependentUpon>BoolMatrixView.cs</DependentUpon>
    145145    </Compile>
    146146    <Compile Include="HeuristicLabProblemsNKViewsPlugin.cs" />
    147147    <Compile Include="Properties\AssemblyInfo.cs" />
    148   </ItemGroup>
    149   <ItemGroup>
    150     <EmbeddedResource Include="BoolMatrixBitmapView.resx">
    151       <DependentUpon>BoolMatrixBitmapView.cs</DependentUpon>
    152     </EmbeddedResource>
    153148  </ItemGroup>
    154149  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.