CheckRide.lpi 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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="CheckRide"/>
  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="7"/>
  24. <StringTable CompanyName="Reinier Olislagers" ProductName="CheckRide" InternalName="CheckRide" ProductVersion="" FileDescription="Remote support software using VNC and SSL/TLS tunnels." OriginalFilename="CheckRide.exe"/>
  25. </VersionInfo>
  26. <BuildModes Count="2">
  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\CheckRide"/>
  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="dsStabs"/>
  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 ..\Output\ --writeresourcecheck"/>
  67. </ExecuteAfter>
  68. </Other>
  69. </CompilerOptions>
  70. </Item2>
  71. </BuildModes>
  72. <PublishOptions>
  73. <Version Value="2"/>
  74. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  75. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  76. </PublishOptions>
  77. <RunParams>
  78. <local>
  79. <FormatVersion Value="1"/>
  80. </local>
  81. </RunParams>
  82. <RequiredPackages Count="1">
  83. <Item1>
  84. <PackageName Value="LCL"/>
  85. </Item1>
  86. </RequiredPackages>
  87. <Units Count="5">
  88. <Unit0>
  89. <Filename Value="CheckRide.lpr"/>
  90. <IsPartOfProject Value="True"/>
  91. <UnitName Value="CheckRide"/>
  92. </Unit0>
  93. <Unit1>
  94. <Filename Value="unit1.pas"/>
  95. <IsPartOfProject Value="True"/>
  96. <ComponentName Value="CheckRideMain"/>
  97. <ResourceBaseClass Value="Form"/>
  98. <UnitName Value="Unit1"/>
  99. </Unit1>
  100. <Unit2>
  101. <Filename Value="checkrideutil.pas"/>
  102. <IsPartOfProject Value="True"/>
  103. <UnitName Value="CheckRideUtil"/>
  104. </Unit2>
  105. <Unit3>
  106. <Filename Value="aboutform.pas"/>
  107. <IsPartOfProject Value="True"/>
  108. <ComponentName Value="InfoAboutForm"/>
  109. <HasResources Value="True"/>
  110. <ResourceBaseClass Value="Form"/>
  111. <UnitName Value="aboutform"/>
  112. </Unit3>
  113. <Unit4>
  114. <Filename Value="poormansresource.pas"/>
  115. <IsPartOfProject Value="True"/>
  116. <UnitName Value="poormansresource"/>
  117. </Unit4>
  118. </Units>
  119. </ProjectOptions>
  120. <CompilerOptions>
  121. <Version Value="11"/>
  122. <PathDelim Value="\"/>
  123. <Target>
  124. <Filename Value="..\Output\CheckRide"/>
  125. </Target>
  126. <SearchPaths>
  127. <IncludeFiles Value="$(ProjOutDir)"/>
  128. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  129. </SearchPaths>
  130. <CodeGeneration>
  131. <SmartLinkUnit Value="True"/>
  132. <SmallerCode Value="True"/>
  133. <Optimizations>
  134. <OptimizationLevel Value="3"/>
  135. </Optimizations>
  136. </CodeGeneration>
  137. <Linking>
  138. <Debugging>
  139. <DebugInfoType Value="dsStabs"/>
  140. <UseExternalDbgSyms Value="True"/>
  141. </Debugging>
  142. <LinkSmart Value="True"/>
  143. <Options>
  144. <Win32>
  145. <GraphicApplication Value="True"/>
  146. </Win32>
  147. </Options>
  148. </Linking>
  149. <Other>
  150. <CompilerMessages>
  151. <UseMsgFile Value="True"/>
  152. </CompilerMessages>
  153. <CompilerPath Value="$(CompPath)"/>
  154. <ExecuteAfter>
  155. <Command Value="checkrideresourcezipper.exe -o ..\Output\ --writeresourcecheck"/>
  156. </ExecuteAfter>
  157. </Other>
  158. </CompilerOptions>
  159. <Debugging>
  160. <Exceptions Count="3">
  161. <Item1>
  162. <Name Value="EAbort"/>
  163. </Item1>
  164. <Item2>
  165. <Name Value="ECodetoolError"/>
  166. </Item2>
  167. <Item3>
  168. <Name Value="EFOpenError"/>
  169. </Item3>
  170. </Exceptions>
  171. </Debugging>
  172. </CONFIG>