Changeset 75 for trunk/Packages/ModularSystem/ModularSystem.lpk
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/ModularSystem/ModularSystem.lpk
r73 r75 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 <Package Version=" 4">3 <Package Version="5"> 4 4 <PathDelim Value="\"/> 5 5 <Name Value="ModularSystem"/> 6 <Type Value="RunAndDesignTime"/> 6 7 <Author Value="Chronos (robie@centrum.cz)"/> 7 8 <CompilerOptions> … … 11 12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 12 13 </SearchPaths> 13 <Other> 14 <CompilerMessages> 15 <MsgFileName Value=""/> 16 </CompilerMessages> 17 <CompilerPath Value="$(CompPath)"/> 18 </Other> 14 <Parsing> 15 <SyntaxOptions> 16 <SyntaxMode Value="Delphi"/> 17 </SyntaxOptions> 18 </Parsing> 19 19 </CompilerOptions> 20 20 <Description Value="Modular system"/> 21 21 <License Value="GNU/LGPLv3"/> 22 22 <Version Minor="2"/> 23 <Files Count=" 2">23 <Files Count="3"> 24 24 <Item1> 25 <Filename Value=" UModularSystem.pas"/>25 <Filename Value="ModularSystem.pas"/> 26 26 <HasRegisterProc Value="True"/> 27 <UnitName Value=" UModularSystem"/>27 <UnitName Value="ModularSystem"/> 28 28 </Item1> 29 29 <Item2> 30 <Filename Value=" UFormModuleList.pas"/>31 <UnitName Value=" UFormModuleList"/>30 <Filename Value="FormModuleList.pas"/> 31 <UnitName Value="FormModuleList"/> 32 32 </Item2> 33 <Item3> 34 <Filename Value="ModularSystemPackage.pas"/> 35 <Type Value="Main Unit"/> 36 <UnitName Value="ModularSystemPackage"/> 37 </Item3> 33 38 </Files> 39 <CompatibilityMode Value="True"/> 34 40 <i18n> 35 41 <EnableI18N Value="True"/> … … 37 43 <EnableI18NForLFM Value="True"/> 38 44 </i18n> 39 <Type Value="RunAndDesignTime"/>40 45 <RequiredPkgs Count="3"> 41 46 <Item1>
Note:
See TracChangeset
for help on using the changeset viewer.