fpvectorialconverter.lpi 2.4 KB

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