ISCmplr.dproj 8.6 KB

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