PacsView3D.exe.manifest 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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="PacsView3D.exe" version="1.0.0.4" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
  4. <description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
  5. <application />
  6. <entryPoint>
  7. <assemblyIdentity name="PacsView3D" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  8. <commandLine file="PacsView3D.exe" parameters="" />
  9. </entryPoint>
  10. <trustInfo>
  11. <security>
  12. <applicationRequestMinimum>
  13. <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
  14. <defaultAssemblyRequest permissionSetReference="Custom" />
  15. </applicationRequestMinimum>
  16. <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
  17. <!--
  18. UAC 清单选项
  19. 若想要更改 Windows 用户帐户控制级别,请
  20. 将 requestedExecutionLevel 节点替换为下述某项。
  21. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  22. <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
  23. <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
  24. 若想要使用文件和注册表虚拟化以实现向后
  25. 兼容,请删除 requestedExecutionLevel 节点。
  26. -->
  27. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  28. </requestedPrivileges>
  29. </security>
  30. </trustInfo>
  31. <dependency>
  32. <dependentOS>
  33. <osVersionInfo>
  34. <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
  35. </osVersionInfo>
  36. </dependentOS>
  37. </dependency>
  38. <dependency>
  39. <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
  40. <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
  41. </dependentAssembly>
  42. </dependency>
  43. <dependency>
  44. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AxInterop.D3DALib.dll" size="8192">
  45. <assemblyIdentity name="AxInterop.D3DALib" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  46. <hash>
  47. <dsig:Transforms>
  48. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  49. </dsig:Transforms>
  50. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  51. <dsig:DigestValue>ocaNMuzAHdjEqUAfD02cV8KDEQvt+DLAjRLQ6vu8Yws=</dsig:DigestValue>
  52. </hash>
  53. </dependentAssembly>
  54. </dependency>
  55. <dependency>
  56. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Dicom.Core.dll" size="1208320">
  57. <assemblyIdentity name="Dicom.Core" version="4.0.0.0" publicKeyToken="3A13F649E28EB09A" language="neutral" processorArchitecture="msil" />
  58. <hash>
  59. <dsig:Transforms>
  60. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  61. </dsig:Transforms>
  62. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  63. <dsig:DigestValue>5Z75rw9A5ASBo7+LnLEARiv7leHfHqjasSfsqUHR1iE=</dsig:DigestValue>
  64. </hash>
  65. </dependentAssembly>
  66. </dependency>
  67. <dependency>
  68. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Dicom.Native.dll" size="890880">
  69. <assemblyIdentity name="Dicom.Native" version="4.0.0.0" publicKeyToken="3A13F649E28EB09A" language="neutral" processorArchitecture="x86" />
  70. <hash>
  71. <dsig:Transforms>
  72. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  73. </dsig:Transforms>
  74. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  75. <dsig:DigestValue>SizritXdv1ac7baDZHq7juq05DaDsjPqnkRlUsL6p/k=</dsig:DigestValue>
  76. </hash>
  77. </dependentAssembly>
  78. </dependency>
  79. <dependency>
  80. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Interop.D3DALib.dll" size="8704">
  81. <assemblyIdentity name="Interop.D3DALib" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  82. <hash>
  83. <dsig:Transforms>
  84. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  85. </dsig:Transforms>
  86. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  87. <dsig:DigestValue>1pelpsK/B0mlxKVwDdP9Px3NPaVENguUW48b9SMqd4A=</dsig:DigestValue>
  88. </hash>
  89. </dependentAssembly>
  90. </dependency>
  91. <dependency>
  92. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="log4net.dll" size="276480">
  93. <assemblyIdentity name="log4net" version="2.0.8.0" publicKeyToken="669E0DDF0BB1AA2A" language="neutral" processorArchitecture="msil" />
  94. <hash>
  95. <dsig:Transforms>
  96. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  97. </dsig:Transforms>
  98. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  99. <dsig:DigestValue>r1YQxRXSJE25jGYmNiZMgXfomxr+QH+I/RikHWb25+I=</dsig:DigestValue>
  100. </hash>
  101. </dependentAssembly>
  102. </dependency>
  103. <dependency>
  104. <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PacsView3D.exe" size="185336">
  105. <assemblyIdentity name="PacsView3D" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
  106. <hash>
  107. <dsig:Transforms>
  108. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  109. </dsig:Transforms>
  110. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  111. <dsig:DigestValue>8fL3Lx7pYRMDnGrXGUWGuJZibQ6S4ZIUwzXDJ+lGC4A=</dsig:DigestValue>
  112. </hash>
  113. </dependentAssembly>
  114. </dependency>
  115. <file name="favicon.ico" size="16958">
  116. <hash>
  117. <dsig:Transforms>
  118. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  119. </dsig:Transforms>
  120. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  121. <dsig:DigestValue>QfmLF2wHGRkgc6GeexWqCec+KeJMH0NfruWVnJ4zcLM=</dsig:DigestValue>
  122. </hash>
  123. </file>
  124. <file name="PacsView3D.exe.config" size="700">
  125. <hash>
  126. <dsig:Transforms>
  127. <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
  128. </dsig:Transforms>
  129. <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
  130. <dsig:DigestValue>wrUTaCMUHwW0doJn4MRvlIue0KLVVTxQsbb8XuFEQDc=</dsig:DigestValue>
  131. </hash>
  132. </file>
  133. </asmv1:assembly>