tb2k.cbproj 7.5 KB

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