DScpComp.cbproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{EE6BA6C0-E60A-47E4-95EA-87E1EB520276}</ProjectGuid>
  4. <ProjectVersion>19.5</ProjectVersion>
  5. <MainSource>DScpComp.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. <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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  28. <Cfg_1_Win32>true</Cfg_1_Win32>
  29. <CfgParent>Cfg_1</CfgParent>
  30. <Cfg_1>true</Cfg_1>
  31. <Base>true</Base>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  34. <Cfg_2>true</Cfg_2>
  35. <CfgParent>Base</CfgParent>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  39. <Cfg_2_Win32>true</Cfg_2_Win32>
  40. <CfgParent>Cfg_2</CfgParent>
  41. <Cfg_2>true</Cfg_2>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Base)'!=''">
  45. <_TCHARMapping>wchar_t</_TCHARMapping>
  46. <AllPackageLibs>rtl.lib;vcl.lib;vclx.lib</AllPackageLibs>
  47. <BCC_AllWarnings>true</BCC_AllWarnings>
  48. <BCC_EnableBatchCompilation>true</BCC_EnableBatchCompilation>
  49. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  50. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  51. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  52. <BCC_UserSuppliedOptions>-Wno-ignored-attributes -Wno-zero-as-null-pointer-constant -Wno-c++98-compat-pedantic -Wno-language-extension-token -Wno-missing-prototypes -Wno-old-style-cast -Wno-padded</BCC_UserSuppliedOptions>
  53. <BPILibOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</BPILibOutputDir>
  54. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  55. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  56. <Defines>DESIGN_ONLY;$(Defines)</Defines>
  57. <DesignOnlyPackage>true</DesignOnlyPackage>
  58. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  59. <ILINK_Description>WinSCP components</ILINK_Description>
  60. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  61. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  62. <ILINK_LibraryPath>components\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  63. <IncludePath>components\;components;core;windows;packages\filemng;packages\dragndrop;packages\my;packages\tb2k;packages\tbx;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  64. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  65. <Multithreaded>true</Multithreaded>
  66. <OutputExt>bpl</OutputExt>
  67. <ProjectType>CppPackage</ProjectType>
  68. <RunBCCOutOfProcess>true</RunBCCOutOfProcess>
  69. <SanitizedProjectName>DScpComp</SanitizedProjectName>
  70. <SubProcessesNumber>8</SubProcessesNumber>
  71. <TLIB_PageSize>64</TLIB_PageSize>
  72. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  73. <VerInfo_Locale>1033</VerInfo_Locale>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  76. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  77. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  80. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  81. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  82. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  83. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  84. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  85. <BCC_StackFrames>true</BCC_StackFrames>
  86. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  87. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  88. <DCC_Optimize>false</DCC_Optimize>
  89. <Defines>NDEBUG;$(Defines)</Defines>
  90. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  91. <TASM_Debugging>Full</TASM_Debugging>
  92. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  95. <Defines>NDEBUG;$(Defines)</Defines>
  96. <TASM_Debugging>None</TASM_Debugging>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <CppCompile Include="components\ThemePageControl.cpp">
  100. <DependentOn>components\ThemePageControl.h</DependentOn>
  101. <BuildOrder>11</BuildOrder>
  102. </CppCompile>
  103. <CppCompile Include="components\UnixDirView.cpp">
  104. <BuildOrder>5</BuildOrder>
  105. <DependentOn>components\UnixDirView.h</DependentOn>
  106. <BuildOrder>17</BuildOrder>
  107. </CppCompile>
  108. <CppCompile Include="components\UnixDriveView.cpp">
  109. <BuildOrder>32</BuildOrder>
  110. <DependentOn>components\UnixDriveView.h</DependentOn>
  111. <BuildOrder>3</BuildOrder>
  112. </CppCompile>
  113. <CppCompile Include="DScpComp.cpp">
  114. <BuildOrder>7</BuildOrder>
  115. <BuildOrder>2</BuildOrder>
  116. </CppCompile>
  117. <PackageImport Include="DragDropP.bpi">
  118. <BuildOrder>8</BuildOrder>
  119. </PackageImport>
  120. <PackageImport Include="DriveDir.bpi">
  121. <BuildOrder>9</BuildOrder>
  122. </PackageImport>
  123. <PackageImport Include="My.bpi">
  124. <BuildOrder>10</BuildOrder>
  125. </PackageImport>
  126. <PackageImport Include="rtl.bpi">
  127. <BuildOrder>20</BuildOrder>
  128. <BuildOrder>1</BuildOrder>
  129. </PackageImport>
  130. <PackageImport Include="tbxp.bpi">
  131. <BuildOrder>8</BuildOrder>
  132. </PackageImport>
  133. <PackageImport Include="vcl.bpi">
  134. <BuildOrder>23</BuildOrder>
  135. <BuildOrder>0</BuildOrder>
  136. </PackageImport>
  137. <PackageImport Include="vclx.bpi">
  138. <BuildOrder>26</BuildOrder>
  139. <BuildOrder>2</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">DScpComp.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>