testpolygon.lpi 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="10"/>
  5. <General>
  6. <SessionStorage Value="InProjectDir"/>
  7. <MainUnit Value="0"/>
  8. <Title Value="testpolygon"/>
  9. <ResourceType Value="res"/>
  10. <UseXPManifest Value="True"/>
  11. <Icon Value="0"/>
  12. </General>
  13. <i18n>
  14. <EnableI18N LFM="False"/>
  15. </i18n>
  16. <VersionInfo>
  17. <StringTable ProductVersion=""/>
  18. </VersionInfo>
  19. <BuildModes Count="1">
  20. <Item1 Name="Default" Default="True"/>
  21. </BuildModes>
  22. <PublishOptions>
  23. <Version Value="2"/>
  24. </PublishOptions>
  25. <RunParams>
  26. <local>
  27. <FormatVersion Value="1"/>
  28. </local>
  29. </RunParams>
  30. <RequiredPackages Count="3">
  31. <Item1>
  32. <PackageName Value="lclfpreport"/>
  33. </Item1>
  34. <Item2>
  35. <PackageName Value="fclfpreport"/>
  36. </Item2>
  37. <Item3>
  38. <PackageName Value="LCL"/>
  39. </Item3>
  40. </RequiredPackages>
  41. <Units Count="3">
  42. <Unit0>
  43. <Filename Value="testpolygon.lpr"/>
  44. <IsPartOfProject Value="True"/>
  45. </Unit0>
  46. <Unit1>
  47. <Filename Value="frmmain.pas"/>
  48. <IsPartOfProject Value="True"/>
  49. <ComponentName Value="Form1"/>
  50. <HasResources Value="True"/>
  51. <ResourceBaseClass Value="Form"/>
  52. </Unit1>
  53. <Unit2>
  54. <Filename Value="reportpolygon.pas"/>
  55. <IsPartOfProject Value="True"/>
  56. </Unit2>
  57. </Units>
  58. </ProjectOptions>
  59. <CompilerOptions>
  60. <Version Value="11"/>
  61. <Target>
  62. <Filename Value="testpolygon"/>
  63. </Target>
  64. <SearchPaths>
  65. <IncludeFiles Value="$(ProjOutDir)"/>
  66. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  67. </SearchPaths>
  68. <Linking>
  69. <Options>
  70. <Win32>
  71. <GraphicApplication Value="True"/>
  72. </Win32>
  73. </Options>
  74. </Linking>
  75. </CompilerOptions>
  76. <Debugging>
  77. <Exceptions Count="3">
  78. <Item1>
  79. <Name Value="EAbort"/>
  80. </Item1>
  81. <Item2>
  82. <Name Value="ECodetoolError"/>
  83. </Item2>
  84. <Item3>
  85. <Name Value="EFOpenError"/>
  86. </Item3>
  87. </Exceptions>
  88. </Debugging>
  89. </CONFIG>