QuickConfig.lpi 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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="QuickConfig"/>
  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="2">
  29. <Item1>
  30. <PackageName Value="QuickLib"/>
  31. </Item1>
  32. <Item2>
  33. <PackageName Value="LCL"/>
  34. </Item2>
  35. </RequiredPackages>
  36. <Units Count="3">
  37. <Unit0>
  38. <Filename Value="QuickConfig.pas"/>
  39. <IsPartOfProject Value="True"/>
  40. </Unit0>
  41. <Unit1>
  42. <Filename Value="Main.pas"/>
  43. <IsPartOfProject Value="True"/>
  44. <HasResources Value="True"/>
  45. </Unit1>
  46. <Unit2>
  47. <Filename Value="umain.pas"/>
  48. <IsPartOfProject Value="True"/>
  49. <ComponentName Value="Form1"/>
  50. <ResourceBaseClass Value="Form"/>
  51. <UnitName Value="uMain"/>
  52. </Unit2>
  53. </Units>
  54. </ProjectOptions>
  55. <CompilerOptions>
  56. <Version Value="11"/>
  57. <PathDelim Value="\"/>
  58. <Target>
  59. <Filename Value="QuickConfig"/>
  60. </Target>
  61. <SearchPaths>
  62. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  63. </SearchPaths>
  64. <Linking>
  65. <Options>
  66. <Win32>
  67. <GraphicApplication Value="True"/>
  68. </Win32>
  69. </Options>
  70. </Linking>
  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>