ISHelpGen.dproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{058C4E22-A1B3-4C10-9062-05B58D9E9747}</ProjectGuid>
  4. <MainSource>ISHelpGen.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">ISHelpGen</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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  23. <Cfg_1>true</Cfg_1>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  28. <Cfg_2>true</Cfg_2>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Base)'!=''">
  33. <DCC_ImageBase>00400000</DCC_ImageBase>
  34. <DCC_DebugInformation>1</DCC_DebugInformation>
  35. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  36. <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
  37. <DCC_UsePackage>vcl;rtl;vclx;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;CLXIB;ibxpress;VCLIB;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;Rave50CLX;Rave50VCL;dclOfficeXP;SynEdit_D6;MwDel70;db321d7r;RemObjects_RODX_D7;RemObjects_BPDX_D7;PKIECtrl7;PKIEDB7;kprocs7;sq7;RemObjects_Indy_D7;RemObjects_Enterprise_D7;secbbox70;indy;sbindy970;$(DCC_UsePackage)</DCC_UsePackage>
  38. <SanitizedProjectName>ISHelpGen</SanitizedProjectName>
  39. <VerInfo_Locale>1043</VerInfo_Locale>
  40. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  41. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  42. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  43. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  44. <DCC_UNSAFE_CAST>false</DCC_UNSAFE_CAST>
  45. <DCC_EXPLICIT_STRING_CAST>false</DCC_EXPLICIT_STRING_CAST>
  46. <DCC_EXPLICIT_STRING_CAST_LOSS>false</DCC_EXPLICIT_STRING_CAST_LOSS>
  47. <DCC_IMPLICIT_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  48. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  49. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  52. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  53. <BT_BuildType>Debug</BT_BuildType>
  54. <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>
  55. <VerInfo_Locale>1033</VerInfo_Locale>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  58. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  59. <DCC_DebugInformation>0</DCC_DebugInformation>
  60. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  61. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  64. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  65. <DCC_Optimize>false</DCC_Optimize>
  66. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  67. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  68. <Debugger_RunParams>..</Debugger_RunParams>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <DelphiCompile Include="$(MainSource)">
  72. <MainSource>MainSource</MainSource>
  73. </DelphiCompile>
  74. <DCCReference Include="XMLParse.pas"/>
  75. <DCCReference Include="UIsxclassesParser.pas"/>
  76. <DCCReference Include="..\..\Components\PathFunc.pas"/>
  77. <BuildConfiguration Include="Base">
  78. <Key>Base</Key>
  79. </BuildConfiguration>
  80. <BuildConfiguration Include="Release">
  81. <Key>Cfg_1</Key>
  82. <CfgParent>Base</CfgParent>
  83. </BuildConfiguration>
  84. <BuildConfiguration Include="Debug">
  85. <Key>Cfg_2</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">ISHelpGen.dpr</Source>
  96. </Source>
  97. </Delphi.Personality>
  98. <Platforms>
  99. <Platform value="Win32">True</Platform>
  100. <Platform value="Win64">False</Platform>
  101. </Platforms>
  102. </BorlandProject>
  103. <ProjectFileVersion>12</ProjectFileVersion>
  104. </ProjectExtensions>
  105. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  106. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  107. </Project>