Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 19:24:23 (15 years ago)
Author:
gkronber
Message:

Created a branch for #713

Location:
branches/GP-Refactoring-713
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj

    r1534 r2202  
    8383  <ItemGroup>
    8484    <Compile Include="BakedFunctionTree.cs" />
     85    <Compile Include="FunctionLibrary.cs" />
     86    <Compile Include="FunctionLibraryEditor.cs">
     87      <SubType>UserControl</SubType>
     88    </Compile>
     89    <Compile Include="FunctionLibraryEditor.Designer.cs">
     90      <DependentUpon>FunctionLibraryEditor.cs</DependentUpon>
     91    </Compile>
     92    <Compile Include="FunctionTreeView.cs">
     93      <SubType>UserControl</SubType>
     94    </Compile>
     95    <Compile Include="FunctionTreeView.Designer.cs">
     96      <DependentUpon>FunctionTreeView.cs</DependentUpon>
     97    </Compile>
     98    <Compile Include="FunView.cs">
     99      <SubType>UserControl</SubType>
     100    </Compile>
     101    <Compile Include="FunView.Designer.cs">
     102      <DependentUpon>FunView.cs</DependentUpon>
     103    </Compile>
    85104    <Compile Include="TrainingWindowSlider.cs" />
    86105    <Compile Include="DefaultFunctionTreeNameGenerator.cs" />
     
    95114    <Compile Include="IFunctionTreeExporter.cs" />
    96115    <Compile Include="FunctionBase.cs" />
    97     <Compile Include="FunctionView.cs">
    98       <SubType>UserControl</SubType>
    99     </Compile>
    100     <Compile Include="FunctionView.Designer.cs">
    101       <DependentUpon>FunctionView.cs</DependentUpon>
    102     </Compile>
    103     <Compile Include="GPOperatorGroup.cs" />
    104     <Compile Include="GPOperatorLibrary.cs" />
    105     <Compile Include="GPOperatorLibraryEditor.cs">
    106       <SubType>UserControl</SubType>
    107     </Compile>
    108     <Compile Include="GPOperatorLibraryEditor.Designer.cs">
    109       <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
    110     </Compile>
    111116    <Compile Include="HeuristicLabGPPlugin.cs" />
    112117    <Compile Include="IFunction.cs" />
     
    162167  </ItemGroup>
    163168  <ItemGroup>
    164     <EmbeddedResource Include="FunctionView.resx">
    165       <DependentUpon>FunctionView.cs</DependentUpon>
    166       <SubType>Designer</SubType>
     169    <EmbeddedResource Include="FunctionLibraryEditor.resx">
     170      <DependentUpon>FunctionLibraryEditor.cs</DependentUpon>
    167171    </EmbeddedResource>
    168     <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
    169       <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
    170       <SubType>Designer</SubType>
     172    <EmbeddedResource Include="FunctionTreeView.resx">
     173      <DependentUpon>FunctionTreeView.cs</DependentUpon>
    171174    </EmbeddedResource>
    172175  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.