mirror of
https://github.com/ngeor/Chameleon.git
synced 2025-12-19 09:53:43 +01:00
Releasing version 0.1.0
This commit is contained in:
parent
af4fd0bee2
commit
0f64d31bfa
110
Chameleon.lpi
110
Chameleon.lpi
@ -1,122 +1,124 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11" />
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\" />
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
<MainUnitHasUsesSectionForAllUnits Value="False" />
|
||||||
<MainUnitHasCreateFormStatements Value="False"/>
|
<MainUnitHasCreateFormStatements Value="False" />
|
||||||
<MainUnitHasTitleStatement Value="False"/>
|
<MainUnitHasTitleStatement Value="False" />
|
||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir" />
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0" />
|
||||||
<Title Value="Chameleon"/>
|
<Title Value="Chameleon" />
|
||||||
<UseAppBundle Value="False"/>
|
<UseAppBundle Value="False" />
|
||||||
<ResourceType Value="res"/>
|
<ResourceType Value="res" />
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True" />
|
||||||
<XPManifest>
|
<XPManifest>
|
||||||
<DpiAware Value="True"/>
|
<DpiAware Value="True" />
|
||||||
</XPManifest>
|
</XPManifest>
|
||||||
</General>
|
</General>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N LFM="False"/>
|
<EnableI18N LFM="False" />
|
||||||
</i18n>
|
</i18n>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<UseVersionInfo Value="True"/>
|
<UseVersionInfo Value="True" />
|
||||||
<AutoIncrementBuild Value="True"/>
|
<AutoIncrementBuild Value="True" />
|
||||||
<RevisionNr Value="2"/>
|
<RevisionNr Value="0" />
|
||||||
<BuildNr Value="2"/>
|
<BuildNr Value="2" />
|
||||||
|
<MajorVersionNr Value="0" />
|
||||||
|
<MinorVersionNr Value="1" />
|
||||||
</VersionInfo>
|
</VersionInfo>
|
||||||
<BuildModes Count="1">
|
<BuildModes Count="1">
|
||||||
<Item1 Name="Default" Default="True"/>
|
<Item1 Name="Default" Default="True" />
|
||||||
</BuildModes>
|
</BuildModes>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2" />
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
<RunParams>
|
<RunParams>
|
||||||
<FormatVersion Value="2"/>
|
<FormatVersion Value="2" />
|
||||||
<Modes Count="1">
|
<Modes Count="1">
|
||||||
<Mode0 Name="default"/>
|
<Mode0 Name="default" />
|
||||||
</Modes>
|
</Modes>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="1">
|
<RequiredPackages Count="1">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL" />
|
||||||
</Item1>
|
</Item1>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="7">
|
<Units Count="7">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="Chameleon.lpr"/>
|
<Filename Value="Chameleon.lpr" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="frmMain.pas"/>
|
<Filename Value="frmMain.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
<ComponentName Value="MainForm"/>
|
<ComponentName Value="MainForm" />
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True" />
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form" />
|
||||||
</Unit1>
|
</Unit1>
|
||||||
<Unit2>
|
<Unit2>
|
||||||
<Filename Value="frmResults.pas"/>
|
<Filename Value="frmResults.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
<ComponentName Value="Results"/>
|
<ComponentName Value="Results" />
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True" />
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form" />
|
||||||
</Unit2>
|
</Unit2>
|
||||||
<Unit3>
|
<Unit3>
|
||||||
<Filename Value="Writers.pas"/>
|
<Filename Value="Writers.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
</Unit3>
|
</Unit3>
|
||||||
<Unit4>
|
<Unit4>
|
||||||
<Filename Value="DfmEngine.pas"/>
|
<Filename Value="DfmEngine.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
</Unit4>
|
</Unit4>
|
||||||
<Unit5>
|
<Unit5>
|
||||||
<Filename Value="StrConsts.pas"/>
|
<Filename Value="StrConsts.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
<Unit6>
|
||||||
<Filename Value="about1.pas"/>
|
<Filename Value="about1.pas" />
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True" />
|
||||||
<ComponentName Value="AboutBox"/>
|
<ComponentName Value="AboutBox" />
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True" />
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form" />
|
||||||
</Unit6>
|
</Unit6>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11" />
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\" />
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)" />
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
<SyntaxMode Value="Delphi"/>
|
<SyntaxMode Value="Delphi" />
|
||||||
</SyntaxOptions>
|
</SyntaxOptions>
|
||||||
</Parsing>
|
</Parsing>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Options>
|
<Options>
|
||||||
<Win32>
|
<Win32>
|
||||||
<GraphicApplication Value="True"/>
|
<GraphicApplication Value="True" />
|
||||||
</Win32>
|
</Win32>
|
||||||
</Options>
|
</Options>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
<Other>
|
||||||
<CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>
|
<CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL" />
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Debugging>
|
<Debugging>
|
||||||
<Exceptions Count="3">
|
<Exceptions Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Name Value="EAbort"/>
|
<Name Value="EAbort" />
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<Name Value="ECodetoolError"/>
|
<Name Value="ECodetoolError" />
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<Name Value="EFOpenError"/>
|
<Name Value="EFOpenError" />
|
||||||
</Item3>
|
</Item3>
|
||||||
</Exceptions>
|
</Exceptions>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user