ISSigTool.dproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{484EE7D9-65D0-44DA-B807-9FC874733A64}</ProjectGuid>
  4. <MainSource>ISSigTool.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">ISSigTool</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_ConsoleTarget>true</DCC_ConsoleTarget>
  66. <DCC_UsePackage>VCL30;vclx30;VclSmp30;vcldb30;vcldbx30;$(DCC_UsePackage)</DCC_UsePackage>
  67. <SanitizedProjectName>ISSigTool</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_INTEGER_CAST_LOSS>true</DCC_IMPLICIT_INTEGER_CAST_LOSS>
  72. <DCC_IMPLICIT_CONVERSION_LOSS>true</DCC_IMPLICIT_CONVERSION_LOSS>
  73. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  76. <BT_BuildType>Debug</BT_BuildType>
  77. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  80. <BT_BuildType>Debug</BT_BuildType>
  81. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  84. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  85. <DCC_DebugInformation>0</DCC_DebugInformation>
  86. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  87. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  88. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  91. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  94. <DCC_DcuOutput>Dcu\Win64\Release\$(MainSource)</DCC_DcuOutput>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  97. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  98. <DCC_Optimize>false</DCC_Optimize>
  99. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  100. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  103. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  104. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  107. <DCC_DcuOutput>Dcu\Win64\Debug\$(MainSource)</DCC_DcuOutput>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <DelphiCompile Include="$(MainSource)">
  111. <MainSource>MainSource</MainSource>
  112. </DelphiCompile>
  113. <DCCReference Include="..\Components\SafeDLLPath.pas"/>
  114. <DCCReference Include="..\Components\PathFunc.pas"/>
  115. <DCCReference Include="..\Components\SHA256.pas"/>
  116. <DCCReference Include="..\Components\ECDSA.pas"/>
  117. <DCCReference Include="..\Components\StringScanner.pas"/>
  118. <DCCReference Include="..\Components\ISSigFunc.pas"/>
  119. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  120. <DCCReference Include="Src\Shared.FileClass.pas"/>
  121. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  122. <BuildConfiguration Include="Base">
  123. <Key>Base</Key>
  124. </BuildConfiguration>
  125. <BuildConfiguration Include="Release">
  126. <Key>Cfg_1</Key>
  127. <CfgParent>Base</CfgParent>
  128. </BuildConfiguration>
  129. <BuildConfiguration Include="Debug">
  130. <Key>Cfg_2</Key>
  131. <CfgParent>Base</CfgParent>
  132. </BuildConfiguration>
  133. </ItemGroup>
  134. <ProjectExtensions>
  135. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  136. <Borland.ProjectType/>
  137. <BorlandProject>
  138. <Delphi.Personality>
  139. <Source>
  140. <Source Name="MainSource">ISSigTool.dpr</Source>
  141. </Source>
  142. </Delphi.Personality>
  143. <Platforms>
  144. <Platform value="Win32">True</Platform>
  145. <Platform value="Win64">True</Platform>
  146. </Platforms>
  147. </BorlandProject>
  148. <ProjectFileVersion>12</ProjectFileVersion>
  149. </ProjectExtensions>
  150. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  151. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  152. </Project>