ISPP.dproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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>3</TargetedPlatforms>
  8. <AppType>Library</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win64</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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  33. <Cfg_1_Win32>true</Cfg_1_Win32>
  34. <CfgParent>Cfg_1</CfgParent>
  35. <Cfg_1>true</Cfg_1>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  39. <Cfg_1_Win64>true</Cfg_1_Win64>
  40. <CfgParent>Cfg_1</CfgParent>
  41. <Cfg_1>true</Cfg_1>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  45. <Cfg_2>true</Cfg_2>
  46. <CfgParent>Base</CfgParent>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  50. <Cfg_2_Win32>true</Cfg_2_Win32>
  51. <CfgParent>Cfg_2</CfgParent>
  52. <Cfg_2>true</Cfg_2>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  56. <Cfg_2_Win64>true</Cfg_2_Win64>
  57. <CfgParent>Cfg_2</CfgParent>
  58. <Cfg_2>true</Cfg_2>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Base)'!=''">
  62. <DCC_DebugInformation>1</DCC_DebugInformation>
  63. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  64. <GenDll>true</GenDll>
  65. <SanitizedProjectName>ISPP</SanitizedProjectName>
  66. <DCC_Namespace>System;$(DCC_Namespace)</DCC_Namespace>
  67. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  68. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  69. <DCC_IMPLICIT_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  70. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  71. <DCC_COMBINING_SIGNED_UNSIGNED64>true</DCC_COMBINING_SIGNED_UNSIGNED64>
  72. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  75. <BT_BuildType>Debug</BT_BuildType>
  76. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  79. <BT_BuildType>Debug</BT_BuildType>
  80. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  83. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  84. <DCC_DebugInformation>0</DCC_DebugInformation>
  85. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  86. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  87. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  90. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  93. <DCC_DcuOutput>Dcu\Win64\Release\$(MainSource)</DCC_DcuOutput>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  96. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  97. <DCC_Optimize>false</DCC_Optimize>
  98. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  99. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  100. <Debugger_HostApplication>Bin\ISIDE.exe</Debugger_HostApplication>
  101. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  104. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  105. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  108. <DCC_DcuOutput>Dcu\Win64\Debug\$(MainSource)</DCC_DcuOutput>
  109. </PropertyGroup>
  110. <ItemGroup>
  111. <DelphiCompile Include="$(MainSource)">
  112. <MainSource>MainSource</MainSource>
  113. </DelphiCompile>
  114. <DCCReference Include="Src\Shared.PreprocInt.pas"/>
  115. <DCCReference Include="Src\ISPP.Preprocess.pas"/>
  116. <DCCReference Include="Src\ISPP.Preprocessor.pas"/>
  117. <DCCReference Include="Src\ISPP.Funcs.pas"/>
  118. <DCCReference Include="Src\ISPP.VarUtils.pas"/>
  119. <DCCReference Include="Src\ISPP.Consts.pas"/>
  120. <DCCReference Include="Src\ISPP.Stack.pas"/>
  121. <DCCReference Include="Src\ISPP.Intf.pas"/>
  122. <DCCReference Include="Src\ISPP.Parser.pas"/>
  123. <DCCReference Include="Src\ISPP.IdentMan.pas"/>
  124. <DCCReference Include="Src\ISPP.Sessions.pas"/>
  125. <DCCReference Include="Src\ISPP.CTokenizer.pas"/>
  126. <DCCReference Include="Src\ISPP.Base.pas"/>
  127. <DCCReference Include="..\Components\PathFunc.pas"/>
  128. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  129. <DCCReference Include="Src\Shared.FileClass.pas"/>
  130. <DCCReference Include="..\Components\MD5.pas"/>
  131. <DCCReference Include="..\Components\SHA1.pas"/>
  132. <DCCReference Include="..\Components\SHA256.pas"/>
  133. <DCCReference Include="Src\Shared.Struct.pas"/>
  134. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  135. <BuildConfiguration Include="Base">
  136. <Key>Base</Key>
  137. </BuildConfiguration>
  138. <BuildConfiguration Include="Release">
  139. <Key>Cfg_1</Key>
  140. <CfgParent>Base</CfgParent>
  141. </BuildConfiguration>
  142. <BuildConfiguration Include="Debug">
  143. <Key>Cfg_2</Key>
  144. <CfgParent>Base</CfgParent>
  145. </BuildConfiguration>
  146. </ItemGroup>
  147. <ProjectExtensions>
  148. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  149. <Borland.ProjectType/>
  150. <BorlandProject>
  151. <Delphi.Personality>
  152. <Source>
  153. <Source Name="MainSource">ISPP.dpr</Source>
  154. </Source>
  155. </Delphi.Personality>
  156. <Platforms>
  157. <Platform value="Win32">True</Platform>
  158. <Platform value="Win64">True</Platform>
  159. </Platforms>
  160. </BorlandProject>
  161. <ProjectFileVersion>12</ProjectFileVersion>
  162. </ProjectExtensions>
  163. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  164. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  165. </Project>