RotLayer.dproj 8.1 KB

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