My.cbproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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. <CC_Suffix Condition="'$(CC_Suffix)'==''">c</CC_Suffix>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  23. <Cfg_1>true</Cfg_1>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  28. <Cfg_2>true</Cfg_2>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Base)'!=''">
  33. <_TCHARMapping>wchar_t</_TCHARMapping>
  34. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  35. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  36. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  37. <BPILibOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</BPILibOutputDir>
  38. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  39. <DCC_CVT_ACHAR_TO_WCHAR>true</DCC_CVT_ACHAR_TO_WCHAR>
  40. <DCC_CVT_WIDENING_STRING_LOST>true</DCC_CVT_WIDENING_STRING_LOST>
  41. <DCC_EXPLICIT_STRING_CAST>true</DCC_EXPLICIT_STRING_CAST>
  42. <DCC_EXPLICIT_STRING_CAST_LOSS>true</DCC_EXPLICIT_STRING_CAST_LOSS>
  43. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  44. <DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
  45. <Defines>$(Defines)</Defines>
  46. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  47. <ILINK_Description>Martin's components</ILINK_Description>
  48. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  49. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  50. <ILINK_LibraryPath>packages\my\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  51. <IncludePath>packages\my\;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  52. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  53. <Multithreaded>true</Multithreaded>
  54. <OutputExt>bpl</OutputExt>
  55. <ProjectType>CppPackage</ProjectType>
  56. <SanitizedProjectName>My</SanitizedProjectName>
  57. <TLIB_PageSize>64</TLIB_PageSize>
  58. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  59. <VerInfo_Locale>1033</VerInfo_Locale>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  62. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  63. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  64. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  67. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  68. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  69. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  70. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  71. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  72. <BCC_StackFrames>true</BCC_StackFrames>
  73. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  74. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  75. <DCC_Define>DEBUG</DCC_Define>
  76. <DCC_Optimize>false</DCC_Optimize>
  77. <Defines>_DEBUG;$(Defines)</Defines>
  78. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  79. <TASM_Debugging>Full</TASM_Debugging>
  80. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  83. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  84. <Defines>NDEBUG;$(Defines)</Defines>
  85. <TASM_Debugging>None</TASM_Debugging>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <CppCompile Include="My.cpp">
  89. <BuildOrder>0</BuildOrder>
  90. </CppCompile>
  91. <DelphiCompile Include="packages\my\ComboEdit.pas">
  92. <BuildOrder>3</BuildOrder>
  93. </DelphiCompile>
  94. <DelphiCompile Include="packages\my\CompThread.pas">
  95. <BuildOrder>22</BuildOrder>
  96. </DelphiCompile>
  97. <DelphiCompile Include="packages\my\DirectoryMonitor.pas">
  98. <BuildOrder>23</BuildOrder>
  99. </DelphiCompile>
  100. <ResFiles Include="packages\my\DiscMon.dcr">
  101. <BuildOrder>6</BuildOrder>
  102. </ResFiles>
  103. <DelphiCompile Include="packages\my\DiscMon.pas">
  104. <BuildOrder>5</BuildOrder>
  105. </DelphiCompile>
  106. <DelphiCompile Include="packages\my\GrayedCheckBox.pas">
  107. <BuildOrder>7</BuildOrder>
  108. </DelphiCompile>
  109. <ResFiles Include="packages\my\HistoryComboBox.dcr">
  110. <BuildOrder>9</BuildOrder>
  111. </ResFiles>
  112. <DelphiCompile Include="packages\my\HistoryComboBox.pas">
  113. <BuildOrder>8</BuildOrder>
  114. </DelphiCompile>
  115. <DelphiCompile Include="packages\my\IEListView.pas">
  116. <BuildOrder>10</BuildOrder>
  117. </DelphiCompile>
  118. <DelphiCompile Include="packages\my\ListViewColProperties.pas">
  119. <BuildOrder>12</BuildOrder>
  120. </DelphiCompile>
  121. <ResFiles Include="packages\my\NortonLikeListView.dcr">
  122. <BuildOrder>14</BuildOrder>
  123. </ResFiles>
  124. <DelphiCompile Include="packages\my\NortonLikeListView.pas">
  125. <BuildOrder>13</BuildOrder>
  126. </DelphiCompile>
  127. <DelphiCompile Include="packages\my\OperationWithTimeout.pas">
  128. <BuildOrder>22</BuildOrder>
  129. </DelphiCompile>
  130. <DelphiCompile Include="packages\my\PasTools.pas">
  131. <BuildOrder>16</BuildOrder>
  132. </DelphiCompile>
  133. <ResFiles Include="packages\my\PathLabel.dcr">
  134. <BuildOrder>18</BuildOrder>
  135. </ResFiles>
  136. <DelphiCompile Include="packages\my\PathLabel.pas">
  137. <BuildOrder>17</BuildOrder>
  138. </DelphiCompile>
  139. <DelphiCompile Include="packages\my\UpDownEdit.pas">
  140. <BuildOrder>24</BuildOrder>
  141. </DelphiCompile>
  142. <PackageImport Include="rtl.bpi">
  143. <BuildOrder>1</BuildOrder>
  144. </PackageImport>
  145. <PackageImport Include="vcl.bpi">
  146. <BuildOrder>26</BuildOrder>
  147. </PackageImport>
  148. <PackageImport Include="vclx.bpi">
  149. <BuildOrder>27</BuildOrder>
  150. </PackageImport>
  151. <BuildConfiguration Include="Base">
  152. <Key>Base</Key>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Debug">
  155. <Key>Cfg_1</Key>
  156. <CfgParent>Base</CfgParent>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Release">
  159. <Key>Cfg_2</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. </ItemGroup>
  163. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  164. <ProjectExtensions>
  165. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  166. <Borland.ProjectType>CppPackage</Borland.ProjectType>
  167. <BorlandProject>
  168. <CPlusPlusBuilder.Personality>
  169. <Source>
  170. <Source Name="MainSource">My.cpp</Source>
  171. </Source>
  172. <ProjectProperties>
  173. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  174. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  175. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  176. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  177. </ProjectProperties>
  178. </CPlusPlusBuilder.Personality>
  179. <Platforms>
  180. <Platform value="Win32">True</Platform>
  181. <Platform value="Win64">False</Platform>
  182. </Platforms>
  183. </BorlandProject>
  184. <ProjectFileVersion>12</ProjectFileVersion>
  185. </ProjectExtensions>
  186. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  187. </Project>