Ignore:
Timestamp:
May 9, 2013, 9:21:23 PM (11 years ago)
Author:
chronos
Message:
  • Added: Demo IDE placed in subfolder Demo.
  • Added: Base TDataModule as container for non visual components. It's part of TLDPlatform component.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • platform/trunk/LDPlatform.dproj

    r9 r10  
    33        <ProjectGuid>{CF6A5952-A058-467F-8C9C-96757298FA10}</ProjectGuid>
    44        <MainSource>LDPlatform.dpk</MainSource>
    5         <ProjectVersion>14.3</ProjectVersion>
     5        <ProjectVersion>14.6</ProjectVersion>
    66        <FrameworkType>VCL</FrameworkType>
    77        <Base>True</Base>
     
    9090        <DCCReference Include="vcl.dcp"/>
    9191        <DCCReference Include="vclactnband.dcp"/>
    92         <DCCReference Include="UFormMain.pas">
     92        <DCCReference Include="LDPlatform.FormMain.pas">
    9393            <Form>FormMain</Form>
    9494        </DCCReference>
    95         <DCCReference Include="UFormOptions.pas">
     95        <DCCReference Include="LDPlatform.FormOptions.pas">
    9696            <Form>FormOptions</Form>
    9797            <FormType>dfm</FormType>
    9898        </DCCReference>
    9999        <DCCReference Include="ULDPlatform.pas"/>
     100        <DCCReference Include="LDPlatform.Core.pas">
     101            <Form>Core</Form>
     102            <FormType>dfm</FormType>
     103            <DesignClass>TDataModule</DesignClass>
     104        </DCCReference>
    100105        <BuildConfiguration Include="Release">
    101106            <Key>Cfg_2</Key>
     
    188193            <Deployment/>
    189194            <Platforms>
     195                <Platform value="iOSDevice">False</Platform>
     196                <Platform value="iOSSimulator">False</Platform>
    190197                <Platform value="OSX32">False</Platform>
    191198                <Platform value="Win32">True</Platform>
Note: See TracChangeset for help on using the changeset viewer.