JsonSerializer.lpi 2.1 KB

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