2
0

CheckRideHelper.lpi 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <SaveClosedFiles Value="False"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <MainUnit Value="0"/>
  12. <Title Value="CheckRideHelper"/>
  13. <ResourceType Value="res"/>
  14. <Icon Value="0"/>
  15. </General>
  16. <i18n>
  17. <EnableI18N LFM="False"/>
  18. </i18n>
  19. <VersionInfo>
  20. <UseVersionInfo Value="True"/>
  21. <AutoIncrementBuild Value="True"/>
  22. <MajorVersionNr Value="1"/>
  23. <BuildNr Value="3"/>
  24. <StringTable CompanyName="Reinier Olislagers" ProductName="CheckRideHelper" InternalName="CheckRideHelper" ProductVersion="" FileDescription="Remote support software using VNC and SSL/TLS tunnels." OriginalFilename="CheckRideHelper.exe"/>
  25. </VersionInfo>
  26. <BuildModes Count="3">
  27. <Item1 Name="Default" Default="True"/>
  28. <Item2 Name="Debug">
  29. <CompilerOptions>
  30. <Version Value="11"/>
  31. <PathDelim Value="\"/>
  32. <Target>
  33. <Filename Value="..\Output\CheckRideHelper"/>
  34. </Target>
  35. <SearchPaths>
  36. <IncludeFiles Value="$(ProjOutDir)"/>
  37. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  38. </SearchPaths>
  39. <CodeGeneration>
  40. <Checks>
  41. <IOChecks Value="True"/>
  42. <RangeChecks Value="True"/>
  43. <OverflowChecks Value="True"/>
  44. <StackChecks Value="True"/>
  45. </Checks>
  46. </CodeGeneration>
  47. <Linking>
  48. <Debugging>
  49. <DebugInfoType Value="dsDwarf2Set"/>
  50. <UseHeaptrc Value="True"/>
  51. </Debugging>
  52. <LinkSmart Value="True"/>
  53. <Options>
  54. <Win32>
  55. <GraphicApplication Value="True"/>
  56. </Win32>
  57. </Options>
  58. </Linking>
  59. <Other>
  60. <CompilerMessages>
  61. <UseMsgFile Value="True"/>
  62. </CompilerMessages>
  63. <CustomOptions Value="-dDEBUG"/>
  64. <CompilerPath Value="$(CompPath)"/>
  65. <ExecuteAfter>
  66. <Command Value="checkrideresourcezipper.exe -o &quot;..\Output\&quot; --writeresourcehelp"/>
  67. </ExecuteAfter>
  68. </Other>
  69. </CompilerOptions>
  70. </Item2>
  71. <Item3 Name="Win64">
  72. <CompilerOptions>
  73. <Version Value="11"/>
  74. <PathDelim Value="\"/>
  75. <Target>
  76. <Filename Value="..\Output\CheckRideHelper"/>
  77. </Target>
  78. <SearchPaths>
  79. <IncludeFiles Value="$(ProjOutDir)"/>
  80. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  81. </SearchPaths>
  82. <CodeGeneration>
  83. <SmartLinkUnit Value="True"/>
  84. <SmallerCode Value="True"/>
  85. <TargetCPU Value="x86_64"/>
  86. <TargetOS Value="win64"/>
  87. <Optimizations>
  88. <OptimizationLevel Value="3"/>
  89. </Optimizations>
  90. </CodeGeneration>
  91. <Linking>
  92. <Debugging>
  93. <DebugInfoType Value="dsStabs"/>
  94. <UseExternalDbgSyms Value="True"/>
  95. </Debugging>
  96. <LinkSmart Value="True"/>
  97. <Options>
  98. <Win32>
  99. <GraphicApplication Value="True"/>
  100. </Win32>
  101. </Options>
  102. </Linking>
  103. <Other>
  104. <CompilerMessages>
  105. <UseMsgFile Value="True"/>
  106. </CompilerMessages>
  107. <CompilerPath Value="$(CompPath)"/>
  108. <ExecuteAfter>
  109. <Command Value="checkrideresourcezipper.exe -o &quot;..\Output\&quot; --writeresourcehelp"/>
  110. </ExecuteAfter>
  111. </Other>
  112. </CompilerOptions>
  113. </Item3>
  114. </BuildModes>
  115. <PublishOptions>
  116. <Version Value="2"/>
  117. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  118. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  119. </PublishOptions>
  120. <RunParams>
  121. <local>
  122. <FormatVersion Value="1"/>
  123. <CommandLineParams Value="--debug-log=d:\cop\lazdebug.txt"/>
  124. </local>
  125. </RunParams>
  126. <RequiredPackages Count="2">
  127. <Item1>
  128. <PackageName Value="LCLBase"/>
  129. <MinVersion Major="1" Release="1" Valid="True"/>
  130. </Item1>
  131. <Item2>
  132. <PackageName Value="LCL"/>
  133. </Item2>
  134. </RequiredPackages>
  135. <Units Count="7">
  136. <Unit0>
  137. <Filename Value="CheckRideHelper.lpr"/>
  138. <IsPartOfProject Value="True"/>
  139. <UnitName Value="CheckRideHelper"/>
  140. </Unit0>
  141. <Unit1>
  142. <Filename Value="checkridehelperunit.pas"/>
  143. <IsPartOfProject Value="True"/>
  144. <ComponentName Value="CheckRideHelperMain"/>
  145. <HasResources Value="True"/>
  146. <ResourceBaseClass Value="Form"/>
  147. <UnitName Value="CheckRideHelperUnit"/>
  148. </Unit1>
  149. <Unit2>
  150. <Filename Value="checkrideutil.pas"/>
  151. <IsPartOfProject Value="True"/>
  152. <UnitName Value="CheckRideUtil"/>
  153. </Unit2>
  154. <Unit3>
  155. <Filename Value="aboutform.pas"/>
  156. <IsPartOfProject Value="True"/>
  157. <ComponentName Value="InfoAboutForm"/>
  158. <ResourceBaseClass Value="Form"/>
  159. <UnitName Value="aboutform"/>
  160. </Unit3>
  161. <Unit4>
  162. <Filename Value="clientcustomizer.pas"/>
  163. <IsPartOfProject Value="True"/>
  164. <ComponentName Value="frmClientCustomizer"/>
  165. <HasResources Value="True"/>
  166. <ResourceBaseClass Value="Form"/>
  167. <UnitName Value="clientcustomizer"/>
  168. </Unit4>
  169. <Unit5>
  170. <Filename Value="poormansresource.pas"/>
  171. <IsPartOfProject Value="True"/>
  172. <UnitName Value="poormansresource"/>
  173. </Unit5>
  174. <Unit6>
  175. <Filename Value="resourcezipper.pas"/>
  176. <IsPartOfProject Value="True"/>
  177. <UnitName Value="resourcezipper"/>
  178. </Unit6>
  179. </Units>
  180. </ProjectOptions>
  181. <CompilerOptions>
  182. <Version Value="11"/>
  183. <PathDelim Value="\"/>
  184. <Target>
  185. <Filename Value="..\Output\CheckRideHelper"/>
  186. </Target>
  187. <SearchPaths>
  188. <IncludeFiles Value="$(ProjOutDir)"/>
  189. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  190. </SearchPaths>
  191. <CodeGeneration>
  192. <SmartLinkUnit Value="True"/>
  193. <SmallerCode Value="True"/>
  194. <Optimizations>
  195. <OptimizationLevel Value="3"/>
  196. </Optimizations>
  197. </CodeGeneration>
  198. <Linking>
  199. <Debugging>
  200. <DebugInfoType Value="dsStabs"/>
  201. <UseExternalDbgSyms Value="True"/>
  202. </Debugging>
  203. <LinkSmart Value="True"/>
  204. <Options>
  205. <Win32>
  206. <GraphicApplication Value="True"/>
  207. </Win32>
  208. </Options>
  209. </Linking>
  210. <Other>
  211. <CompilerMessages>
  212. <UseMsgFile Value="True"/>
  213. </CompilerMessages>
  214. <CompilerPath Value="$(CompPath)"/>
  215. <ExecuteAfter>
  216. <Command Value="checkrideresourcezipper.exe -o &quot;..\Output\&quot; --writeresourcehelp"/>
  217. </ExecuteAfter>
  218. </Other>
  219. </CompilerOptions>
  220. <Debugging>
  221. <Exceptions Count="3">
  222. <Item1>
  223. <Name Value="EAbort"/>
  224. </Item1>
  225. <Item2>
  226. <Name Value="ECodetoolError"/>
  227. </Item2>
  228. <Item3>
  229. <Name Value="EFOpenError"/>
  230. </Item3>
  231. </Exceptions>
  232. </Debugging>
  233. </CONFIG>