ISCmplr.dproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>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)'==''">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="'$(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_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  34. <DCC_DebugInformation>1</DCC_DebugInformation>
  35. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  36. <DCC_UnitSearchPath>..\Components\UniPs\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  37. <DCC_UsePackage>VCL30;vclx30;VclSmp30;vcldb30;vcldbx30;$(DCC_UsePackage)</DCC_UsePackage>
  38. <DCC_Define>PS_MINIVCL;PS_NOGRAPHCONST;PS_PANSICHAR;PS_NOINTERFACEGUIDBRACKETS;$(DCC_Define)</DCC_Define>
  39. <GenDll>true</GenDll>
  40. <SanitizedProjectName>ISCmplr</SanitizedProjectName>
  41. <DCC_Namespace>System;$(DCC_Namespace)</DCC_Namespace>
  42. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  43. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  44. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  47. <BT_BuildType>Debug</BT_BuildType>
  48. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  51. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  52. <DCC_DebugInformation>0</DCC_DebugInformation>
  53. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  54. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  55. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  56. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  59. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  60. <DCC_Optimize>false</DCC_Optimize>
  61. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  62. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  63. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  64. <Debugger_HostApplication>Bin\Compil32.exe</Debugger_HostApplication>
  65. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <DelphiCompile Include="$(MainSource)">
  69. <MainSource>MainSource</MainSource>
  70. </DelphiCompile>
  71. <DCCReference Include="..\Components\SafeDLLPath.pas"/>
  72. <DCCReference Include="Src\Shared.CompilerInt.Struct.pas"/>
  73. <DCCReference Include="Src\Shared.PreprocInt.pas"/>
  74. <DCCReference Include="Src\Compiler.Compile.pas"/>
  75. <DCCReference Include="Src\Compiler.SetupCompiler.pas"/>
  76. <DCCReference Include="Src\Compiler.Messages.pas"/>
  77. <DCCReference Include="Src\Compiler.StringLists.pas"/>
  78. <DCCReference Include="Src\Compiler.CompressionHandler.pas"/>
  79. <DCCReference Include="Src\Compiler.HelperFunc.pas"/>
  80. <DCCReference Include="Src\Compiler.BuiltinPreproc.pas"/>
  81. <DCCReference Include="Src\Shared.Struct.pas"/>
  82. <DCCReference Include="Src\Shared.ScriptFunc.pas"/>
  83. <DCCReference Include="Src\Compiler.ScriptFunc.pas"/>
  84. <DCCReference Include="Src\Compiler.ScriptCompiler.pas"/>
  85. <DCCReference Include="Src\Compiler.ScriptClasses.pas"/>
  86. <DCCReference Include="Src\Compiler.ExeUpdateFunc.pas"/>
  87. <DCCReference Include="Src\Compression.Base.pas"/>
  88. <DCCReference Include="Src\Compression.Zlib.pas"/>
  89. <DCCReference Include="Src\Compression.bzlib.pas"/>
  90. <DCCReference Include="Src\Compression.LZMACompressor.pas"/>
  91. <DCCReference Include="Src\Shared.FileClass.pas"/>
  92. <DCCReference Include="..\Components\ChaCha20.pas"/>
  93. <DCCReference Include="Src\Shared.VerInfoFunc.pas"/>
  94. <DCCReference Include="..\Components\PathFunc.pas"/>
  95. <DCCReference Include="..\Components\TrustFunc.pas"/>
  96. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  97. <DCCReference Include="..\Components\SHA256.pas"/>
  98. <DCCReference Include="Src\Shared.DebugStruct.pas"/>
  99. <DCCReference Include="Src\Shared.LangOptionsSectionDirectives.pas"/>
  100. <DCCReference Include="Src\Shared.SetupMessageIDs.pas"/>
  101. <DCCReference Include="Src\Shared.SetupEntFunc.pas"/>
  102. <DCCReference Include="Src\Shared.SetupSectionDirectives.pas"/>
  103. <DCCReference Include="Src\Shared.SetupTypes.pas"/>
  104. <DCCReference Include="Src\Shared.SetupSteps.pas"/>
  105. <DCCReference Include="..\Components\SimpleExpression.pas"/>
  106. <DCCReference Include="Src\Shared.DotNetVersion.pas"/>
  107. <DCCReference Include="..\Components\PBKDF2.pas"/>
  108. <DCCReference Include="..\Components\ECDSA.pas"/>
  109. <DCCReference Include="..\Components\ISSigFunc.pas"/>
  110. <DCCReference Include="..\Components\StringScanner.pas"/>
  111. <DCCReference Include="Src\Shared.EncryptionFunc.pas"/>
  112. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  113. <BuildConfiguration Include="Base">
  114. <Key>Base</Key>
  115. </BuildConfiguration>
  116. <BuildConfiguration Include="Release">
  117. <Key>Cfg_1</Key>
  118. <CfgParent>Base</CfgParent>
  119. </BuildConfiguration>
  120. <BuildConfiguration Include="Debug">
  121. <Key>Cfg_2</Key>
  122. <CfgParent>Base</CfgParent>
  123. </BuildConfiguration>
  124. </ItemGroup>
  125. <ProjectExtensions>
  126. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  127. <Borland.ProjectType/>
  128. <BorlandProject>
  129. <Delphi.Personality>
  130. <Source>
  131. <Source Name="MainSource">ISCmplr.dpr</Source>
  132. </Source>
  133. </Delphi.Personality>
  134. <Platforms>
  135. <Platform value="Win32">True</Platform>
  136. <Platform value="Win64">False</Platform>
  137. </Platforms>
  138. </BorlandProject>
  139. <ProjectFileVersion>12</ProjectFileVersion>
  140. </ProjectExtensions>
  141. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  142. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  143. </Project>