SCC.Crawler.exe.manifest 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
  3. <asmv1:assemblyIdentity name="SCC.Crawler.exe" version="1.0.0.0" publicKeyToken="c66fded7cf8618e6" language="neutral" processorArchitecture="msil" type="win32" />
  4. <application />
  5. <entryPoint>
  6. <assemblyIdentity name="SCC.Crawler" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  7. <commandLine file="SCC.Crawler.exe" parameters="" />
  8. </entryPoint>
  9. <trustInfo>
  10. <security>
  11. <applicationRequestMinimum>
  12. <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
  13. <defaultAssemblyRequest permissionSetReference="Custom" />
  14. </applicationRequestMinimum>
  15. <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  16. <!--
  17. UAC 清单选项
  18. 若想要更改 Windows 用户帐户控制级别,请
  19. 将 requestedExecutionLevel 节点替换为下述某项。
  20. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  21. <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
  22. <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
  23. 若想要使用文件和注册表虚拟化以实现向后
  24. 兼容,请删除 requestedExecutionLevel 节点。
  25. -->
  26. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  27. </requestedPrivileges>
  28. </security>
  29. </trustInfo>
  30. <dependency>
  31. <dependentOS>
  32. <osVersionInfo>
  33. <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
  34. </osVersionInfo>
  35. </dependentOS>
  36. </dependency>
  37. <dependency>
  38. <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
  39. <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
  40. </dependentAssembly>
  41. </dependency>
  42. <dependency>
  43. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Common.Logging.dll" size="44544">
  44. <assemblyIdentity name="Common.Logging" version="3.0.0.0" publicKeyToken="AF08829B84F0328E" language="neutral" processorArchitecture="msil" />
  45. <hash>
  46. <dsig:Transforms>
  47. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  48. </dsig:Transforms>
  49. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  50. <dsig:DigestValue>M89O+tGD1hNSm+NqGOUAmapSvxk=</dsig:DigestValue>
  51. </hash>
  52. </dependentAssembly>
  53. </dependency>
  54. <dependency>
  55. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Common.Logging.Core.dll" size="9728">
  56. <assemblyIdentity name="Common.Logging.Core" version="3.0.0.0" publicKeyToken="AF08829B84F0328E" language="neutral" processorArchitecture="msil" />
  57. <hash>
  58. <dsig:Transforms>
  59. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  60. </dsig:Transforms>
  61. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  62. <dsig:DigestValue>mwyFhzy32oy9RdWhHBv1K2axNDs=</dsig:DigestValue>
  63. </hash>
  64. </dependentAssembly>
  65. </dependency>
  66. <dependency>
  67. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="HtmlAgilityPack.dll" size="132096">
  68. <assemblyIdentity name="HtmlAgilityPack" version="1.4.9.5" publicKeyToken="BD319B19EAF3B43A" language="neutral" processorArchitecture="msil" />
  69. <hash>
  70. <dsig:Transforms>
  71. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  72. </dsig:Transforms>
  73. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  74. <dsig:DigestValue>4p0EMNlUXiefFzRMzI6DGrUe+Oo=</dsig:DigestValue>
  75. </hash>
  76. </dependentAssembly>
  77. </dependency>
  78. <dependency>
  79. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="log4net.dll" size="303104">
  80. <assemblyIdentity name="log4net" version="1.2.15.0" publicKeyToken="669E0DDF0BB1AA2A" language="neutral" processorArchitecture="msil" />
  81. <hash>
  82. <dsig:Transforms>
  83. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  84. </dsig:Transforms>
  85. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  86. <dsig:DigestValue>fjNFMSDUbJ99SW89zQ0MG7Fdoi0=</dsig:DigestValue>
  87. </hash>
  88. </dependentAssembly>
  89. </dependency>
  90. <dependency>
  91. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="489472">
  92. <assemblyIdentity name="Newtonsoft.Json" version="9.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" />
  93. <hash>
  94. <dsig:Transforms>
  95. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  96. </dsig:Transforms>
  97. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  98. <dsig:DigestValue>f06Y7Q7TaG0jTtlL/fOVkkJmygM=</dsig:DigestValue>
  99. </hash>
  100. </dependentAssembly>
  101. </dependency>
  102. <dependency>
  103. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Quartz.dll" size="888832">
  104. <assemblyIdentity name="Quartz" version="2.3.3.0" publicKeyToken="F6B8C98A402CC8A4" language="neutral" processorArchitecture="msil" />
  105. <hash>
  106. <dsig:Transforms>
  107. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  108. </dsig:Transforms>
  109. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  110. <dsig:DigestValue>dmKIJA5/y7BEaZUT1d0BBocPFVQ=</dsig:DigestValue>
  111. </hash>
  112. </dependentAssembly>
  113. </dependency>
  114. <dependency>
  115. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SCC.Common.dll" size="64000">
  116. <assemblyIdentity name="SCC.Common" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  117. <hash>
  118. <dsig:Transforms>
  119. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  120. </dsig:Transforms>
  121. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  122. <dsig:DigestValue>IBTtj4ONrXqzyYhUB+RbeU345iU=</dsig:DigestValue>
  123. </hash>
  124. </dependentAssembly>
  125. </dependency>
  126. <dependency>
  127. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SCC.Crawler.exe" size="1133472">
  128. <assemblyIdentity name="SCC.Crawler" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  129. <hash>
  130. <dsig:Transforms>
  131. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  132. </dsig:Transforms>
  133. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  134. <dsig:DigestValue>NYLVuoOScvAtV8zhNyuSkHXMxv8=</dsig:DigestValue>
  135. </hash>
  136. </dependentAssembly>
  137. </dependency>
  138. <dependency>
  139. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SCC.Interface.dll" size="9728">
  140. <assemblyIdentity name="SCC.Interface" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  141. <hash>
  142. <dsig:Transforms>
  143. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  144. </dsig:Transforms>
  145. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  146. <dsig:DigestValue>VQAHK+xOTrmYjBu68VCqr8KdnJM=</dsig:DigestValue>
  147. </hash>
  148. </dependentAssembly>
  149. </dependency>
  150. <dependency>
  151. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SCC.Models.dll" size="59392">
  152. <assemblyIdentity name="SCC.Models" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  153. <hash>
  154. <dsig:Transforms>
  155. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  156. </dsig:Transforms>
  157. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  158. <dsig:DigestValue>+lWzTdpivQB0sIt5Vppa3YU0ICI=</dsig:DigestValue>
  159. </hash>
  160. </dependentAssembly>
  161. </dependency>
  162. <dependency>
  163. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SCC.Services.dll" size="80896">
  164. <assemblyIdentity name="SCC.Services" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  165. <hash>
  166. <dsig:Transforms>
  167. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  168. </dsig:Transforms>
  169. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  170. <dsig:DigestValue>Z9FQ9phXjj5yNWqWy2L1i3Uwh/k=</dsig:DigestValue>
  171. </hash>
  172. </dependentAssembly>
  173. </dependency>
  174. <file name="SCC.Crawler.exe.config" size="3230">
  175. <hash>
  176. <dsig:Transforms>
  177. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  178. </dsig:Transforms>
  179. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  180. <dsig:DigestValue>57mhsDhK3jbQZNpescgPb90VIxQ=</dsig:DigestValue>
  181. </hash>
  182. </file>
  183. <file name="SCCConfig.xml" size="129531" writeableType="applicationData">
  184. <hash>
  185. <dsig:Transforms>
  186. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  187. </dsig:Transforms>
  188. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
  189. <dsig:DigestValue>10PD5niR6irmLrB5Atd1R7QkRaI=</dsig:DigestValue>
  190. </hash>
  191. </file>
  192. <publisherIdentity name="CN=ZX\Administrator" issuerKeyHash="b47aa239423ce9f2674f8c0db7655851f4a1b22a" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>0zsmzLuWfx0u8RTxIA87hIDKgYQ=</DigestValue></Reference></SignedInfo><SignatureValue>uueCIyB+fQ5QlgXGIuIk8BOZtJaMF0igFG3kfyTsUHGIlQ4xeFSDpPyRzp6nDwAmPYTa7uzlVOU2NOaVB0q2XS29yalgl1/paMz7cRP7Sbi0ap+oEkVj8xuIf3qi/Z9PDlQdHkT6SMsnOaKgLJKY0W1Im9Nydr6jGZksmCQR+B0=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>2KOJ6qJurmh2DCaRZLgYozMeaDNoZKYgzxmRTEGF/5EJgY7y8Vlj6qo6cyoduAU/45vvrthVl6uA/OwKBYpk8C032LSFahT4uKDRMG42x4qd2WVinozdccFLMQdF7cUVYn0kizxkBhUYjHvu3ymig5207VetShGBXCZNcjFXbUE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="8481ca80843b0f20f114f12e1d7f96bbcc263bd3" Description="" Url=""><as:assemblyIdentity name="SCC.Crawler.exe" version="1.0.0.0" publicKeyToken="c66fded7cf8618e6" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ZX\Administrator</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>g7+ujwWXYapcunEP0xpwQqSfO0I=</DigestValue></Reference></SignedInfo><SignatureValue>uQQ55Q1DzLcwoyjfT8jHxbqmmbjyhObe90grF8i06yFX7gLBB2VrmyYrpGSJYSHu1hKZ3y0FcR5i3ch+pPPsuewDZeMz9Dgm0/9x5J+V3oriT0hwh+BWCQwmOvyeQ1tY4jVmvvNiiOG8NtUUzajFzJ3LUHYLEu6PkR1GEeFeRvE=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>2KOJ6qJurmh2DCaRZLgYozMeaDNoZKYgzxmRTEGF/5EJgY7y8Vlj6qo6cyoduAU/45vvrthVl6uA/OwKBYpk8C032LSFahT4uKDRMG42x4qd2WVinozdccFLMQdF7cUVYn0kizxkBhUYjHvu3ymig5207VetShGBXCZNcjFXbUE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB2TCCAUKgAwIBAgIQPaYpc5rQqaRBXD4hXECccjANBgkqhkiG9w0BAQUFADArMSkwJwYDVQQDHiAAWgBYAFwAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcjAeFw0xODA5MTgwMDUwMzBaFw0xOTA5MTgwNjUwMzBaMCsxKTAnBgNVBAMeIABaAFgAXABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYo4nqom6uaHYMJpFkuBijMx5oM2hkpiDPGZFMQYX/kQmBjvLxWWPqqjpzKh24BT/jm++u2FWXq4D87AoFimTwLTfYtIVqFPi4oNEwbjbHip3ZZWKejN1xwUsxB0XtxRVifSSLPGQGFRiMe+7fKaKDnbTtV61KEYFcJk1yMVdtQQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAF+3cKTlxIQz0xThVtmLkWAfrGy8dV9GOqBW28Nto3cMELAdGWcfpR3Wz63o2n6nk/ORSvqQHStGKVX8N/VBe8v7CEbtOglz+TWCRoobXtI/Reld7rv22R1kDE6gpYe74kn4U8VpAcL3spSYW0S+SygRVQ/3v6fIcghkr34zU0U9</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>