2016-09-02 10:48:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<CONFIG>
|
|
|
|
<ProjectOptions>
|
2017-02-20 17:16:28 +00:00
|
|
|
<Version Value="10"/>
|
2016-09-02 10:48:12 +00:00
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<General>
|
|
|
|
<Flags>
|
|
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
|
|
</Flags>
|
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
|
<MainUnit Value="0"/>
|
|
|
|
<Title Value="VpRESTserver"/>
|
|
|
|
<UseAppBundle Value="False"/>
|
|
|
|
<ResourceType Value="res"/>
|
|
|
|
<Resources Count="6">
|
|
|
|
<Resource_0 FileName="mORMotSourceHere\CrossPlatform\templates\API.adoc.mustache" Type="RCDATA" ResourceName="API.ADOC"/>
|
|
|
|
<Resource_1 FileName="mORMotSourceHere\CrossPlatform\templates\CrossPlatform.pas.mustache" Type="RCDATA" ResourceName="CROSSPLATFORM.PAS"/>
|
|
|
|
<Resource_2 FileName="mORMotSourceHere\CrossPlatform\templates\Delphi.pas.mustache" Type="RCDATA" ResourceName="DELPHI.PAS"/>
|
|
|
|
<Resource_3 FileName="mORMotSourceHere\CrossPlatform\templates\FPC-mORMotInterfaces.pas.mustache" Type="RCDATA" ResourceName="FPC-MORMOTINTERFACES.PAS"/>
|
|
|
|
<Resource_4 FileName="mORMotSourceHere\CrossPlatform\templates\FPCServer-mORMotServer.pas.mustache" Type="RCDATA" ResourceName="FPCSERVER-MORMOTSERVER.PAS"/>
|
|
|
|
<Resource_5 FileName="mORMotSourceHere\CrossPlatform\templates\SmartMobileStudio.pas.mustache" Type="RCDATA" ResourceName="SMARTMOBILESTUDIO.PAS"/>
|
|
|
|
</Resources>
|
|
|
|
</General>
|
2016-09-03 15:09:35 +00:00
|
|
|
<BuildModes Count="3">
|
2016-09-02 10:48:12 +00:00
|
|
|
<Item1 Name="Default" Default="True"/>
|
|
|
|
<Item2 Name="LinuxARM">
|
|
|
|
<CompilerOptions>
|
|
|
|
<Version Value="11"/>
|
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<Target>
|
|
|
|
<Filename Value="VpRESTserver"/>
|
|
|
|
</Target>
|
|
|
|
<SearchPaths>
|
|
|
|
<IncludeFiles Value="$(ProjOutDir);mORMotSourceHere"/>
|
|
|
|
<OtherUnitFiles Value="mORMotSourceHere;mORMotSourceHere\SQLite3"/>
|
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
|
</SearchPaths>
|
|
|
|
<CodeGeneration>
|
|
|
|
<TargetCPU Value="arm"/>
|
|
|
|
<TargetOS Value="linux"/>
|
|
|
|
</CodeGeneration>
|
|
|
|
</CompilerOptions>
|
|
|
|
</Item2>
|
2016-09-03 15:09:35 +00:00
|
|
|
<Item3 Name="Linuxx64">
|
|
|
|
<CompilerOptions>
|
|
|
|
<Version Value="11"/>
|
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<Target>
|
|
|
|
<Filename Value="VpRESTserver"/>
|
|
|
|
</Target>
|
|
|
|
<SearchPaths>
|
|
|
|
<IncludeFiles Value="$(ProjOutDir);mORMotSourceHere"/>
|
|
|
|
<OtherUnitFiles Value="mORMotSourceHere;mORMotSourceHere\SQLite3"/>
|
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
|
</SearchPaths>
|
|
|
|
<CodeGeneration>
|
|
|
|
<TargetCPU Value="x86_64"/>
|
|
|
|
<TargetOS Value="linux"/>
|
|
|
|
</CodeGeneration>
|
|
|
|
</CompilerOptions>
|
|
|
|
</Item3>
|
2016-09-02 10:48:12 +00:00
|
|
|
</BuildModes>
|
|
|
|
<PublishOptions>
|
|
|
|
<Version Value="2"/>
|
|
|
|
</PublishOptions>
|
|
|
|
<RunParams>
|
|
|
|
<local>
|
|
|
|
<FormatVersion Value="1"/>
|
|
|
|
</local>
|
|
|
|
</RunParams>
|
|
|
|
<Units Count="1">
|
|
|
|
<Unit0>
|
|
|
|
<Filename Value="VpRESTserver.lpr"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
|
</Unit0>
|
|
|
|
</Units>
|
|
|
|
</ProjectOptions>
|
|
|
|
<CompilerOptions>
|
|
|
|
<Version Value="11"/>
|
|
|
|
<PathDelim Value="\"/>
|
|
|
|
<Target>
|
|
|
|
<Filename Value="VpRESTserver"/>
|
|
|
|
</Target>
|
|
|
|
<SearchPaths>
|
|
|
|
<IncludeFiles Value="$(ProjOutDir);mORMotSourceHere"/>
|
|
|
|
<OtherUnitFiles Value="mORMotSourceHere;mORMotSourceHere\SQLite3"/>
|
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
|
</SearchPaths>
|
2017-02-20 17:16:28 +00:00
|
|
|
<Linking>
|
|
|
|
<Debugging>
|
|
|
|
<UseExternalDbgSyms Value="True"/>
|
|
|
|
</Debugging>
|
|
|
|
</Linking>
|
2016-09-02 10:48:12 +00:00
|
|
|
</CompilerOptions>
|
|
|
|
<Debugging>
|
|
|
|
<Exceptions Count="3">
|
|
|
|
<Item1>
|
|
|
|
<Name Value="EAbort"/>
|
|
|
|
</Item1>
|
|
|
|
<Item2>
|
|
|
|
<Name Value="ECodetoolError"/>
|
|
|
|
</Item2>
|
|
|
|
<Item3>
|
|
|
|
<Name Value="EFOpenError"/>
|
|
|
|
</Item3>
|
|
|
|
</Exceptions>
|
|
|
|
</Debugging>
|
|
|
|
</CONFIG>
|