bcsample.lpi 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <CompatibilityMode Value="True"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <Title Value="bcsample"/>
  12. <Scaled Value="True"/>
  13. <ResourceType Value="res"/>
  14. <UseXPManifest Value="True"/>
  15. <XPManifest>
  16. <DpiAware Value="True"/>
  17. </XPManifest>
  18. </General>
  19. <i18n>
  20. <EnableI18N LFM="False"/>
  21. </i18n>
  22. <BuildModes Count="3">
  23. <Item1 Name="Debug" Default="True"/>
  24. <Item2 Name="Release">
  25. <CompilerOptions>
  26. <Version Value="11"/>
  27. <PathDelim Value="\"/>
  28. <Target>
  29. <Filename Value="bcsample"/>
  30. </Target>
  31. <SearchPaths>
  32. <IncludeFiles Value="$(ProjOutDir)"/>
  33. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  34. </SearchPaths>
  35. <CodeGeneration>
  36. <SmartLinkUnit Value="True"/>
  37. <Optimizations>
  38. <OptimizationLevel Value="3"/>
  39. </Optimizations>
  40. </CodeGeneration>
  41. <Linking>
  42. <Debugging>
  43. <GenerateDebugInfo Value="False"/>
  44. </Debugging>
  45. <LinkSmart Value="True"/>
  46. <Options>
  47. <Win32>
  48. <GraphicApplication Value="True"/>
  49. </Win32>
  50. </Options>
  51. </Linking>
  52. </CompilerOptions>
  53. </Item2>
  54. <Item3 Name="Debug macOS 64">
  55. <MacroValues Count="1">
  56. <Macro1 Name="LCLWidgetType" Value="cocoa"/>
  57. </MacroValues>
  58. <CompilerOptions>
  59. <Version Value="11"/>
  60. <PathDelim Value="\"/>
  61. <Target>
  62. <Filename Value="bcsample"/>
  63. </Target>
  64. <SearchPaths>
  65. <IncludeFiles Value="$(ProjOutDir)"/>
  66. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  67. </SearchPaths>
  68. <Parsing>
  69. <SyntaxOptions>
  70. <IncludeAssertionCode Value="True"/>
  71. </SyntaxOptions>
  72. </Parsing>
  73. <CodeGeneration>
  74. <Checks>
  75. <IOChecks Value="True"/>
  76. <RangeChecks Value="True"/>
  77. <OverflowChecks Value="True"/>
  78. <StackChecks Value="True"/>
  79. </Checks>
  80. <TargetCPU Value="x86_64"/>
  81. <TargetOS Value="darwin"/>
  82. </CodeGeneration>
  83. <Linking>
  84. <Debugging>
  85. <DebugInfoType Value="dsDwarf2Set"/>
  86. <UseHeaptrc Value="True"/>
  87. <UseExternalDbgSyms Value="True"/>
  88. </Debugging>
  89. <Options>
  90. <Win32>
  91. <GraphicApplication Value="True"/>
  92. </Win32>
  93. </Options>
  94. </Linking>
  95. </CompilerOptions>
  96. </Item3>
  97. <SharedMatrixOptions Count="1">
  98. <Item1 ID="130639678305" Modes="Debug macOS 64" Type="IDEMacro" MacroName="LCLWidgetType" Value="cocoa"/>
  99. </SharedMatrixOptions>
  100. </BuildModes>
  101. <PublishOptions>
  102. <Version Value="2"/>
  103. </PublishOptions>
  104. <RunParams>
  105. <FormatVersion Value="2"/>
  106. <Modes Count="1">
  107. <Mode0 Name="default"/>
  108. </Modes>
  109. </RunParams>
  110. <RequiredPackages Count="2">
  111. <Item1>
  112. <PackageName Value="bgracontrols"/>
  113. </Item1>
  114. <Item2>
  115. <PackageName Value="LCL"/>
  116. </Item2>
  117. </RequiredPackages>
  118. <Units Count="2">
  119. <Unit0>
  120. <Filename Value="bcsample.lpr"/>
  121. <IsPartOfProject Value="True"/>
  122. </Unit0>
  123. <Unit1>
  124. <Filename Value="unit1.pas"/>
  125. <IsPartOfProject Value="True"/>
  126. <ComponentName Value="Form1"/>
  127. <HasResources Value="True"/>
  128. <ResourceBaseClass Value="Form"/>
  129. <UnitName Value="Unit1"/>
  130. </Unit1>
  131. </Units>
  132. </ProjectOptions>
  133. <CompilerOptions>
  134. <Version Value="11"/>
  135. <PathDelim Value="\"/>
  136. <Target>
  137. <Filename Value="bcsample"/>
  138. </Target>
  139. <SearchPaths>
  140. <IncludeFiles Value="$(ProjOutDir)"/>
  141. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  142. </SearchPaths>
  143. <Parsing>
  144. <SyntaxOptions>
  145. <IncludeAssertionCode Value="True"/>
  146. </SyntaxOptions>
  147. </Parsing>
  148. <CodeGeneration>
  149. <Checks>
  150. <IOChecks Value="True"/>
  151. <RangeChecks Value="True"/>
  152. <OverflowChecks Value="True"/>
  153. <StackChecks Value="True"/>
  154. </Checks>
  155. </CodeGeneration>
  156. <Linking>
  157. <Debugging>
  158. <DebugInfoType Value="dsDwarf2Set"/>
  159. <UseHeaptrc Value="True"/>
  160. <UseExternalDbgSyms Value="True"/>
  161. </Debugging>
  162. <Options>
  163. <Win32>
  164. <GraphicApplication Value="True"/>
  165. </Win32>
  166. </Options>
  167. </Linking>
  168. </CompilerOptions>
  169. <Debugging>
  170. <Exceptions Count="3">
  171. <Item1>
  172. <Name Value="EAbort"/>
  173. </Item1>
  174. <Item2>
  175. <Name Value="ECodetoolError"/>
  176. </Item2>
  177. <Item3>
  178. <Name Value="EFOpenError"/>
  179. </Item3>
  180. </Exceptions>
  181. </Debugging>
  182. </CONFIG>