您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
908B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  3. <!-- This manifest is used on Windows only.
  4. Don't remove it as it might cause problems with window transparency and embeded controls.
  5. For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
  6. <assemblyIdentity version="1.0.0.0" name="Example.Desktop"/>
  7. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  8. <application>
  9. <!-- A list of the Windows versions that this application has been tested on
  10. and is designed to work with. Uncomment the appropriate elements
  11. and Windows will automatically select the most compatible environment. -->
  12. <!-- Windows 10 -->
  13. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
  14. </application>
  15. </compatibility>
  16. </assembly>