Changeset 47 for trunk/Demos


Ignore:
Timestamp:
Mar 4, 2012, 3:38:44 PM (13 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.
Location:
trunk/Demos
Files:
3 edited

Legend:

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

    r15 r47  
    22<Project>
    33  <Files>
    4     <File Type="File" Name="Console.pas" />
    5     <File Type="File" Name="System.pas" />
     4    <File>
     5          <FileName>Console.pas</FileName>
     6    </File>
     7    <File>
     8          <FileName>System.pas</FileName>
     9    </File>
    610  </Files>
    711</Project>
  • 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>
  • trunk/Demos/Structure/Project.tppr

    r15 r47  
    22<Project>
    33  <Files>
    4     <File Type="File" Name="Project.pas" />
    5     <File Type="File" Name="System.pas" />
     4    <File>
     5          <FileName>Project.pas</FileName>
     6    </File>
     7    <File>
     8          <FileName>System.pas</FileName>
     9    </File>
    610  </Files>
    711</Project>
Note: See TracChangeset for help on using the changeset viewer.