template.dproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Base>True</Base>
  4. <AppType>Application</AppType>
  5. <Config Condition="'$(Config)'==''">Debug</Config>
  6. <FrameworkType>VCL</FrameworkType>
  7. <MainSource>Template.dpr</MainSource>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <ProjectGuid>{F980AE13-88F3-439D-BB9B-F298B018C921}</ProjectGuid>
  10. <ProjectVersion>18.8</ProjectVersion>
  11. <TargetedPlatforms>3</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="('$(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="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  32. <Cfg_1_Win64>true</Cfg_1_Win64>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  49. <Cfg_2_Win64>true</Cfg_2_Win64>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base)'!=''">
  55. <SanitizedProjectName>Template</SanitizedProjectName>
  56. <BRCC_CompilerToUse>rc</BRCC_CompilerToUse>
  57. <DCC_DcuOutput>.\Lib\$(Platform)\$(Config)</DCC_DcuOutput>
  58. <DCC_ExeOutput>.\Bin\$(Platform)\$(Config)</DCC_ExeOutput>
  59. <DCC_ImageBase>00400000</DCC_ImageBase>
  60. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;FMX;Winapi;$(DCC_Namespace)</DCC_Namespace>
  61. <DCC_UnitSearchPath>..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  62. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  63. <VerInfo_Keys>CompanyName=Graphics32;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  64. <VerInfo_Locale>1033</VerInfo_Locale>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  67. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  68. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  69. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  72. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  73. <BT_BuildType>Debug</BT_BuildType>
  74. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  75. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  78. <DCC_DebugInformation>0</DCC_DebugInformation>
  79. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  80. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  81. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  84. <AppEnableHighDPI>true</AppEnableHighDPI>
  85. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  88. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  89. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  90. <DCC_Optimize>false</DCC_Optimize>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  93. <BRCC_CompilerToUse>rc</BRCC_CompilerToUse>
  94. <BT_BuildType>Debug</BT_BuildType>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  97. <AppEnableHighDPI>true</AppEnableHighDPI>
  98. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  99. </PropertyGroup>
  100. <ItemGroup>
  101. <DelphiCompile Include="$(MainSource)">
  102. <MainSource>MainSource</MainSource>
  103. </DelphiCompile>
  104. <RcCompile Include="Media.rc">
  105. <Form>Media.res</Form>
  106. </RcCompile>
  107. <DCCReference Include="MainUnit.pas"/>
  108. <BuildConfiguration Include="Base">
  109. <Key>Base</Key>
  110. </BuildConfiguration>
  111. <BuildConfiguration Include="Release">
  112. <Key>Cfg_1</Key>
  113. <CfgParent>Base</CfgParent>
  114. </BuildConfiguration>
  115. <BuildConfiguration Include="Debug">
  116. <Key>Cfg_2</Key>
  117. <CfgParent>Base</CfgParent>
  118. </BuildConfiguration>
  119. </ItemGroup>
  120. <ProjectExtensions>
  121. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  122. <Borland.ProjectType/>
  123. <BorlandProject>
  124. <Delphi.Personality>
  125. <Source>
  126. <Source Name="MainSource">Template.dpr</Source>
  127. </Source>
  128. <Excluded_Packages/>
  129. <VersionInfo>
  130. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  131. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  132. <VersionInfo Name="MajorVer">1</VersionInfo>
  133. <VersionInfo Name="MinorVer">0</VersionInfo>
  134. <VersionInfo Name="Release">0</VersionInfo>
  135. <VersionInfo Name="Build">0</VersionInfo>
  136. <VersionInfo Name="Debug">False</VersionInfo>
  137. <VersionInfo Name="PreRelease">False</VersionInfo>
  138. <VersionInfo Name="Special">False</VersionInfo>
  139. <VersionInfo Name="Private">False</VersionInfo>
  140. <VersionInfo Name="DLL">False</VersionInfo>
  141. <VersionInfo Name="Locale">1033</VersionInfo>
  142. <VersionInfo Name="CodePage">1252</VersionInfo>
  143. </VersionInfo>
  144. <VersionInfoKeys>
  145. <VersionInfoKeys Name="CompanyName"/>
  146. <VersionInfoKeys Name="FileDescription"/>
  147. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  148. <VersionInfoKeys Name="InternalName"/>
  149. <VersionInfoKeys Name="LegalCopyright"/>
  150. <VersionInfoKeys Name="LegalTrademarks"/>
  151. <VersionInfoKeys Name="OriginalFilename"/>
  152. <VersionInfoKeys Name="ProductName"/>
  153. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  154. <VersionInfoKeys Name="Comments"/>
  155. </VersionInfoKeys>
  156. </Delphi.Personality>
  157. <Platforms>
  158. <Platform value="Win32">True</Platform>
  159. <Platform value="Win64">True</Platform>
  160. </Platforms>
  161. </BorlandProject>
  162. <ProjectFileVersion>12</ProjectFileVersion>
  163. </ProjectExtensions>
  164. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  165. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  166. </Project>