TextVPR.dproj 7.4 KB

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