tb2k.cbproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{040AEB47-CE64-41D5-8776-BD824E5F3763}</ProjectGuid>
  4. <ProjectVersion>13.4</ProjectVersion>
  5. <MainSource>tb2k.cpp</MainSource>
  6. <Config Condition="'$(Config)'==''">Release</Config>
  7. <FrameworkType>VCL</FrameworkType>
  8. <Base>True</Base>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  22. <Cfg_1>true</Cfg_1>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  27. <Cfg_1_Win32>true</Cfg_1_Win32>
  28. <CfgParent>Cfg_1</CfgParent>
  29. <Cfg_1>true</Cfg_1>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  33. <Cfg_2>true</Cfg_2>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  38. <Cfg_2_Win32>true</Cfg_2_Win32>
  39. <CfgParent>Cfg_2</CfgParent>
  40. <Cfg_2>true</Cfg_2>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Base)'!=''">
  44. <_TCHARMapping>wchar_t</_TCHARMapping>
  45. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  46. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  47. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  48. <DCC_CVT_ACHAR_TO_WCHAR>true</DCC_CVT_ACHAR_TO_WCHAR>
  49. <DCC_CVT_WIDENING_STRING_LOST>true</DCC_CVT_WIDENING_STRING_LOST>
  50. <DCC_EXPLICIT_STRING_CAST>true</DCC_EXPLICIT_STRING_CAST>
  51. <DCC_EXPLICIT_STRING_CAST_LOSS>true</DCC_EXPLICIT_STRING_CAST_LOSS>
  52. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  53. <Defines>MPEXCLUDE;NO_STRICT;$(Define);$(Defines)</Defines>
  54. <ILINK_Description>Toolbar2000 Components (Jordan Russell)</ILINK_Description>
  55. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  56. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  57. <ILINK_LibraryPath>packages\;packages\tb2k\;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  58. <IncludePath>packages\;packages\tb2k\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  59. <Multithreaded>true</Multithreaded>
  60. <OutputExt>bpl</OutputExt>
  61. <ProjectType>CppPackage</ProjectType>
  62. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  63. <VerInfo_Locale>1033</VerInfo_Locale>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  66. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  67. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  70. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  71. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  72. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  73. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  74. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  75. <BCC_StackFrames>true</BCC_StackFrames>
  76. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  77. <BPILibOutputDir>$(INTERM_PATH)\Debug</BPILibOutputDir>
  78. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  79. <DCC_Define>DEBUG</DCC_Define>
  80. <DCC_Optimize>false</DCC_Optimize>
  81. <Defines>_DEBUG;$(Defines)</Defines>
  82. <FinalOutputDir>$(INTERM_PATH)\Debug</FinalOutputDir>
  83. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  84. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  85. <IntermediateOutputDir>$(INTERM_PATH)\Debug</IntermediateOutputDir>
  86. <TASM_Debugging>Full</TASM_Debugging>
  87. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  90. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  93. <BPILibOutputDir>$(INTERM_PATH)\Release</BPILibOutputDir>
  94. <Defines>NDEBUG;$(Defines)</Defines>
  95. <FinalOutputDir>$(INTERM_PATH)\Release</FinalOutputDir>
  96. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  97. <IntermediateOutputDir>$(INTERM_PATH)\Release</IntermediateOutputDir>
  98. <TASM_Debugging>None</TASM_Debugging>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  101. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  102. </PropertyGroup>
  103. <ItemGroup>
  104. <DelphiCompile Include="packages\tb2k\TB2Acc.pas">
  105. <BuildOrder>5</BuildOrder>
  106. <BuildOrder>32</BuildOrder>
  107. </DelphiCompile>
  108. <DelphiCompile Include="packages\tb2k\TB2Anim.pas">
  109. <BuildOrder>29</BuildOrder>
  110. <BuildOrder>0</BuildOrder>
  111. </DelphiCompile>
  112. <DelphiCompile Include="packages\tb2k\TB2Common.pas">
  113. <BuildOrder>8</BuildOrder>
  114. <BuildOrder>5</BuildOrder>
  115. </DelphiCompile>
  116. <DelphiCompile Include="packages\tb2k\TB2Consts.pas">
  117. <BuildOrder>8</BuildOrder>
  118. <BuildOrder>7</BuildOrder>
  119. </DelphiCompile>
  120. <DelphiCompile Include="packages\tb2k\TB2Dock.pas">
  121. <BuildOrder>12</BuildOrder>
  122. <BuildOrder>11</BuildOrder>
  123. </DelphiCompile>
  124. <DelphiCompile Include="packages\tb2k\TB2ExtItems.pas">
  125. <BuildOrder>14</BuildOrder>
  126. <BuildOrder>11</BuildOrder>
  127. </DelphiCompile>
  128. <DelphiCompile Include="packages\tb2k\TB2Hook.pas">
  129. <BuildOrder>26</BuildOrder>
  130. <BuildOrder>1</BuildOrder>
  131. </DelphiCompile>
  132. <DelphiCompile Include="packages\tb2k\TB2Item.pas">
  133. <BuildOrder>17</BuildOrder>
  134. <BuildOrder>10</BuildOrder>
  135. </DelphiCompile>
  136. <DelphiCompile Include="packages\tb2k\TB2Toolbar.pas">
  137. <BuildOrder>6</BuildOrder>
  138. <BuildOrder>20</BuildOrder>
  139. </DelphiCompile>
  140. <DelphiCompile Include="packages\tb2k\TB2Version.pas">
  141. <BuildOrder>23</BuildOrder>
  142. <BuildOrder>2</BuildOrder>
  143. </DelphiCompile>
  144. <CppCompile Include="tb2k.cpp">
  145. <BuildOrder>9</BuildOrder>
  146. <BuildOrder>2</BuildOrder>
  147. </CppCompile>
  148. <PackageImport Include="rtl.bpi">
  149. <BuildOrder>4</BuildOrder>
  150. <BuildOrder>35</BuildOrder>
  151. </PackageImport>
  152. <PackageImport Include="vcl.bpi">
  153. <BuildOrder>38</BuildOrder>
  154. <BuildOrder>3</BuildOrder>
  155. </PackageImport>
  156. <BuildConfiguration Include="Base">
  157. <Key>Base</Key>
  158. </BuildConfiguration>
  159. <BuildConfiguration Include="Debug">
  160. <Key>Cfg_1</Key>
  161. <CfgParent>Base</CfgParent>
  162. </BuildConfiguration>
  163. <BuildConfiguration Include="Release">
  164. <Key>Cfg_2</Key>
  165. <CfgParent>Base</CfgParent>
  166. </BuildConfiguration>
  167. </ItemGroup>
  168. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  169. <ProjectExtensions>
  170. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  171. <Borland.ProjectType>CppPackage</Borland.ProjectType>
  172. <BorlandProject>
  173. <CPlusPlusBuilder.Personality>
  174. <Source>
  175. <Source Name="MainSource">tb2k.cpp</Source>
  176. </Source>
  177. <ProjectProperties>
  178. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  179. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  180. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  181. </ProjectProperties>
  182. </CPlusPlusBuilder.Personality>
  183. <Platforms>
  184. <Platform value="Win32">True</Platform>
  185. </Platforms>
  186. </BorlandProject>
  187. <ProjectFileVersion>12</ProjectFileVersion>
  188. </ProjectExtensions>
  189. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  190. </Project>