ISCC.dproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CB865E8F-FE9C-46FD-90B0-AB3BDBD1C906}</ProjectGuid>
  4. <MainSource>ISCC.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">ISCC</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_ConsoleTarget>true</DCC_ConsoleTarget>
  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. <SanitizedProjectName>ISCC</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_IMPLICIT_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  45. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  46. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  49. <BT_BuildType>Debug</BT_BuildType>
  50. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  53. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  54. <DCC_DebugInformation>0</DCC_DebugInformation>
  55. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  56. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  57. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  58. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  61. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  62. <DCC_Optimize>false</DCC_Optimize>
  63. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  64. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  65. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  66. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <DelphiCompile Include="$(MainSource)">
  70. <MainSource>MainSource</MainSource>
  71. </DelphiCompile>
  72. <DCCReference Include="..\Components\SafeDLLPath.pas"/>
  73. <DCCReference Include="..\Components\PathFunc.pas"/>
  74. <DCCReference Include="..\Components\TrustFunc.pas"/>
  75. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  76. <DCCReference Include="Src\Shared.CompilerInt.pas"/>
  77. <DCCReference Include="Src\Shared.CompilerInt.Struct.pas"/>
  78. <DCCReference Include="Src\Shared.FileClass.pas"/>
  79. <DCCReference Include="Src\Shared.ConfigIniFile.pas"/>
  80. <DCCReference Include="Src\Shared.SignToolsFunc.pas"/>
  81. <DCCReference Include="Src\Shared.LicenseFunc.pas"/>
  82. <DCCReference Include="..\Components\SHA256.pas"/>
  83. <DCCReference Include="..\Components\ECDSA.pas"/>
  84. <DCCReference Include="..\Components\ISSigFunc.pas"/>
  85. <DCCReference Include="..\Components\StringScanner.pas"/>
  86. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  87. <BuildConfiguration Include="Base">
  88. <Key>Base</Key>
  89. </BuildConfiguration>
  90. <BuildConfiguration Include="Release">
  91. <Key>Cfg_1</Key>
  92. <CfgParent>Base</CfgParent>
  93. </BuildConfiguration>
  94. <BuildConfiguration Include="Debug">
  95. <Key>Cfg_2</Key>
  96. <CfgParent>Base</CfgParent>
  97. </BuildConfiguration>
  98. </ItemGroup>
  99. <ProjectExtensions>
  100. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  101. <Borland.ProjectType/>
  102. <BorlandProject>
  103. <Delphi.Personality>
  104. <Source>
  105. <Source Name="MainSource">ISCC.dpr</Source>
  106. </Source>
  107. </Delphi.Personality>
  108. <Platforms>
  109. <Platform value="Win32">True</Platform>
  110. <Platform value="Win64">False</Platform>
  111. </Platforms>
  112. </BorlandProject>
  113. <ProjectFileVersion>12</ProjectFileVersion>
  114. </ProjectExtensions>
  115. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  116. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  117. </Project>