partnerdemo.lpi 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasUsesSectionForAllUnits Value="False"/>
  9. <MainUnitHasCreateFormStatements Value="False"/>
  10. <MainUnitHasTitleStatement Value="False"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <MainUnit Value="0"/>
  14. <Title Value="partnerdemo"/>
  15. <UseAppBundle Value="False"/>
  16. <ResourceType Value="res"/>
  17. <UseXPManifest Value="True"/>
  18. <Icon Value="0"/>
  19. </General>
  20. <i18n>
  21. <EnableI18N LFM="False"/>
  22. </i18n>
  23. <VersionInfo>
  24. <StringTable ProductVersion=""/>
  25. </VersionInfo>
  26. <BuildModes Count="1">
  27. <Item1 Name="Default" Default="True"/>
  28. </BuildModes>
  29. <PublishOptions>
  30. <Version Value="2"/>
  31. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  32. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  33. </PublishOptions>
  34. <RunParams>
  35. <local>
  36. <FormatVersion Value="1"/>
  37. <LaunchingApplication PathPlusParams="\usr\local\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  38. </local>
  39. </RunParams>
  40. <RequiredPackages Count="1">
  41. <Item1>
  42. <PackageName Value="LCL"/>
  43. </Item1>
  44. </RequiredPackages>
  45. <Units Count="3">
  46. <Unit0>
  47. <Filename Value="partnerdemo.lpr"/>
  48. <IsPartOfProject Value="True"/>
  49. <UnitName Value="partnerdemo"/>
  50. </Unit0>
  51. <Unit1>
  52. <Filename Value="MainPartner.pas"/>
  53. <IsPartOfProject Value="True"/>
  54. <ComponentName Value="Form1"/>
  55. <HasResources Value="True"/>
  56. <ResourceBaseClass Value="Form"/>
  57. <UnitName Value="MainPartner"/>
  58. </Unit1>
  59. <Unit2>
  60. <Filename Value="frmPartner.pas"/>
  61. <IsPartOfProject Value="True"/>
  62. <ComponentName Value="PartnerForm"/>
  63. <HasResources Value="True"/>
  64. <ResourceBaseClass Value="Form"/>
  65. <UnitName Value="frmPartner"/>
  66. </Unit2>
  67. </Units>
  68. </ProjectOptions>
  69. <CompilerOptions>
  70. <Version Value="9"/>
  71. <PathDelim Value="\"/>
  72. <Target>
  73. <Filename Value="bin\partnerdemo"/>
  74. </Target>
  75. <SearchPaths>
  76. <IncludeFiles Value="$(ProjOutDir)"/>
  77. <OtherUnitFiles Value=".."/>
  78. <UnitOutputDirectory Value="tmp"/>
  79. </SearchPaths>
  80. <Parsing>
  81. <SyntaxOptions>
  82. <SyntaxMode Value="Delphi"/>
  83. </SyntaxOptions>
  84. </Parsing>
  85. <Linking>
  86. <Debugging>
  87. <UseLineInfoUnit Value="False"/>
  88. <StripSymbols Value="True"/>
  89. </Debugging>
  90. <LinkSmart Value="True"/>
  91. <Options>
  92. <Win32>
  93. <GraphicApplication Value="True"/>
  94. </Win32>
  95. </Options>
  96. </Linking>
  97. <Other>
  98. <CompilerMessages>
  99. <UseMsgFile Value="True"/>
  100. </CompilerMessages>
  101. <CompilerPath Value="$(CompPath)"/>
  102. </Other>
  103. </CompilerOptions>
  104. <Debugging>
  105. <Exceptions Count="3">
  106. <Item1>
  107. <Name Value="EAbort"/>
  108. </Item1>
  109. <Item2>
  110. <Name Value="ECodetoolError"/>
  111. </Item2>
  112. <Item3>
  113. <Name Value="EFOpenError"/>
  114. </Item3>
  115. </Exceptions>
  116. </Debugging>
  117. </CONFIG>