plugins.lpi 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="plugins"/>
  10. <ResourceType Value="res"/>
  11. <UseXPManifest Value="True"/>
  12. <Icon Value="0"/>
  13. </General>
  14. <i18n>
  15. <EnableI18N LFM="False"/>
  16. </i18n>
  17. <VersionInfo>
  18. <StringTable ProductVersion=""/>
  19. </VersionInfo>
  20. <BuildModes Count="2">
  21. <Item1 Name="Release" Default="True"/>
  22. <Item2 Name="Debug">
  23. <CompilerOptions>
  24. <Version Value="11"/>
  25. <PathDelim Value="\"/>
  26. <Target>
  27. <Filename Value="plugins"/>
  28. </Target>
  29. <SearchPaths>
  30. <IncludeFiles Value="$(ProjOutDir)"/>
  31. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  32. </SearchPaths>
  33. <Parsing>
  34. <SyntaxOptions>
  35. <IncludeAssertionCode Value="True"/>
  36. </SyntaxOptions>
  37. </Parsing>
  38. <CodeGeneration>
  39. <Checks>
  40. <IOChecks Value="True"/>
  41. <RangeChecks Value="True"/>
  42. <OverflowChecks Value="True"/>
  43. <StackChecks Value="True"/>
  44. </Checks>
  45. </CodeGeneration>
  46. <Linking>
  47. <Debugging>
  48. <DebugInfoType Value="dsDwarf2Set"/>
  49. <UseHeaptrc Value="True"/>
  50. <UseExternalDbgSyms Value="True"/>
  51. </Debugging>
  52. <Options>
  53. <Win32>
  54. <GraphicApplication Value="True"/>
  55. </Win32>
  56. </Options>
  57. </Linking>
  58. </CompilerOptions>
  59. </Item2>
  60. </BuildModes>
  61. <PublishOptions>
  62. <Version Value="2"/>
  63. </PublishOptions>
  64. <RunParams>
  65. <local>
  66. <FormatVersion Value="1"/>
  67. </local>
  68. </RunParams>
  69. <RequiredPackages Count="2">
  70. <Item1>
  71. <PackageName Value="bgracontrols"/>
  72. </Item1>
  73. <Item2>
  74. <PackageName Value="LCL"/>
  75. </Item2>
  76. </RequiredPackages>
  77. <Units Count="2">
  78. <Unit0>
  79. <Filename Value="plugins.lpr"/>
  80. <IsPartOfProject Value="True"/>
  81. </Unit0>
  82. <Unit1>
  83. <Filename Value="unit1.pas"/>
  84. <IsPartOfProject Value="True"/>
  85. <ComponentName Value="Form1"/>
  86. <HasResources Value="True"/>
  87. <ResourceBaseClass Value="Form"/>
  88. <UnitName Value="Unit1"/>
  89. </Unit1>
  90. </Units>
  91. </ProjectOptions>
  92. <CompilerOptions>
  93. <Version Value="11"/>
  94. <PathDelim Value="\"/>
  95. <Target>
  96. <Filename Value="plugins"/>
  97. </Target>
  98. <SearchPaths>
  99. <IncludeFiles Value="$(ProjOutDir)"/>
  100. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  101. </SearchPaths>
  102. <CodeGeneration>
  103. <SmartLinkUnit Value="True"/>
  104. <Optimizations>
  105. <OptimizationLevel Value="3"/>
  106. </Optimizations>
  107. </CodeGeneration>
  108. <Linking>
  109. <Debugging>
  110. <GenerateDebugInfo Value="False"/>
  111. </Debugging>
  112. <LinkSmart Value="True"/>
  113. <Options>
  114. <Win32>
  115. <GraphicApplication Value="True"/>
  116. </Win32>
  117. </Options>
  118. </Linking>
  119. </CompilerOptions>
  120. <Debugging>
  121. <Exceptions Count="3">
  122. <Item1>
  123. <Name Value="EAbort"/>
  124. </Item1>
  125. <Item2>
  126. <Name Value="ECodetoolError"/>
  127. </Item2>
  128. <Item3>
  129. <Name Value="EFOpenError"/>
  130. </Item3>
  131. </Exceptions>
  132. </Debugging>
  133. </CONFIG>