mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 19:17:52 +02:00
74 lines
1.8 KiB
XML
74 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="10"/>
|
|
<General>
|
|
<Flags>
|
|
<SaveClosedFiles Value="False"/>
|
|
<SaveOnlyProjectUnits Value="True"/>
|
|
</Flags>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<Title Value="project1"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(ProjPath)/published/"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="2">
|
|
<Unit0>
|
|
<Filename Value="project1.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="unit1.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="Form1"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="Unit1"/>
|
|
</Unit1>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<Target>
|
|
<Filename Value="project1"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Optimizations>
|
|
<OptimizationLevel Value="0"/>
|
|
</Optimizations>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
</CompilerOptions>
|
|
</CONFIG>
|