Project2.cbproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{24F4C2B7-4D23-484E-941B-E88D17F4EC2B}</ProjectGuid>
  4. <ProjectVersion>12.0</ProjectVersion>
  5. <Config Condition="'$(Config)'==''">Debug</Config>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  8. <Base>true</Base>
  9. </PropertyGroup>
  10. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  11. <Cfg_1>true</Cfg_1>
  12. <CfgParent>Base</CfgParent>
  13. <Base>true</Base>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  16. <Cfg_2>true</Cfg_2>
  17. <CfgParent>Base</CfgParent>
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Base)'!=''">
  21. <LinkPackageStatics>rtl.lib;vcl.lib</LinkPackageStatics>
  22. <OutputExt>dll</OutputExt>
  23. <FinalOutputDir>..\</FinalOutputDir>
  24. <PackageImports>rtl.bpi;vcl.bpi</PackageImports>
  25. <Multithreaded>true</Multithreaded>
  26. <AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs>
  27. <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
  28. <ProjectType>CppDynamicLibrary</ProjectType>
  29. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  30. <DynamicRTL>true</DynamicRTL>
  31. <IncludePath>..\..\..\Source\;E:\GitProjects\delphi-framework-MyBean\Source\;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
  32. <ILINK_LibraryPath>..\..\..\Source\;E:\GitProjects\delphi-framework-MyBean\Source\;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  33. <BCC_wpar>false</BCC_wpar>
  34. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  35. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  36. <ILINK_TranslatedLibraryPath>$(BDS)\lib\$(LANGDIR)</ILINK_TranslatedLibraryPath>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  39. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  40. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  41. <DCC_Optimize>false</DCC_Optimize>
  42. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  43. <Defines>_DEBUG;$(Defines)</Defines>
  44. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  45. <IntermediateOutputDir>Debug</IntermediateOutputDir>
  46. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  47. <DCC_Define>DEBUG</DCC_Define>
  48. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  49. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  50. <BCC_StackFrames>true</BCC_StackFrames>
  51. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  52. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  53. <TASM_Debugging>Full</TASM_Debugging>
  54. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  55. <ILINK_TranslatedLibraryPath>$(BDS)\lib\$(LANGDIR)\debug;$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  58. <Defines>NDEBUG;$(Defines)</Defines>
  59. <IntermediateOutputDir>Release</IntermediateOutputDir>
  60. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  61. <TASM_Debugging>None</TASM_Debugging>
  62. <ILINK_TranslatedLibraryPath>$(BDS)\lib\$(LANGDIR)\release;$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <CppCompile Include="ufrmMain.cpp">
  66. <Form>Form1</Form>
  67. <DependentOn>ufrmMain.h</DependentOn>
  68. <BuildOrder>2</BuildOrder>
  69. </CppCompile>
  70. <CppCompile Include="File1.cpp">
  71. <BuildOrder>0</BuildOrder>
  72. </CppCompile>
  73. <DelphiCompile Include="uIFormShow.pas">
  74. <BuildOrder>3</BuildOrder>
  75. </DelphiCompile>
  76. <DelphiCompile Include="..\..\..\Source\mybean.core.beanFactoryForBCB.pas">
  77. <BuildOrder>3</BuildOrder>
  78. </DelphiCompile>
  79. <FormResources Include="ufrmMain.dfm"/>
  80. <BuildConfiguration Include="Base">
  81. <Key>Base</Key>
  82. </BuildConfiguration>
  83. <BuildConfiguration Include="Release">
  84. <Key>Cfg_2</Key>
  85. <CfgParent>Base</CfgParent>
  86. </BuildConfiguration>
  87. <BuildConfiguration Include="Debug">
  88. <Key>Cfg_1</Key>
  89. <CfgParent>Base</CfgParent>
  90. </BuildConfiguration>
  91. </ItemGroup>
  92. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  93. <ProjectExtensions>
  94. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  95. <Borland.ProjectType>CppDynamicLibrary</Borland.ProjectType>
  96. <BorlandProject>
  97. <CPlusPlusBuilder.Personality>
  98. <VersionInfo>
  99. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  100. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  101. <VersionInfo Name="MajorVer">1</VersionInfo>
  102. <VersionInfo Name="MinorVer">0</VersionInfo>
  103. <VersionInfo Name="Release">0</VersionInfo>
  104. <VersionInfo Name="Build">0</VersionInfo>
  105. <VersionInfo Name="Debug">False</VersionInfo>
  106. <VersionInfo Name="PreRelease">False</VersionInfo>
  107. <VersionInfo Name="Special">False</VersionInfo>
  108. <VersionInfo Name="Private">False</VersionInfo>
  109. <VersionInfo Name="DLL">False</VersionInfo>
  110. <VersionInfo Name="Locale">2052</VersionInfo>
  111. <VersionInfo Name="CodePage">936</VersionInfo>
  112. </VersionInfo>
  113. <VersionInfoKeys>
  114. <VersionInfoKeys Name="CompanyName"/>
  115. <VersionInfoKeys Name="FileDescription"/>
  116. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  117. <VersionInfoKeys Name="InternalName"/>
  118. <VersionInfoKeys Name="LegalCopyright"/>
  119. <VersionInfoKeys Name="LegalTrademarks"/>
  120. <VersionInfoKeys Name="OriginalFilename"/>
  121. <VersionInfoKeys Name="ProductName"/>
  122. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  123. <VersionInfoKeys Name="Comments"/>
  124. </VersionInfoKeys>
  125. <Debugging>
  126. <Debugging Name="DebugSourceDirs"/>
  127. </Debugging>
  128. <Parameters>
  129. <Parameters Name="RunParams"/>
  130. <Parameters Name="Launcher"/>
  131. <Parameters Name="UseLauncher">False</Parameters>
  132. <Parameters Name="DebugCWD"/>
  133. <Parameters Name="HostApplication">E:\GitProjects\delphi-framework-MyBean\samples\simpleConsole\simpleConsole.exe</Parameters>
  134. <Parameters Name="RemoteHost"/>
  135. <Parameters Name="RemotePath"/>
  136. <Parameters Name="RemoteParams"/>
  137. <Parameters Name="RemoteLauncher"/>
  138. <Parameters Name="UseRemoteLauncher">False</Parameters>
  139. <Parameters Name="RemoteCWD"/>
  140. <Parameters Name="RemoteDebug">False</Parameters>
  141. <Parameters Name="Debug Symbols Search Path"/>
  142. <Parameters Name="LoadAllSymbols">True</Parameters>
  143. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  144. </Parameters>
  145. <ProjectProperties>
  146. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  147. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  148. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  149. </ProjectProperties>
  150. </CPlusPlusBuilder.Personality>
  151. </BorlandProject>
  152. <ProjectFileVersion>12</ProjectFileVersion>
  153. </ProjectExtensions>
  154. </Project>