Computil.dproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{dbf99418-2515-4903-b1c3-f3dc1e78605d}</ProjectGuid>
  4. <MainSource>Computil.dpr</MainSource>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  7. <DCC_DependencyCheckOutputName>Computil.exe</DCC_DependencyCheckOutputName>
  8. <ProjectVersion>20.3</ProjectVersion>
  9. <Config Condition="'$(Config)'==''">Release</Config>
  10. <FrameworkType>None</FrameworkType>
  11. <Base>True</Base>
  12. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  13. <TargetedPlatforms>1</TargetedPlatforms>
  14. <AppType>Console</AppType>
  15. <ProjectName Condition="'$(ProjectName)'==''">Computil</ProjectName>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  21. <Base_Win32>true</Base_Win32>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''">
  26. <Cfg_Release>true</Cfg_Release>
  27. <CfgParent>Base</CfgParent>
  28. <Base>true</Base>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_Release)'=='true') or '$(Cfg_Release_Win32)'!=''">
  31. <Cfg_Release_Win32>true</Cfg_Release_Win32>
  32. <CfgParent>Cfg_Release</CfgParent>
  33. <Cfg_Release>true</Cfg_Release>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''">
  37. <Cfg_Debug>true</Cfg_Debug>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_Debug)'=='true') or '$(Cfg_Debug_Win32)'!=''">
  42. <Cfg_Debug_Win32>true</Cfg_Debug_Win32>
  43. <CfgParent>Cfg_Debug</CfgParent>
  44. <Cfg_Debug>true</Cfg_Debug>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Base)'!=''">
  48. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
  49. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  50. <VerInfo_Locale>1033</VerInfo_Locale>
  51. <DCC_DependencyCheckOutputName>Computil.exe</DCC_DependencyCheckOutputName>
  52. <SanitizedProjectName>Computil</SanitizedProjectName>
  53. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  54. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  55. <DCC_PEOSVersion>5.1</DCC_PEOSVersion>
  56. <DCC_PESubSysVersion>5.1</DCC_PESubSysVersion>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  59. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  60. <VerInfo_Locale>1033</VerInfo_Locale>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Cfg_Release)'!=''">
  63. <Version>7.0</Version>
  64. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  65. <DCC_DebugInformation>0</DCC_DebugInformation>
  66. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  67. <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_Release_Win32)'!=''">
  70. <Debugger_RunParams>SETUPD29</Debugger_RunParams>
  71. <Manifest_File>(None)</Manifest_File>
  72. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_Debug)'!=''">
  75. <Version>7.0</Version>
  76. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Cfg_Debug_Win32)'!=''">
  79. <Manifest_File>(None)</Manifest_File>
  80. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <DelphiCompile Include="$(MainSource)">
  84. <MainSource>MainSource</MainSource>
  85. </DelphiCompile>
  86. <BuildConfiguration Include="Base">
  87. <Key>Base</Key>
  88. </BuildConfiguration>
  89. <BuildConfiguration Include="Release">
  90. <Key>Cfg_Release</Key>
  91. <CfgParent>Base</CfgParent>
  92. </BuildConfiguration>
  93. <BuildConfiguration Include="Debug">
  94. <Key>Cfg_Debug</Key>
  95. <CfgParent>Base</CfgParent>
  96. </BuildConfiguration>
  97. </ItemGroup>
  98. <Import Condition="Exists('$(MSBuildBinPath)\Borland.Delphi.Targets')" Project="$(MSBuildBinPath)\Borland.Delphi.Targets"/>
  99. <ProjectExtensions>
  100. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  101. <Borland.ProjectType>VCLApplication</Borland.ProjectType>
  102. <BorlandProject>
  103. <Delphi.Personality>
  104. <Parameters>
  105. <Parameters Name="UseLauncher">False</Parameters>
  106. <Parameters Name="LoadAllSymbols">True</Parameters>
  107. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  108. </Parameters>
  109. <VersionInfo>
  110. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  111. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  112. <VersionInfo Name="MajorVer">1</VersionInfo>
  113. <VersionInfo Name="MinorVer">0</VersionInfo>
  114. <VersionInfo Name="Release">0</VersionInfo>
  115. <VersionInfo Name="Build">0</VersionInfo>
  116. <VersionInfo Name="Debug">False</VersionInfo>
  117. <VersionInfo Name="PreRelease">False</VersionInfo>
  118. <VersionInfo Name="Special">False</VersionInfo>
  119. <VersionInfo Name="Private">False</VersionInfo>
  120. <VersionInfo Name="DLL">False</VersionInfo>
  121. <VersionInfo Name="Locale">1033</VersionInfo>
  122. <VersionInfo Name="CodePage">1252</VersionInfo>
  123. </VersionInfo>
  124. <VersionInfoKeys>
  125. <VersionInfoKeys Name="CompanyName"/>
  126. <VersionInfoKeys Name="FileDescription"/>
  127. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  128. <VersionInfoKeys Name="InternalName"/>
  129. <VersionInfoKeys Name="LegalCopyright"/>
  130. <VersionInfoKeys Name="LegalTrademarks"/>
  131. <VersionInfoKeys Name="OriginalFilename"/>
  132. <VersionInfoKeys Name="ProductName"/>
  133. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  134. <VersionInfoKeys Name="Comments"/>
  135. </VersionInfoKeys>
  136. <Source>
  137. <Source Name="MainSource">Computil.dpr</Source>
  138. </Source>
  139. <Excluded_Packages>
  140. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  141. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  142. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  143. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  144. </Excluded_Packages>
  145. </Delphi.Personality>
  146. <Platforms>
  147. <Platform value="Win32">True</Platform>
  148. <Platform value="Win64">False</Platform>
  149. </Platforms>
  150. </BorlandProject>
  151. <ProjectFileVersion>12</ProjectFileVersion>
  152. </ProjectExtensions>
  153. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
  154. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  155. </Project>