Ignore:
Timestamp:
Oct 28, 2010, 2:23:49 PM (14 years ago)
Author:
george
Message:
  • Moved: Reorganized file structure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/TemplateGenerics.lpk

    r70 r71  
    88      <PathDelim Value="\"/>
    99      <SearchPaths>
     10        <OtherUnitFiles Value="Specialized"/>
    1011        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    1112      </SearchPaths>
     
    1415      </Other>
    1516    </CompilerOptions>
    16     <Files Count="13">
     17    <Files Count="15">
    1718      <Item1>
    18         <Filename Value="ListString.pas"/>
    19         <UnitName Value="ListString"/>
     19        <Filename Value="Generic\DictionaryImplementation.tpl"/>
     20        <Type Value="Text"/>
    2021      </Item1>
    2122      <Item2>
    22         <Filename Value="ListGenericImplementation.tpl"/>
     23        <Filename Value="Generic\DictionaryInterface.tpl"/>
    2324        <Type Value="Text"/>
    2425      </Item2>
    2526      <Item3>
    26         <Filename Value="ListGenericInterface.tpl"/>
     27        <Filename Value="Generic\ListImplementation.tpl"/>
    2728        <Type Value="Text"/>
    2829      </Item3>
    2930      <Item4>
    30         <Filename Value="ListInteger.pas"/>
    31         <UnitName Value="ListInteger"/>
     31        <Filename Value="Generic\ListInterface.tpl"/>
     32        <Type Value="Text"/>
    3233      </Item4>
    3334      <Item5>
    34         <Filename Value="ListObject.pas"/>
    35         <UnitName Value="ListObject"/>
     35        <Filename Value="Generic\TreeImplementation.tpl"/>
     36        <Type Value="Text"/>
    3637      </Item5>
    3738      <Item6>
    38         <Filename Value="ListPointer.pas"/>
    39         <UnitName Value="ListPointer"/>
     39        <Filename Value="Generic\TreeInterface.tpl"/>
     40        <Type Value="Text"/>
    4041      </Item6>
    4142      <Item7>
    42         <Filename Value="TreeString.pas"/>
    43         <UnitName Value="TreeString"/>
     43        <Filename Value="Specialized\ListDouble.pas"/>
     44        <UnitName Value="ListDouble"/>
    4445      </Item7>
    4546      <Item8>
    46         <Filename Value="TreeGenericImplementation.tpl"/>
    47         <Type Value="Text"/>
     47        <Filename Value="Specialized\ListInteger.pas"/>
     48        <UnitName Value="ListInteger"/>
    4849      </Item8>
    4950      <Item9>
    50         <Filename Value="TreeGenericInterface.tpl"/>
    51         <Type Value="Text"/>
     51        <Filename Value="Specialized\ListObject.pas"/>
     52        <UnitName Value="ListObject"/>
    5253      </Item9>
    5354      <Item10>
    54         <Filename Value="TreeInteger.pas"/>
    55         <UnitName Value="TreeInteger"/>
     55        <Filename Value="Specialized\ListPointer.pas"/>
     56        <UnitName Value="ListPointer"/>
    5657      </Item10>
    5758      <Item11>
    58         <Filename Value="TreeObject.pas"/>
    59         <UnitName Value="TreeObject"/>
     59        <Filename Value="Specialized\ListString.pas"/>
     60        <UnitName Value="ListString"/>
    6061      </Item11>
    6162      <Item12>
    62         <Filename Value="TreePointer.pas"/>
    63         <UnitName Value="TreePointer"/>
     63        <Filename Value="Specialized\TreeInteger.pas"/>
     64        <UnitName Value="TreeInteger"/>
    6465      </Item12>
    6566      <Item13>
    66         <Filename Value="ListDouble.pas"/>
    67         <UnitName Value="ListDouble"/>
     67        <Filename Value="Specialized\TreeObject.pas"/>
     68        <UnitName Value="TreeObject"/>
    6869      </Item13>
     70      <Item14>
     71        <Filename Value="Specialized\TreePointer.pas"/>
     72        <UnitName Value="TreePointer"/>
     73      </Item14>
     74      <Item15>
     75        <Filename Value="Specialized\TreeString.pas"/>
     76        <UnitName Value="TreeString"/>
     77      </Item15>
    6978    </Files>
    7079    <Type Value="RunAndDesignTime"/>
Note: See TracChangeset for help on using the changeset viewer.