DragDropP.cbproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FC08225B-2B31-4129-939D-B75C1F099FFB}</ProjectGuid>
  4. <ProjectVersion>19.5</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. <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_UnitSearchPath>packages\my;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  45. <DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
  46. <Defines>$(Defines)</Defines>
  47. <FinalOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</FinalOutputDir>
  48. <ILINK_Description>Drag and Drop Components</ILINK_Description>
  49. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  50. <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
  51. <ILINK_LibraryPath>packages\dragndrop\;packages\my;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  52. <IncludePath>packages\dragndrop\;packages\my;$(BDS)\include;$(BDS)\include\windows\vcl;$(IncludePath)</IncludePath>
  53. <IntermediateOutputDir>$(INTERM_PATH)\$(Platform)\$(Config)</IntermediateOutputDir>
  54. <Multithreaded>true</Multithreaded>
  55. <OutputExt>bpl</OutputExt>
  56. <ProjectType>CppPackage</ProjectType>
  57. <SanitizedProjectName>DragDropP</SanitizedProjectName>
  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="DragDropP.cpp">
  89. <BuildOrder>0</BuildOrder>
  90. </CppCompile>
  91. <ResFiles Include="packages\dragndrop\DragDrop.dcr">
  92. <BuildOrder>4</BuildOrder>
  93. </ResFiles>
  94. <DelphiCompile Include="packages\dragndrop\DragDrop.pas">
  95. <BuildOrder>3</BuildOrder>
  96. </DelphiCompile>
  97. <ResFiles Include="packages\dragndrop\DragDropFilesEx.dcr">
  98. <BuildOrder>6</BuildOrder>
  99. </ResFiles>
  100. <DelphiCompile Include="packages\dragndrop\DragDropFilesEx.pas">
  101. <BuildOrder>5</BuildOrder>
  102. </DelphiCompile>
  103. <DelphiCompile Include="packages\dragndrop\PIDL.pas">
  104. <BuildOrder>7</BuildOrder>
  105. </DelphiCompile>
  106. <PackageImport Include="My.bpi">
  107. <BuildOrder>24</BuildOrder>
  108. </PackageImport>
  109. <PackageImport Include="rtl.bpi">
  110. <BuildOrder>1</BuildOrder>
  111. </PackageImport>
  112. <PackageImport Include="vcl.bpi">
  113. <BuildOrder>8</BuildOrder>
  114. </PackageImport>
  115. <BuildConfiguration Include="Base">
  116. <Key>Base</Key>
  117. </BuildConfiguration>
  118. <BuildConfiguration Include="Debug">
  119. <Key>Cfg_1</Key>
  120. <CfgParent>Base</CfgParent>
  121. </BuildConfiguration>
  122. <BuildConfiguration Include="Release">
  123. <Key>Cfg_2</Key>
  124. <CfgParent>Base</CfgParent>
  125. </BuildConfiguration>
  126. </ItemGroup>
  127. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  128. <ProjectExtensions>
  129. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  130. <Borland.ProjectType>CppPackage</Borland.ProjectType>
  131. <BorlandProject>
  132. <CPlusPlusBuilder.Personality>
  133. <Source>
  134. <Source Name="MainSource">DragDropP.cpp</Source>
  135. </Source>
  136. <ProjectProperties>
  137. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  138. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  139. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  140. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  141. </ProjectProperties>
  142. </CPlusPlusBuilder.Personality>
  143. <Platforms>
  144. <Platform value="Win32">True</Platform>
  145. <Platform value="Win64">False</Platform>
  146. </Platforms>
  147. </BorlandProject>
  148. <ProjectFileVersion>12</ProjectFileVersion>
  149. </ProjectExtensions>
  150. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  151. </Project>