|
@@ -1,76 +1,68 @@
|
|
|
-<?xml version="1.0"?>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<CONFIG>
|
|
|
<ProjectOptions>
|
|
|
- <Version Value="9"/>
|
|
|
+ <Version Value="12"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<General>
|
|
|
<Flags>
|
|
|
<SaveOnlyProjectUnits Value="True"/>
|
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
|
+ <MainUnitHasTitleStatement Value="False"/>
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
|
<Runnable Value="False"/>
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
|
</Flags>
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
- <MainUnit Value="0"/>
|
|
|
<ResourceType Value="res"/>
|
|
|
<UseXPManifest Value="True"/>
|
|
|
</General>
|
|
|
<i18n>
|
|
|
<EnableI18N LFM="False"/>
|
|
|
</i18n>
|
|
|
- <VersionInfo>
|
|
|
- <StringTable ProductVersion=""/>
|
|
|
- </VersionInfo>
|
|
|
<BuildModes Count="1">
|
|
|
<Item1 Name="Default" Default="True"/>
|
|
|
</BuildModes>
|
|
|
<PublishOptions>
|
|
|
<Version Value="2"/>
|
|
|
- <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
|
- <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
|
|
|
</PublishOptions>
|
|
|
<RunParams>
|
|
|
<local>
|
|
|
- <FormatVersion Value="1"/>
|
|
|
- <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
+ <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
</local>
|
|
|
+ <FormatVersion Value="2"/>
|
|
|
+ <Modes Count="1">
|
|
|
+ <Mode0 Name="default">
|
|
|
+ <local>
|
|
|
+ <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
+ </local>
|
|
|
+ </Mode0>
|
|
|
+ </Modes>
|
|
|
</RunParams>
|
|
|
- <RequiredPackages Count="1">
|
|
|
- <Item1>
|
|
|
- <PackageName Value="WebLaz"/>
|
|
|
- </Item1>
|
|
|
- </RequiredPackages>
|
|
|
<Units Count="2">
|
|
|
<Unit0>
|
|
|
<Filename Value="echo.lpr"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
- <UnitName Value="echo"/>
|
|
|
</Unit0>
|
|
|
<Unit1>
|
|
|
<Filename Value="..\webmodule\wmecho.pas"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
<ComponentName Value="EchoModule"/>
|
|
|
<ResourceBaseClass Value="DataModule"/>
|
|
|
- <UnitName Value="wmecho"/>
|
|
|
</Unit1>
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
|
<CompilerOptions>
|
|
|
- <Version Value="10"/>
|
|
|
+ <Version Value="11"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value="..\webmodule;..\..\..\src\base"/>
|
|
|
</SearchPaths>
|
|
|
<Linking>
|
|
|
<Options>
|
|
|
<ExecutableType Value="Library"/>
|
|
|
</Options>
|
|
|
</Linking>
|
|
|
- <Other>
|
|
|
- <CompilerMessages>
|
|
|
- <UseMsgFile Value="True"/>
|
|
|
- </CompilerMessages>
|
|
|
- <CompilerPath Value="$(CompPath)"/>
|
|
|
- </Other>
|
|
|
</CompilerOptions>
|
|
|
<Debugging>
|
|
|
<Exceptions Count="3">
|