ISPP.dproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7BEFDB9E-3F9B-4206-BAC1-B332E573D3F8}</ProjectGuid>
  4. <MainSource>ISPP.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Library</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">ISPP</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_DebugInformation>1</DCC_DebugInformation>
  34. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  35. <DCC_UsePackage>vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP;$(DCC_UsePackage)</DCC_UsePackage>
  36. <GenDll>true</GenDll>
  37. <SanitizedProjectName>ISPP</SanitizedProjectName>
  38. <DCC_Namespace>System;$(DCC_Namespace)</DCC_Namespace>
  39. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  40. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  41. <DCC_IMPLICIT_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  42. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  43. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  46. <BT_BuildType>Debug</BT_BuildType>
  47. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  50. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  51. <DCC_DebugInformation>0</DCC_DebugInformation>
  52. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  53. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  54. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  55. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  58. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  59. <DCC_Optimize>false</DCC_Optimize>
  60. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  61. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  62. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  63. <Debugger_HostApplication>Bin\Compil32.exe</Debugger_HostApplication>
  64. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <DelphiCompile Include="$(MainSource)">
  68. <MainSource>MainSource</MainSource>
  69. </DelphiCompile>
  70. <DCCReference Include="Src\Shared.PreprocInt.pas"/>
  71. <DCCReference Include="Src\ISPP.Preprocess.pas"/>
  72. <DCCReference Include="Src\ISPP.Preprocessor.pas"/>
  73. <DCCReference Include="Src\ISPP.Funcs.pas"/>
  74. <DCCReference Include="Src\ISPP.VarUtils.pas"/>
  75. <DCCReference Include="Src\ISPP.Consts.pas"/>
  76. <DCCReference Include="Src\ISPP.Stack.pas"/>
  77. <DCCReference Include="Src\ISPP.Intf.pas"/>
  78. <DCCReference Include="Src\ISPP.Parser.pas"/>
  79. <DCCReference Include="Src\ISPP.IdentMan.pas"/>
  80. <DCCReference Include="Src\ISPP.Sessions.pas"/>
  81. <DCCReference Include="Src\ISPP.CTokenizer.pas"/>
  82. <DCCReference Include="Src\ISPP.Base.pas"/>
  83. <DCCReference Include="..\Components\PathFunc.pas"/>
  84. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  85. <DCCReference Include="Src\Shared.FileClass.pas"/>
  86. <DCCReference Include="..\Components\MD5.pas"/>
  87. <DCCReference Include="..\Components\SHA1.pas"/>
  88. <DCCReference Include="..\Components\SHA256.pas"/>
  89. <DCCReference Include="Src\Shared.Struct.pas"/>
  90. <DCCReference Include="..\Components\UnsignedFunc.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">ISPP.dpr</Source>
  110. </Source>
  111. </Delphi.Personality>
  112. <Platforms>
  113. <Platform value="Win32">True</Platform>
  114. <Platform value="Win64">False</Platform>
  115. </Platforms>
  116. </BorlandProject>
  117. <ProjectFileVersion>12</ProjectFileVersion>
  118. </ProjectExtensions>
  119. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  120. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  121. </Project>