Changeset 71 for Generics/TemplateGenerics/TemplateGenerics.lpk
- Timestamp:
- Oct 28, 2010, 2:23:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/TemplateGenerics.lpk
r70 r71 8 8 <PathDelim Value="\"/> 9 9 <SearchPaths> 10 <OtherUnitFiles Value="Specialized"/> 10 11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 11 12 </SearchPaths> … … 14 15 </Other> 15 16 </CompilerOptions> 16 <Files Count="1 3">17 <Files Count="15"> 17 18 <Item1> 18 <Filename Value=" ListString.pas"/>19 < UnitName Value="ListString"/>19 <Filename Value="Generic\DictionaryImplementation.tpl"/> 20 <Type Value="Text"/> 20 21 </Item1> 21 22 <Item2> 22 <Filename Value=" ListGenericImplementation.tpl"/>23 <Filename Value="Generic\DictionaryInterface.tpl"/> 23 24 <Type Value="Text"/> 24 25 </Item2> 25 26 <Item3> 26 <Filename Value=" ListGenericInterface.tpl"/>27 <Filename Value="Generic\ListImplementation.tpl"/> 27 28 <Type Value="Text"/> 28 29 </Item3> 29 30 <Item4> 30 <Filename Value=" ListInteger.pas"/>31 < UnitName Value="ListInteger"/>31 <Filename Value="Generic\ListInterface.tpl"/> 32 <Type Value="Text"/> 32 33 </Item4> 33 34 <Item5> 34 <Filename Value=" ListObject.pas"/>35 < UnitName Value="ListObject"/>35 <Filename Value="Generic\TreeImplementation.tpl"/> 36 <Type Value="Text"/> 36 37 </Item5> 37 38 <Item6> 38 <Filename Value=" ListPointer.pas"/>39 < UnitName Value="ListPointer"/>39 <Filename Value="Generic\TreeInterface.tpl"/> 40 <Type Value="Text"/> 40 41 </Item6> 41 42 <Item7> 42 <Filename Value=" TreeString.pas"/>43 <UnitName Value=" TreeString"/>43 <Filename Value="Specialized\ListDouble.pas"/> 44 <UnitName Value="ListDouble"/> 44 45 </Item7> 45 46 <Item8> 46 <Filename Value=" TreeGenericImplementation.tpl"/>47 < Type Value="Text"/>47 <Filename Value="Specialized\ListInteger.pas"/> 48 <UnitName Value="ListInteger"/> 48 49 </Item8> 49 50 <Item9> 50 <Filename Value=" TreeGenericInterface.tpl"/>51 < Type Value="Text"/>51 <Filename Value="Specialized\ListObject.pas"/> 52 <UnitName Value="ListObject"/> 52 53 </Item9> 53 54 <Item10> 54 <Filename Value=" TreeInteger.pas"/>55 <UnitName Value=" TreeInteger"/>55 <Filename Value="Specialized\ListPointer.pas"/> 56 <UnitName Value="ListPointer"/> 56 57 </Item10> 57 58 <Item11> 58 <Filename Value=" TreeObject.pas"/>59 <UnitName Value=" TreeObject"/>59 <Filename Value="Specialized\ListString.pas"/> 60 <UnitName Value="ListString"/> 60 61 </Item11> 61 62 <Item12> 62 <Filename Value=" TreePointer.pas"/>63 <UnitName Value="Tree Pointer"/>63 <Filename Value="Specialized\TreeInteger.pas"/> 64 <UnitName Value="TreeInteger"/> 64 65 </Item12> 65 66 <Item13> 66 <Filename Value=" ListDouble.pas"/>67 <UnitName Value=" ListDouble"/>67 <Filename Value="Specialized\TreeObject.pas"/> 68 <UnitName Value="TreeObject"/> 68 69 </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> 69 78 </Files> 70 79 <Type Value="RunAndDesignTime"/>
Note:
See TracChangeset
for help on using the changeset viewer.