viewerpackage.lpk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <PathDelim Value="\"/>
  5. <Name Value="viewerpackage"/>
  6. <Type Value="RunAndDesignTime"/>
  7. <Author Value="Radek Červinka"/>
  8. <CompilerOptions>
  9. <Version Value="11"/>
  10. <PathDelim Value="\"/>
  11. <SearchPaths>
  12. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  13. </SearchPaths>
  14. <Parsing>
  15. <SyntaxOptions>
  16. <UseAnsiStrings Value="False"/>
  17. </SyntaxOptions>
  18. </Parsing>
  19. <Linking>
  20. <Debugging>
  21. <DebugInfoType Value="dsDwarf2Set"/>
  22. </Debugging>
  23. </Linking>
  24. </CompilerOptions>
  25. <Version Major="1"/>
  26. <Files Count="1">
  27. <Item1>
  28. <Filename Value="viewercontrol.pas"/>
  29. <HasRegisterProc Value="True"/>
  30. <UnitName Value="ViewerControl"/>
  31. </Item1>
  32. </Files>
  33. <RequiredPkgs Count="3">
  34. <Item1>
  35. <PackageName Value="doublecmd_common"/>
  36. </Item1>
  37. <Item2>
  38. <PackageName Value="LCL"/>
  39. </Item2>
  40. <Item3>
  41. <PackageName Value="FCL"/>
  42. <MinVersion Major="1" Valid="True"/>
  43. </Item3>
  44. </RequiredPkgs>
  45. <UsageOptions>
  46. <UnitPath Value="$(PkgOutDir)"/>
  47. </UsageOptions>
  48. <PublishOptions>
  49. <Version Value="2"/>
  50. <DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
  51. <IgnoreBinaries Value="False"/>
  52. </PublishOptions>
  53. </Package>
  54. </CONFIG>