tb2k.cbproj 8.6 KB

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