Test_Utility.dproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{99DCEFB3-917B-423F-8D4C-83B263AFF736}</ProjectGuid>
  4. <MainSource>Test_Utility.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>129</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>19.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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  22. <Cfg_1>true</Cfg_1>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  27. <Cfg_2>true</Cfg_2>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  32. <Cfg_2_Win32>true</Cfg_2_Win32>
  33. <CfgParent>Cfg_2</CfgParent>
  34. <Cfg_2>true</Cfg_2>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Base)'!=''">
  38. <DCC_E>false</DCC_E>
  39. <DCC_F>false</DCC_F>
  40. <DCC_K>false</DCC_K>
  41. <DCC_N>false</DCC_N>
  42. <DCC_S>false</DCC_S>
  43. <DCC_ImageBase>00400000</DCC_ImageBase>
  44. <SanitizedProjectName>Test_Utility</SanitizedProjectName>
  45. <VerInfo_Locale>1033</VerInfo_Locale>
  46. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  47. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  48. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  49. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  50. <DCC_UnitSearchPath>..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  53. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  54. <BT_BuildType>Debug</BT_BuildType>
  55. <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>
  56. <VerInfo_Locale>1033</VerInfo_Locale>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  59. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  60. <DCC_DebugInformation>0</DCC_DebugInformation>
  61. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  62. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  65. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  66. <DCC_Optimize>false</DCC_Optimize>
  67. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  70. <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>
  71. <Manifest_File>(None)</Manifest_File>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <DelphiCompile Include="$(MainSource)">
  75. <MainSource>MainSource</MainSource>
  76. </DelphiCompile>
  77. <BuildConfiguration Include="Debug">
  78. <Key>Cfg_2</Key>
  79. <CfgParent>Base</CfgParent>
  80. </BuildConfiguration>
  81. <BuildConfiguration Include="Base">
  82. <Key>Base</Key>
  83. </BuildConfiguration>
  84. <BuildConfiguration Include="Release">
  85. <Key>Cfg_1</Key>
  86. <CfgParent>Base</CfgParent>
  87. </BuildConfiguration>
  88. </ItemGroup>
  89. <ProjectExtensions>
  90. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  91. <Borland.ProjectType/>
  92. <BorlandProject>
  93. <Delphi.Personality>
  94. <Source>
  95. <Source Name="MainSource">Test_Utility.dpr</Source>
  96. </Source>
  97. <Excluded_Packages>
  98. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  99. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  100. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  101. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  102. </Excluded_Packages>
  103. </Delphi.Personality>
  104. <Platforms>
  105. <Platform value="Linux64">True</Platform>
  106. <Platform value="Win32">True</Platform>
  107. <Platform value="Win64">False</Platform>
  108. </Platforms>
  109. </BorlandProject>
  110. <ProjectFileVersion>12</ProjectFileVersion>
  111. </ProjectExtensions>
  112. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  113. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  114. </Project>