TerrainPack.dproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7BCAF98C-1105-47E0-9295-99752E5C88BC}</ProjectGuid>
  4. <MainSource>TerrainPack.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>18.7</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  32. <Cfg_2>true</Cfg_2>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  37. <Cfg_2_Win32>true</Cfg_2_Win32>
  38. <CfgParent>Cfg_2</CfgParent>
  39. <Cfg_2>true</Cfg_2>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <DCC_N>false</DCC_N>
  44. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  45. <VerInfo_Locale>1049</VerInfo_Locale>
  46. <DCC_E>false</DCC_E>
  47. <DCC_S>false</DCC_S>
  48. <DCC_ImageBase>00400000</DCC_ImageBase>
  49. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  50. <DCC_F>false</DCC_F>
  51. <SanitizedProjectName>TerrainPack</SanitizedProjectName>
  52. <DCC_K>false</DCC_K>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  55. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  56. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  57. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  58. <VerInfo_Locale>1033</VerInfo_Locale>
  59. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  60. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  61. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  62. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  65. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  66. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  69. <DCC_DebugInformation>0</DCC_DebugInformation>
  70. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  71. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  72. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  75. <DCC_Optimize>false</DCC_Optimize>
  76. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  77. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  80. <BT_BuildType>Debug</BT_BuildType>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <DelphiCompile Include="$(MainSource)">
  84. <MainSource>MainSource</MainSource>
  85. </DelphiCompile>
  86. <DCCReference Include="FMainForm.pas">
  87. <Form>MainForm</Form>
  88. </DCCReference>
  89. <DCCReference Include="FNavForm.pas">
  90. <Form>NavForm</Form>
  91. </DCCReference>
  92. <BuildConfiguration Include="Debug">
  93. <Key>Cfg_2</Key>
  94. <CfgParent>Base</CfgParent>
  95. </BuildConfiguration>
  96. <BuildConfiguration Include="Base">
  97. <Key>Base</Key>
  98. </BuildConfiguration>
  99. <BuildConfiguration Include="Release">
  100. <Key>Cfg_1</Key>
  101. <CfgParent>Base</CfgParent>
  102. </BuildConfiguration>
  103. </ItemGroup>
  104. <ProjectExtensions>
  105. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  106. <Borland.ProjectType/>
  107. <BorlandProject>
  108. <Delphi.Personality>
  109. <Source>
  110. <Source Name="MainSource">TerrainPack.dpr</Source>
  111. </Source>
  112. </Delphi.Personality>
  113. <Platforms>
  114. <Platform value="Win32">True</Platform>
  115. <Platform value="Win64">False</Platform>
  116. </Platforms>
  117. </BorlandProject>
  118. <ProjectFileVersion>12</ProjectFileVersion>
  119. </ProjectExtensions>
  120. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  121. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  122. </Project>