Moje.cbproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{BA755114-5DC2-43F1-88A1-D52A7E4100A8}</ProjectGuid>
  4. <ProjectVersion>15.4</ProjectVersion>
  5. <MainSource>Moje.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. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  50. <ILINK_Description>Martin's components</ILINK_Description>
  51. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  52. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  53. <ILINK_LibraryPath>packages\my\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  54. <IncludePath>packages\my\;$(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>Moje</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. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  66. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  69. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  70. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  71. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  72. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  73. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  74. <BCC_StackFrames>true</BCC_StackFrames>
  75. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  76. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  77. <DCC_Define>DEBUG</DCC_Define>
  78. <DCC_Optimize>false</DCC_Optimize>
  79. <Defines>_DEBUG;$(Defines)</Defines>
  80. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  81. <TASM_Debugging>Full</TASM_Debugging>
  82. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  85. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  86. <Defines>NDEBUG;$(Defines)</Defines>
  87. <TASM_Debugging>None</TASM_Debugging>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <CppCompile Include="Moje.cpp">
  91. <BuildOrder>0</BuildOrder>
  92. </CppCompile>
  93. <DelphiCompile Include="packages\my\ComboEdit.pas">
  94. <BuildOrder>3</BuildOrder>
  95. </DelphiCompile>
  96. <DelphiCompile Include="packages\my\CompThread.pas">
  97. <BuildOrder>4</BuildOrder>
  98. </DelphiCompile>
  99. <ResFiles Include="packages\my\DiscMon.dcr">
  100. <BuildOrder>6</BuildOrder>
  101. </ResFiles>
  102. <DelphiCompile Include="packages\my\DiscMon.pas">
  103. <BuildOrder>5</BuildOrder>
  104. </DelphiCompile>
  105. <DelphiCompile Include="packages\my\GrayedCheckBox.pas">
  106. <BuildOrder>7</BuildOrder>
  107. </DelphiCompile>
  108. <ResFiles Include="packages\my\HistoryComboBox.dcr">
  109. <BuildOrder>9</BuildOrder>
  110. </ResFiles>
  111. <DelphiCompile Include="packages\my\HistoryComboBox.pas">
  112. <BuildOrder>8</BuildOrder>
  113. </DelphiCompile>
  114. <DelphiCompile Include="packages\my\IEListView.pas">
  115. <BuildOrder>10</BuildOrder>
  116. </DelphiCompile>
  117. <DelphiCompile Include="packages\my\ListViewColProperties.pas">
  118. <BuildOrder>12</BuildOrder>
  119. </DelphiCompile>
  120. <ResFiles Include="packages\my\NortonLikeListView.dcr">
  121. <BuildOrder>14</BuildOrder>
  122. </ResFiles>
  123. <DelphiCompile Include="packages\my\NortonLikeListView.pas">
  124. <BuildOrder>13</BuildOrder>
  125. </DelphiCompile>
  126. <DelphiCompile Include="packages\my\PasswordEdit.pas">
  127. <BuildOrder>15</BuildOrder>
  128. </DelphiCompile>
  129. <DelphiCompile Include="packages\my\PasTools.pas">
  130. <BuildOrder>16</BuildOrder>
  131. </DelphiCompile>
  132. <ResFiles Include="packages\my\PathLabel.dcr">
  133. <BuildOrder>18</BuildOrder>
  134. </ResFiles>
  135. <DelphiCompile Include="packages\my\PathLabel.pas">
  136. <BuildOrder>17</BuildOrder>
  137. </DelphiCompile>
  138. <ResFiles Include="packages\my\UnixPathComboBox.dcr">
  139. <BuildOrder>23</BuildOrder>
  140. </ResFiles>
  141. <DelphiCompile Include="packages\my\UnixPathComboBox.pas">
  142. <BuildOrder>22</BuildOrder>
  143. </DelphiCompile>
  144. <DelphiCompile Include="packages\my\UpDownEdit.pas">
  145. <BuildOrder>24</BuildOrder>
  146. </DelphiCompile>
  147. <PackageImport Include="rtl.bpi">
  148. <BuildOrder>1</BuildOrder>
  149. </PackageImport>
  150. <PackageImport Include="vcl.bpi">
  151. <BuildOrder>26</BuildOrder>
  152. </PackageImport>
  153. <PackageImport Include="vclx.bpi">
  154. <BuildOrder>27</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">Moje.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 Name="IndexFiles">False</ProjectProperties>
  182. </ProjectProperties>
  183. </CPlusPlusBuilder.Personality>
  184. <Platforms>
  185. <Platform value="Win32">True</Platform>
  186. <Platform value="Win64">False</Platform>
  187. </Platforms>
  188. </BorlandProject>
  189. <ProjectFileVersion>12</ProjectFileVersion>
  190. </ProjectExtensions>
  191. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  192. </Project>