Test_StringMap.dproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7C380174-331F-43DD-BE99-C5CAA1FB78F7}</ProjectGuid>
  4. <MainSource>Test_StringMap.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_StringMap</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. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <DelphiCompile Include="$(MainSource)">
  76. <MainSource>MainSource</MainSource>
  77. </DelphiCompile>
  78. <BuildConfiguration Include="Debug">
  79. <Key>Cfg_2</Key>
  80. <CfgParent>Base</CfgParent>
  81. </BuildConfiguration>
  82. <BuildConfiguration Include="Base">
  83. <Key>Base</Key>
  84. </BuildConfiguration>
  85. <BuildConfiguration Include="Release">
  86. <Key>Cfg_1</Key>
  87. <CfgParent>Base</CfgParent>
  88. </BuildConfiguration>
  89. </ItemGroup>
  90. <ProjectExtensions>
  91. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  92. <Borland.ProjectType/>
  93. <BorlandProject>
  94. <Delphi.Personality>
  95. <Source>
  96. <Source Name="MainSource">Test_StringMap.dpr</Source>
  97. </Source>
  98. <Excluded_Packages>
  99. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  100. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  101. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  102. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  103. </Excluded_Packages>
  104. </Delphi.Personality>
  105. <Platforms>
  106. <Platform value="Linux64">True</Platform>
  107. <Platform value="Win32">True</Platform>
  108. <Platform value="Win64">False</Platform>
  109. </Platforms>
  110. </BorlandProject>
  111. <ProjectFileVersion>12</ProjectFileVersion>
  112. </ProjectExtensions>
  113. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  114. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  115. </Project>