Sprites.dproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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>Sprites.dpr</MainSource>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <ProjectGuid>{C1C10717-CFB7-451D-953B-C50BBC38C20B}</ProjectGuid>
  10. <ProjectVersion>19.4</ProjectVersion>
  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="('$(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. <SanitizedProjectName>Sprites</SanitizedProjectName>
  44. <DCC_E>false</DCC_E>
  45. <DCC_F>false</DCC_F>
  46. <DCC_ImageBase>00400000</DCC_ImageBase>
  47. <DCC_K>false</DCC_K>
  48. <DCC_N>false</DCC_N>
  49. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;FMX;$(DCC_Namespace)</DCC_Namespace>
  50. <DCC_S>false</DCC_S>
  51. <DCC_UnitSearchPath>..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  52. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=</VerInfo_Keys>
  53. <VerInfo_Locale>1031</VerInfo_Locale>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  56. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  57. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  58. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  59. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  60. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  61. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  62. <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>
  63. <VerInfo_Locale>1033</VerInfo_Locale>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  66. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  67. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  70. <DCC_DebugInformation>0</DCC_DebugInformation>
  71. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  72. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  73. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  76. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  77. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  78. <DCC_Optimize>false</DCC_Optimize>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  81. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  82. <BT_BuildType>Debug</BT_BuildType>
  83. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <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>
  85. <VerInfo_Locale>1033</VerInfo_Locale>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <DelphiCompile Include="$(MainSource)">
  89. <MainSource>MainSource</MainSource>
  90. </DelphiCompile>
  91. <RcCompile Include="Media.rc">
  92. <Form>Media.res</Form>
  93. </RcCompile>
  94. <DCCReference Include="MainUnit.pas">
  95. <Form>MainForm</Form>
  96. </DCCReference>
  97. <BuildConfiguration Include="Base">
  98. <Key>Base</Key>
  99. </BuildConfiguration>
  100. <BuildConfiguration Include="Release">
  101. <Key>Cfg_1</Key>
  102. <CfgParent>Base</CfgParent>
  103. </BuildConfiguration>
  104. <BuildConfiguration Include="Debug">
  105. <Key>Cfg_2</Key>
  106. <CfgParent>Base</CfgParent>
  107. </BuildConfiguration>
  108. </ItemGroup>
  109. <ProjectExtensions>
  110. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  111. <Borland.ProjectType/>
  112. <BorlandProject>
  113. <Delphi.Personality>
  114. <Source>
  115. <Source Name="MainSource">Sprites.dpr</Source>
  116. </Source>
  117. <VersionInfo>
  118. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  119. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  120. <VersionInfo Name="MajorVer">1</VersionInfo>
  121. <VersionInfo Name="MinorVer">0</VersionInfo>
  122. <VersionInfo Name="Release">0</VersionInfo>
  123. <VersionInfo Name="Build">0</VersionInfo>
  124. <VersionInfo Name="Debug">False</VersionInfo>
  125. <VersionInfo Name="PreRelease">False</VersionInfo>
  126. <VersionInfo Name="Special">False</VersionInfo>
  127. <VersionInfo Name="Private">False</VersionInfo>
  128. <VersionInfo Name="DLL">False</VersionInfo>
  129. <VersionInfo Name="Locale">1031</VersionInfo>
  130. <VersionInfo Name="CodePage">1252</VersionInfo>
  131. </VersionInfo>
  132. <VersionInfoKeys>
  133. <VersionInfoKeys Name="CompanyName"/>
  134. <VersionInfoKeys Name="FileDescription"/>
  135. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  136. <VersionInfoKeys Name="InternalName"/>
  137. <VersionInfoKeys Name="LegalCopyright"/>
  138. <VersionInfoKeys Name="LegalTrademarks"/>
  139. <VersionInfoKeys Name="OriginalFilename"/>
  140. <VersionInfoKeys Name="ProductName"/>
  141. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  142. <VersionInfoKeys Name="Comments"/>
  143. <VersionInfoKeys Name="CFBundleName"/>
  144. <VersionInfoKeys Name="CFBundleDisplayName"/>
  145. <VersionInfoKeys Name="CFBundleIdentifier"/>
  146. <VersionInfoKeys Name="CFBundleVersion"/>
  147. <VersionInfoKeys Name="CFBundlePackageType"/>
  148. <VersionInfoKeys Name="CFBundleSignature"/>
  149. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  150. <VersionInfoKeys Name="CFBundleExecutable"/>
  151. </VersionInfoKeys>
  152. <Excluded_Packages>
  153. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  154. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  155. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  156. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  157. </Excluded_Packages>
  158. </Delphi.Personality>
  159. <Platforms>
  160. <Platform value="Win32">True</Platform>
  161. <Platform value="Win64">False</Platform>
  162. </Platforms>
  163. </BorlandProject>
  164. <ProjectFileVersion>12</ProjectFileVersion>
  165. </ProjectExtensions>
  166. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  167. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  168. </Project>