Ignore:
Timestamp:
Mar 4, 2012, 3:38:44 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Project now hold file list as linear list each include relative path to source instead of tree structure. This allow link to files outside of project folder.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Demos/Generics/Generics.tppr

    r23 r47  
    11<?xml version="1.0"?>
    2 <Project Name="Generics">
    3   <Folder Name="Generics">
    4     <File Name="Generics.pas"/>
    5     <File Name="System.pas"/>
    6     <File Name="List.pas"/>
    7   </Folder>
     2<Project>
     3  <Name>Generics</Name>
     4  <Files>
     5    <File>
     6          <FileName>Generics.pas</FileName>
     7    </File>
     8    <File>
     9          <FileName>System.pas</FileName>
     10    </File>
     11    <File>
     12          <FileName>List.pas</FileName>
     13    </File>
     14  </Files>
    815</Project>
Note: See TracChangeset for help on using the changeset viewer.