GizmoEx.dproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{8AC5E60C-019A-42A2-A067-7F764FB5FFAE}</ProjectGuid>
  4. <MainSource>GizmoEx.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>19.0</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win64</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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <VerInfo_Locale>1049</VerInfo_Locale>
  62. <DCC_F>false</DCC_F>
  63. <DCC_N>false</DCC_N>
  64. <DCC_E>false</DCC_E>
  65. <SanitizedProjectName>GizmoEx</SanitizedProjectName>
  66. <DCC_ImageBase>00400000</DCC_ImageBase>
  67. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  68. <DCC_K>false</DCC_K>
  69. <DCC_S>false</DCC_S>
  70. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  73. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  74. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  75. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  76. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  77. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  78. <VerInfo_Locale>1033</VerInfo_Locale>
  79. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  80. <Icon_MainIcon>GizmoEx\GizmoEx_Icon.ico</Icon_MainIcon>
  81. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  84. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  85. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  86. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  87. <VerInfo_Locale>1033</VerInfo_Locale>
  88. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  89. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  92. <Icon_MainIcon>GizmoEx\GizmoEx_Icon.ico</Icon_MainIcon>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  95. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  96. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  97. <DCC_DebugInformation>0</DCC_DebugInformation>
  98. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  101. <Icon_MainIcon>GizmoEx\GizmoEx\GizmoEx_Icon.ico</Icon_MainIcon>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  104. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  105. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  106. <Icon_MainIcon>GizmoEx\GizmoEx\GizmoEx_Icon.ico</Icon_MainIcon>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  109. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  110. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  111. <DCC_Optimize>false</DCC_Optimize>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  114. <BT_BuildType>Debug</BT_BuildType>
  115. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  116. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  117. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  118. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  119. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  120. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  121. <VerInfo_Locale>1033</VerInfo_Locale>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  124. <BT_BuildType>Debug</BT_BuildType>
  125. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  126. <VerInfo_Locale>1033</VerInfo_Locale>
  127. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  128. <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>
  129. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  130. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  131. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  132. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  133. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  134. </PropertyGroup>
  135. <ItemGroup>
  136. <DelphiCompile Include="$(MainSource)">
  137. <MainSource>MainSource</MainSource>
  138. </DelphiCompile>
  139. <DCCReference Include="fGizmoEx.pas">
  140. <Form>FormGizmoEx</Form>
  141. </DCCReference>
  142. <BuildConfiguration Include="Debug">
  143. <Key>Cfg_2</Key>
  144. <CfgParent>Base</CfgParent>
  145. </BuildConfiguration>
  146. <BuildConfiguration Include="Base">
  147. <Key>Base</Key>
  148. </BuildConfiguration>
  149. <BuildConfiguration Include="Release">
  150. <Key>Cfg_1</Key>
  151. <CfgParent>Base</CfgParent>
  152. </BuildConfiguration>
  153. </ItemGroup>
  154. <ProjectExtensions>
  155. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  156. <Borland.ProjectType/>
  157. <BorlandProject>
  158. <Delphi.Personality>
  159. <Source>
  160. <Source Name="MainSource">GizmoEx.dpr</Source>
  161. </Source>
  162. <Excluded_Packages>
  163. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  164. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  165. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  166. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  167. </Excluded_Packages>
  168. </Delphi.Personality>
  169. <Platforms>
  170. <Platform value="Win32">True</Platform>
  171. <Platform value="Win64">True</Platform>
  172. </Platforms>
  173. <Deployment Version="3"/>
  174. </BorlandProject>
  175. <ProjectFileVersion>12</ProjectFileVersion>
  176. </ProjectExtensions>
  177. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  178. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  179. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  180. </Project>