QuickConfig.lpi 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. <HasResources Value="True"/>
  51. <ResourceBaseClass Value="Form"/>
  52. <UnitName Value="uMain"/>
  53. </Unit2>
  54. </Units>
  55. </ProjectOptions>
  56. <CompilerOptions>
  57. <Version Value="11"/>
  58. <PathDelim Value="\"/>
  59. <Target>
  60. <Filename Value="QuickConfig"/>
  61. </Target>
  62. <SearchPaths>
  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. </CompilerOptions>
  73. <Debugging>
  74. <Exceptions Count="3">
  75. <Item1>
  76. <Name Value="EAbort"/>
  77. </Item1>
  78. <Item2>
  79. <Name Value="ECodetoolError"/>
  80. </Item2>
  81. <Item3>
  82. <Name Value="EFOpenError"/>
  83. </Item3>
  84. </Exceptions>
  85. </Debugging>
  86. </CONFIG>