2
0

Scriptbasics.cbproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{9539D04F-71A6-46BD-BCC7-D0AB3D9D0DB5}</ProjectGuid>
  4. <ProjectVersion>14.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>Scriptbasics.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  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. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  39. <_TCHARMapping>wchar_t</_TCHARMapping>
  40. <AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs>
  41. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\scripting\scriptbasics\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  42. <ProjectType>CppVCLApplication</ProjectType>
  43. <IncludePath>D:\GLScene\Samples\CPP\Demos\scripting\scriptbasics\;$(IncludePath)</IncludePath>
  44. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  45. <Multithreaded>true</Multithreaded>
  46. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  47. <DynamicRTL>true</DynamicRTL>
  48. <UsePackages>true</UsePackages>
  49. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  50. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  51. <BCC_wpar>false</BCC_wpar>
  52. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  53. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  56. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  57. <PackageImports>IndyIPClient;frx17;fs17;GLS_NGD;bindcompfmx;DBXSqliteDriver;vcldbx;GLS_ODE;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  58. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  59. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  60. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  61. <VerInfo_Locale>1033</VerInfo_Locale>
  62. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  65. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  66. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  67. <DCC_Optimize>false</DCC_Optimize>
  68. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  69. <Defines>_DEBUG;$(Defines)</Defines>
  70. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  71. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  72. <DCC_Define>DEBUG</DCC_Define>
  73. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  74. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  75. <BCC_StackFrames>true</BCC_StackFrames>
  76. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  77. <TASM_Debugging>Full</TASM_Debugging>
  78. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  79. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  80. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  81. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  82. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  83. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  86. <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  89. <Defines>NDEBUG;$(Defines)</Defines>
  90. <TASM_Debugging>None</TASM_Debugging>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <CppCompile Include="Scriptbasics.cpp">
  94. <BuildOrder>0</BuildOrder>
  95. </CppCompile>
  96. <PCHCompile Include="ScriptbasicsPCH1.h">
  97. <BuildOrder>1</BuildOrder>
  98. </PCHCompile>
  99. <CppCompile Include="Unit1.cpp">
  100. <Form>Form1</Form>
  101. <FormType>dfm</FormType>
  102. <DependentOn>Unit1.h</DependentOn>
  103. <BuildOrder>2</BuildOrder>
  104. </CppCompile>
  105. <FormResources Include="Unit1.dfm"/>
  106. <BuildConfiguration Include="Release">
  107. <Key>Cfg_2</Key>
  108. <CfgParent>Base</CfgParent>
  109. </BuildConfiguration>
  110. <BuildConfiguration Include="Base">
  111. <Key>Base</Key>
  112. </BuildConfiguration>
  113. <BuildConfiguration Include="Debug">
  114. <Key>Cfg_1</Key>
  115. <CfgParent>Base</CfgParent>
  116. </BuildConfiguration>
  117. </ItemGroup>
  118. <ProjectExtensions>
  119. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  120. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  121. <BorlandProject>
  122. <CPlusPlusBuilder.Personality>
  123. <Source>
  124. <Source Name="MainSource">Scriptbasics.cpp</Source>
  125. </Source>
  126. <VersionInfo>
  127. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  128. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  129. <VersionInfo Name="MajorVer">1</VersionInfo>
  130. <VersionInfo Name="MinorVer">0</VersionInfo>
  131. <VersionInfo Name="Release">0</VersionInfo>
  132. <VersionInfo Name="Build">0</VersionInfo>
  133. <VersionInfo Name="Debug">False</VersionInfo>
  134. <VersionInfo Name="PreRelease">False</VersionInfo>
  135. <VersionInfo Name="Special">False</VersionInfo>
  136. <VersionInfo Name="Private">False</VersionInfo>
  137. <VersionInfo Name="DLL">False</VersionInfo>
  138. <VersionInfo Name="Locale">1049</VersionInfo>
  139. <VersionInfo Name="CodePage">1251</VersionInfo>
  140. </VersionInfo>
  141. <VersionInfoKeys>
  142. <VersionInfoKeys Name="CompanyName"/>
  143. <VersionInfoKeys Name="FileDescription"/>
  144. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  145. <VersionInfoKeys Name="InternalName"/>
  146. <VersionInfoKeys Name="LegalCopyright"/>
  147. <VersionInfoKeys Name="LegalTrademarks"/>
  148. <VersionInfoKeys Name="OriginalFilename"/>
  149. <VersionInfoKeys Name="ProductName"/>
  150. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  151. <VersionInfoKeys Name="Comments"/>
  152. <VersionInfoKeys Name="CFBundleName"/>
  153. <VersionInfoKeys Name="CFBundleDisplayName"/>
  154. <VersionInfoKeys Name="CFBundleIdentifier"/>
  155. <VersionInfoKeys Name="CFBundleVersion"/>
  156. <VersionInfoKeys Name="CFBundlePackageType"/>
  157. <VersionInfoKeys Name="CFBundleSignature"/>
  158. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  159. <VersionInfoKeys Name="CFBundleExecutable"/>
  160. </VersionInfoKeys>
  161. <ProjectProperties>
  162. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  163. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  164. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  165. </ProjectProperties>
  166. </CPlusPlusBuilder.Personality>
  167. <Deployment/>
  168. <Platforms>
  169. <Platform value="Win32">True</Platform>
  170. </Platforms>
  171. </BorlandProject>
  172. <ProjectFileVersion>12</ProjectFileVersion>
  173. </ProjectExtensions>
  174. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  175. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  176. </Project>