cdr2svg_visual.lpi 2.1 KB

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