My.cbproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{BA755114-5DC2-43F1-88A1-D52A7E4100A8}</ProjectGuid>
  4. <ProjectVersion>19.5</ProjectVersion>
  5. <MainSource>My.cpp</MainSource>
  6. <Config Condition="'$(Config)'==''">Release</Config>
  7. <FrameworkType>None</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>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  48. <DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
  49. <Defines>$(Defines)</Defines>
  50. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  51. <ILINK_Description>Martin's components</ILINK_Description>
  52. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  53. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  54. <ILINK_LibraryPath>packages\my\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  55. <IncludePath>packages\my\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  56. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  57. <Multithreaded>true</Multithreaded>
  58. <OutputExt>bpl</OutputExt>
  59. <ProjectType>CppPackage</ProjectType>
  60. <SanitizedProjectName>My</SanitizedProjectName>
  61. <TLIB_PageSize>64</TLIB_PageSize>
  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. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  68. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  71. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  72. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  73. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  74. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  75. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  76. <BCC_StackFrames>true</BCC_StackFrames>
  77. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  78. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  79. <DCC_Define>DEBUG</DCC_Define>
  80. <DCC_Optimize>false</DCC_Optimize>
  81. <Defines>_DEBUG;$(Defines)</Defines>
  82. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  83. <TASM_Debugging>Full</TASM_Debugging>
  84. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  87. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  88. <Defines>NDEBUG;$(Defines)</Defines>
  89. <TASM_Debugging>None</TASM_Debugging>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <CppCompile Include="My.cpp">
  93. <BuildOrder>0</BuildOrder>
  94. </CppCompile>
  95. <DelphiCompile Include="packages\my\ComboEdit.pas">
  96. <BuildOrder>3</BuildOrder>
  97. </DelphiCompile>
  98. <DelphiCompile Include="packages\my\CompThread.pas">
  99. <BuildOrder>22</BuildOrder>
  100. </DelphiCompile>
  101. <DelphiCompile Include="packages\my\DirectoryMonitor.pas">
  102. <BuildOrder>23</BuildOrder>
  103. </DelphiCompile>
  104. <ResFiles Include="packages\my\DiscMon.dcr">
  105. <BuildOrder>6</BuildOrder>
  106. </ResFiles>
  107. <DelphiCompile Include="packages\my\DiscMon.pas">
  108. <BuildOrder>5</BuildOrder>
  109. </DelphiCompile>
  110. <DelphiCompile Include="packages\my\GrayedCheckBox.pas">
  111. <BuildOrder>7</BuildOrder>
  112. </DelphiCompile>
  113. <ResFiles Include="packages\my\HistoryComboBox.dcr">
  114. <BuildOrder>9</BuildOrder>
  115. </ResFiles>
  116. <DelphiCompile Include="packages\my\HistoryComboBox.pas">
  117. <BuildOrder>8</BuildOrder>
  118. </DelphiCompile>
  119. <DelphiCompile Include="packages\my\IEListView.pas">
  120. <BuildOrder>10</BuildOrder>
  121. </DelphiCompile>
  122. <DelphiCompile Include="packages\my\ListViewColProperties.pas">
  123. <BuildOrder>12</BuildOrder>
  124. </DelphiCompile>
  125. <ResFiles Include="packages\my\NortonLikeListView.dcr">
  126. <BuildOrder>14</BuildOrder>
  127. </ResFiles>
  128. <DelphiCompile Include="packages\my\NortonLikeListView.pas">
  129. <BuildOrder>13</BuildOrder>
  130. </DelphiCompile>
  131. <DelphiCompile Include="packages\my\OperationWithTimeout.pas">
  132. <BuildOrder>22</BuildOrder>
  133. </DelphiCompile>
  134. <DelphiCompile Include="packages\my\PasswordEdit.pas">
  135. <BuildOrder>15</BuildOrder>
  136. </DelphiCompile>
  137. <DelphiCompile Include="packages\my\PasTools.pas">
  138. <BuildOrder>16</BuildOrder>
  139. </DelphiCompile>
  140. <ResFiles Include="packages\my\PathLabel.dcr">
  141. <BuildOrder>18</BuildOrder>
  142. </ResFiles>
  143. <DelphiCompile Include="packages\my\PathLabel.pas">
  144. <BuildOrder>17</BuildOrder>
  145. </DelphiCompile>
  146. <DelphiCompile Include="packages\my\UpDownEdit.pas">
  147. <BuildOrder>24</BuildOrder>
  148. </DelphiCompile>
  149. <PackageImport Include="rtl.bpi">
  150. <BuildOrder>1</BuildOrder>
  151. </PackageImport>
  152. <PackageImport Include="vcl.bpi">
  153. <BuildOrder>26</BuildOrder>
  154. </PackageImport>
  155. <PackageImport Include="vclx.bpi">
  156. <BuildOrder>27</BuildOrder>
  157. </PackageImport>
  158. <BuildConfiguration Include="Base">
  159. <Key>Base</Key>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Debug">
  162. <Key>Cfg_1</Key>
  163. <CfgParent>Base</CfgParent>
  164. </BuildConfiguration>
  165. <BuildConfiguration Include="Release">
  166. <Key>Cfg_2</Key>
  167. <CfgParent>Base</CfgParent>
  168. </BuildConfiguration>
  169. </ItemGroup>
  170. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  171. <ProjectExtensions>
  172. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  173. <Borland.ProjectType>CppPackage</Borland.ProjectType>
  174. <BorlandProject>
  175. <CPlusPlusBuilder.Personality>
  176. <Source>
  177. <Source Name="MainSource">My.cpp</Source>
  178. </Source>
  179. <ProjectProperties>
  180. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  181. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  182. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  183. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  184. </ProjectProperties>
  185. </CPlusPlusBuilder.Personality>
  186. <Platforms>
  187. <Platform value="Win32">True</Platform>
  188. <Platform value="Win64">False</Platform>
  189. </Platforms>
  190. </BorlandProject>
  191. <ProjectFileVersion>12</ProjectFileVersion>
  192. </ProjectExtensions>
  193. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  194. </Project>