fpcorelexplorer.lpi 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <AlwaysBuild Value="False"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <Title Value="fpcorelexplorer"/>
  12. <UseXPManifest Value="True"/>
  13. <Icon Value="0"/>
  14. </General>
  15. <i18n>
  16. <EnableI18N LFM="False"/>
  17. </i18n>
  18. <VersionInfo>
  19. <StringTable ProductVersion=""/>
  20. </VersionInfo>
  21. <PublishOptions>
  22. <Version Value="2"/>
  23. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  24. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  25. </PublishOptions>
  26. <RunParams>
  27. <local>
  28. <FormatVersion Value="1"/>
  29. </local>
  30. </RunParams>
  31. <RequiredPackages Count="1">
  32. <Item1>
  33. <PackageName Value="LCL"/>
  34. </Item1>
  35. </RequiredPackages>
  36. <Units Count="2">
  37. <Unit0>
  38. <Filename Value="fpcorelexplorer.lpr"/>
  39. <IsPartOfProject Value="True"/>
  40. <UnitName Value="fpcorelexplorer"/>
  41. </Unit0>
  42. <Unit1>
  43. <Filename Value="fpce_mainform.pas"/>
  44. <IsPartOfProject Value="True"/>
  45. <ComponentName Value="formCorelExplorer"/>
  46. <ResourceBaseClass Value="Form"/>
  47. <UnitName Value="fpce_mainform"/>
  48. </Unit1>
  49. </Units>
  50. </ProjectOptions>
  51. <CompilerOptions>
  52. <Version Value="9"/>
  53. <PathDelim Value="\"/>
  54. <Target>
  55. <Filename Value="fpcorelexplorer"/>
  56. </Target>
  57. <SearchPaths>
  58. <IncludeFiles Value="$(ProjOutDir)\"/>
  59. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  60. </SearchPaths>
  61. <Linking>
  62. <Options>
  63. <Win32>
  64. <GraphicApplication Value="True"/>
  65. </Win32>
  66. </Options>
  67. </Linking>
  68. <Other>
  69. <CompilerMessages>
  70. <UseMsgFile Value="True"/>
  71. </CompilerMessages>
  72. <CompilerPath Value="$(CompPath)"/>
  73. </Other>
  74. </CompilerOptions>
  75. <Debugging>
  76. <Exceptions Count="4">
  77. <Item1>
  78. <Name Value="EAbort"/>
  79. </Item1>
  80. <Item2>
  81. <Name Value="ECodetoolError"/>
  82. </Item2>
  83. <Item3>
  84. <Name Value="EFOpenError"/>
  85. </Item3>
  86. <Item4>
  87. <Name Value="EConvertError"/>
  88. </Item4>
  89. </Exceptions>
  90. </Debugging>
  91. </CONFIG>