CrossCursor.dproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{030B77D7-D8D8-43E6-9987-969187B76CF0}</ProjectGuid>
  4. <MainSource>CrossCursor.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>20.1</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="('$(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="'$(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="'$(Base)'!=''">
  49. <DCC_E>false</DCC_E>
  50. <DCC_F>false</DCC_F>
  51. <DCC_K>false</DCC_K>
  52. <DCC_N>false</DCC_N>
  53. <DCC_S>false</DCC_S>
  54. <DCC_ImageBase>00400000</DCC_ImageBase>
  55. <SanitizedProjectName>CrossCursor</SanitizedProjectName>
  56. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;GLS;$(DCC_Namespace)</DCC_Namespace>
  57. <VerInfo_Locale>1049</VerInfo_Locale>
  58. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  61. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  62. <BT_BuildType>Debug</BT_BuildType>
  63. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  64. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  65. <VerInfo_Locale>1033</VerInfo_Locale>
  66. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  67. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  68. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  69. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  72. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  73. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  76. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  77. <DCC_DebugInformation>0</DCC_DebugInformation>
  78. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  79. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  82. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  83. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  86. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  87. <DCC_Optimize>false</DCC_Optimize>
  88. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  89. <DCC_RangeChecking>true</DCC_RangeChecking>
  90. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  93. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  94. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <DelphiCompile Include="$(MainSource)">
  98. <MainSource>MainSource</MainSource>
  99. </DelphiCompile>
  100. <DCCReference Include="fCrossCursor.pas">
  101. <Form>Form1</Form>
  102. </DCCReference>
  103. <BuildConfiguration Include="Base">
  104. <Key>Base</Key>
  105. </BuildConfiguration>
  106. <BuildConfiguration Include="Release">
  107. <Key>Cfg_1</Key>
  108. <CfgParent>Base</CfgParent>
  109. </BuildConfiguration>
  110. <BuildConfiguration Include="Debug">
  111. <Key>Cfg_2</Key>
  112. <CfgParent>Base</CfgParent>
  113. </BuildConfiguration>
  114. </ItemGroup>
  115. <ProjectExtensions>
  116. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  117. <Borland.ProjectType/>
  118. <BorlandProject>
  119. <Delphi.Personality>
  120. <Source>
  121. <Source Name="MainSource">CrossCursor.dpr</Source>
  122. </Source>
  123. </Delphi.Personality>
  124. <Platforms>
  125. <Platform value="Win32">True</Platform>
  126. <Platform value="Win64">False</Platform>
  127. </Platforms>
  128. <Deployment Version="4"/>
  129. </BorlandProject>
  130. <ProjectFileVersion>12</ProjectFileVersion>
  131. </ProjectExtensions>
  132. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  133. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  134. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  135. </Project>