Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 22:21:09 (14 years ago)
Author:
swagner
Message:

Renamed files of HeuristicLab.Data (#909)

Location:
trunk/sources/HeuristicLab.Data.Views/3.3
Files:
1 edited
10 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r2973 r3047  
    8585  </ItemGroup>
    8686  <ItemGroup>
    87     <Compile Include="BoolDataView.cs">
     87    <None Include="HeuristicLabDataViewsPlugin.cs.frame" />
     88    <Compile Include="BoolValueView.cs">
    8889      <SubType>UserControl</SubType>
    8990    </Compile>
    90     <Compile Include="BoolDataView.Designer.cs">
    91       <DependentUpon>BoolDataView.cs</DependentUpon>
     91    <Compile Include="BoolValueView.Designer.cs">
     92      <DependentUpon>BoolValueView.cs</DependentUpon>
    9293    </Compile>
    93     <None Include="HeuristicLabDataViewsPlugin.cs.frame" />
    94     <Compile Include="ComparisonDataView.cs">
     94    <Compile Include="ComparisonView.cs">
    9595      <SubType>UserControl</SubType>
    9696    </Compile>
    97     <Compile Include="ComparisonDataView.Designer.cs">
    98       <DependentUpon>ComparisonDataView.cs</DependentUpon>
    99     </Compile>
    100     <Compile Include="StringConvertibleArrayDataView.cs">
    101       <SubType>UserControl</SubType>
    102     </Compile>
    103     <Compile Include="StringConvertibleArrayDataView.Designer.cs">
    104       <DependentUpon>StringConvertibleArrayDataView.cs</DependentUpon>
    105     </Compile>
    106     <Compile Include="StringConvertibleDataView.cs">
    107       <SubType>UserControl</SubType>
    108     </Compile>
    109     <Compile Include="StringConvertibleDataView.Designer.cs">
    110       <DependentUpon>StringConvertibleDataView.cs</DependentUpon>
     97    <Compile Include="ComparisonView.Designer.cs">
     98      <DependentUpon>ComparisonView.cs</DependentUpon>
    11199    </Compile>
    112100    <Compile Include="HeuristicLabDataViewsPlugin.cs" />
    113101    <Compile Include="Properties\AssemblyInfo.cs" />
    114     <Compile Include="StringConvertibleMatrixDataView.cs">
     102    <Compile Include="StringConvertibleArrayView.cs">
    115103      <SubType>UserControl</SubType>
    116104    </Compile>
    117     <Compile Include="StringConvertibleMatrixDataView.Designer.cs">
    118       <DependentUpon>StringConvertibleMatrixDataView.cs</DependentUpon>
     105    <Compile Include="StringConvertibleArrayView.Designer.cs">
     106      <DependentUpon>StringConvertibleArrayView.cs</DependentUpon>
     107    </Compile>
     108    <Compile Include="StringConvertibleMatrixView.cs">
     109      <SubType>UserControl</SubType>
     110    </Compile>
     111    <Compile Include="StringConvertibleMatrixView.Designer.cs">
     112      <DependentUpon>StringConvertibleMatrixView.cs</DependentUpon>
     113    </Compile>
     114    <Compile Include="StringConvertibleValueView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="StringConvertibleValueView.Designer.cs">
     118      <DependentUpon>StringConvertibleValueView.cs</DependentUpon>
    119119    </Compile>
    120120  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.