DragDropP.cbproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FC08225B-2B31-4129-939D-B75C1F099FFB}</ProjectGuid>
  4. <ProjectVersion>15.4</ProjectVersion>
  5. <MainSource>DragDropP.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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <_TCHARMapping>wchar_t</_TCHARMapping>
  44. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  45. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  46. <BPILibOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</BPILibOutputDir>
  47. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  48. <DCC_CVT_ACHAR_TO_WCHAR>true</DCC_CVT_ACHAR_TO_WCHAR>
  49. <DCC_CVT_WIDENING_STRING_LOST>true</DCC_CVT_WIDENING_STRING_LOST>
  50. <DCC_EXPLICIT_STRING_CAST>true</DCC_EXPLICIT_STRING_CAST>
  51. <DCC_EXPLICIT_STRING_CAST_LOSS>true</DCC_EXPLICIT_STRING_CAST_LOSS>
  52. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
  53. <DCC_UnitSearchPath>packages\my;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  54. <DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
  55. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  56. <ILINK_Description>Drag and Drop Components</ILINK_Description>
  57. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  58. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  59. <ILINK_LibraryPath>packages\dragndrop\;packages\my;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  60. <IncludePath>packages\dragndrop\;packages\my;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  61. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  62. <Multithreaded>true</Multithreaded>
  63. <OutputExt>bpl</OutputExt>
  64. <ProjectType>CppPackage</ProjectType>
  65. <SanitizedProjectName>DragDropP</SanitizedProjectName>
  66. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  70. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  71. <Defines>IDE;$(Defines)</Defines>
  72. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  73. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  76. <Defines>IDE;$(Defines)</Defines>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  79. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  80. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  81. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  82. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  83. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  84. <BCC_StackFrames>true</BCC_StackFrames>
  85. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  86. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  87. <DCC_Define>DEBUG</DCC_Define>
  88. <DCC_Optimize>false</DCC_Optimize>
  89. <Defines>_DEBUG;$(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. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  96. <Defines>NDEBUG;$(Defines)</Defines>
  97. <TASM_Debugging>None</TASM_Debugging>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <CppCompile Include="DragDropP.cpp">
  101. <BuildOrder>0</BuildOrder>
  102. </CppCompile>
  103. <ResFiles Include="packages\dragndrop\DragDrop.dcr">
  104. <BuildOrder>4</BuildOrder>
  105. </ResFiles>
  106. <DelphiCompile Include="packages\dragndrop\DragDrop.pas">
  107. <BuildOrder>3</BuildOrder>
  108. </DelphiCompile>
  109. <ResFiles Include="packages\dragndrop\DragDropFilesEx.dcr">
  110. <BuildOrder>6</BuildOrder>
  111. </ResFiles>
  112. <DelphiCompile Include="packages\dragndrop\DragDropFilesEx.pas">
  113. <BuildOrder>5</BuildOrder>
  114. </DelphiCompile>
  115. <DelphiCompile Include="packages\dragndrop\PIDL.pas">
  116. <BuildOrder>7</BuildOrder>
  117. </DelphiCompile>
  118. <PackageImport Include="My.bpi">
  119. <BuildOrder>24</BuildOrder>
  120. </PackageImport>
  121. <PackageImport Include="rtl.bpi">
  122. <BuildOrder>1</BuildOrder>
  123. </PackageImport>
  124. <PackageImport Include="vcl.bpi">
  125. <BuildOrder>8</BuildOrder>
  126. </PackageImport>
  127. <BuildConfiguration Include="Base">
  128. <Key>Base</Key>
  129. </BuildConfiguration>
  130. <BuildConfiguration Include="Debug">
  131. <Key>Cfg_1</Key>
  132. <CfgParent>Base</CfgParent>
  133. </BuildConfiguration>
  134. <BuildConfiguration Include="Release">
  135. <Key>Cfg_2</Key>
  136. <CfgParent>Base</CfgParent>
  137. </BuildConfiguration>
  138. </ItemGroup>
  139. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  140. <ProjectExtensions>
  141. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  142. <Borland.ProjectType>CppPackage</Borland.ProjectType>
  143. <BorlandProject>
  144. <CPlusPlusBuilder.Personality>
  145. <Source>
  146. <Source Name="MainSource">DragDropP.cpp</Source>
  147. </Source>
  148. <ProjectProperties>
  149. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  150. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  151. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  152. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  153. </ProjectProperties>
  154. </CPlusPlusBuilder.Personality>
  155. <Platforms>
  156. <Platform value="Win32">True</Platform>
  157. <Platform value="Win64">False</Platform>
  158. </Platforms>
  159. </BorlandProject>
  160. <ProjectFileVersion>12</ProjectFileVersion>
  161. </ProjectExtensions>
  162. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  163. </Project>