No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 1 año
123456789101112131415161718
  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>