ISCmplr.dproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{25CA0A66-07DC-4224-9252-EBFFA7D81558}</ProjectGuid>
  4. <MainSource>ISCmplr.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)'==''">ISCmplr</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_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  63. <DCC_DebugInformation>1</DCC_DebugInformation>
  64. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  65. <DCC_Define>PS_MINIVCL;PS_NOGRAPHCONST;PS_PANSICHAR;PS_NOINTERFACEGUIDBRACKETS;$(DCC_Define)</DCC_Define>
  66. <GenDll>true</GenDll>
  67. <SanitizedProjectName>ISCmplr</SanitizedProjectName>
  68. <DCC_Namespace>System;$(DCC_Namespace)</DCC_Namespace>
  69. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  70. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  71. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  72. <DCC_IMPLICIT_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  73. <DCC_COMBINING_SIGNED_UNSIGNED64>true</DCC_COMBINING_SIGNED_UNSIGNED64>
  74. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  77. <BT_BuildType>Debug</BT_BuildType>
  78. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  81. <BT_BuildType>Debug</BT_BuildType>
  82. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  85. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  86. <DCC_DebugInformation>0</DCC_DebugInformation>
  87. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  88. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  89. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  92. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  95. <DCC_DcuOutput>Dcu\Win64\Release\$(MainSource)</DCC_DcuOutput>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  98. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  99. <DCC_Optimize>false</DCC_Optimize>
  100. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  101. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  102. <Debugger_HostApplication>Bin\ISIDE.exe</Debugger_HostApplication>
  103. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  106. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  107. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  110. <DCC_DcuOutput>Dcu\Win64\Debug\$(MainSource)</DCC_DcuOutput>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <DelphiCompile Include="$(MainSource)">
  114. <MainSource>MainSource</MainSource>
  115. </DelphiCompile>
  116. <DCCReference Include="..\Components\SafeDLLPath.pas"/>
  117. <DCCReference Include="Src\Shared.CompilerInt.Struct.pas"/>
  118. <DCCReference Include="Src\Shared.PreprocInt.pas"/>
  119. <DCCReference Include="Src\Compiler.Compile.pas"/>
  120. <DCCReference Include="Src\Compiler.SetupCompiler.pas"/>
  121. <DCCReference Include="Src\Compiler.Messages.pas"/>
  122. <DCCReference Include="Src\Compiler.StringLists.pas"/>
  123. <DCCReference Include="Src\Compiler.CompressionHandler.pas"/>
  124. <DCCReference Include="Src\Compiler.HelperFunc.pas"/>
  125. <DCCReference Include="Src\Compiler.BuiltinPreproc.pas"/>
  126. <DCCReference Include="Src\Shared.Struct.pas"/>
  127. <DCCReference Include="Src\Shared.ScriptFunc.pas"/>
  128. <DCCReference Include="Src\Compiler.ScriptFunc.pas"/>
  129. <DCCReference Include="Src\Compiler.ScriptCompiler.pas"/>
  130. <DCCReference Include="Src\Compiler.ScriptClasses.pas"/>
  131. <DCCReference Include="Src\Compiler.ExeUpdateFunc.pas"/>
  132. <DCCReference Include="Src\Compression.Base.pas"/>
  133. <DCCReference Include="Src\Compression.Zlib.pas"/>
  134. <DCCReference Include="Src\Compression.bzlib.pas"/>
  135. <DCCReference Include="Src\Compression.LZMACompressor.pas"/>
  136. <DCCReference Include="Src\Shared.FileClass.pas"/>
  137. <DCCReference Include="..\Components\ChaCha20.pas"/>
  138. <DCCReference Include="Src\Shared.VerInfoFunc.pas"/>
  139. <DCCReference Include="..\Components\PathFunc.pas"/>
  140. <DCCReference Include="..\Components\TrustFunc.pas"/>
  141. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  142. <DCCReference Include="..\Components\SHA256.pas"/>
  143. <DCCReference Include="Src\Shared.DebugStruct.pas"/>
  144. <DCCReference Include="Src\Shared.LangOptionsSectionDirectives.pas"/>
  145. <DCCReference Include="Src\Shared.SetupMessageIDs.pas"/>
  146. <DCCReference Include="Src\Shared.SetupEntFunc.pas"/>
  147. <DCCReference Include="Src\Shared.SetupSectionDirectives.pas"/>
  148. <DCCReference Include="Src\Shared.SetupTypes.pas"/>
  149. <DCCReference Include="Src\Shared.SetupSteps.pas"/>
  150. <DCCReference Include="..\Components\SimpleExpression.pas"/>
  151. <DCCReference Include="Src\Shared.DotNetVersion.pas"/>
  152. <DCCReference Include="..\Components\PBKDF2.pas"/>
  153. <DCCReference Include="..\Components\ECDSA.pas"/>
  154. <DCCReference Include="..\Components\ISSigFunc.pas"/>
  155. <DCCReference Include="..\Components\StringScanner.pas"/>
  156. <DCCReference Include="Src\Shared.EncryptionFunc.pas"/>
  157. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  158. <DCCReference Include="..\Components\UniPs\Source\uPSC_classes.pas"/>
  159. <DCCReference Include="..\Components\UniPs\Source\uPSC_comobj.pas"/>
  160. <DCCReference Include="..\Components\UniPs\Source\uPSC_controls.pas"/>
  161. <DCCReference Include="..\Components\UniPs\Source\uPSC_dll.pas"/>
  162. <DCCReference Include="..\Components\UniPs\Source\uPSC_extctrls.pas"/>
  163. <DCCReference Include="..\Components\UniPs\Source\uPSC_forms.pas"/>
  164. <DCCReference Include="..\Components\UniPs\Source\uPSC_graphics.pas"/>
  165. <DCCReference Include="..\Components\UniPs\Source\uPSC_std.pas"/>
  166. <DCCReference Include="..\Components\UniPs\Source\uPSC_stdctrls.pas"/>
  167. <DCCReference Include="..\Components\UniPs\Source\uPSCompiler.pas"/>
  168. <DCCReference Include="..\Components\UniPs\Source\uPSUtils.pas"/>
  169. <BuildConfiguration Include="Base">
  170. <Key>Base</Key>
  171. </BuildConfiguration>
  172. <BuildConfiguration Include="Release">
  173. <Key>Cfg_1</Key>
  174. <CfgParent>Base</CfgParent>
  175. </BuildConfiguration>
  176. <BuildConfiguration Include="Debug">
  177. <Key>Cfg_2</Key>
  178. <CfgParent>Base</CfgParent>
  179. </BuildConfiguration>
  180. </ItemGroup>
  181. <ProjectExtensions>
  182. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  183. <Borland.ProjectType/>
  184. <BorlandProject>
  185. <Delphi.Personality>
  186. <Source>
  187. <Source Name="MainSource">ISCmplr.dpr</Source>
  188. </Source>
  189. </Delphi.Personality>
  190. <Platforms>
  191. <Platform value="Win32">True</Platform>
  192. <Platform value="Win64">True</Platform>
  193. </Platforms>
  194. </BorlandProject>
  195. <ProjectFileVersion>12</ProjectFileVersion>
  196. </ProjectExtensions>
  197. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  198. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  199. </Project>