about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/app.manifest
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-24 02:31:56 +0100
committerRory& <root@rory.gay>2024-01-24 17:05:25 +0100
commit03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch)
treee000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixRoomUtils.Desktop/app.manifest
parentMake RMU installable (diff)
downloadMatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixRoomUtils.Desktop/app.manifest')
-rw-r--r--MatrixRoomUtils.Desktop/app.manifest18
1 files changed, 0 insertions, 18 deletions
diff --git a/MatrixRoomUtils.Desktop/app.manifest b/MatrixRoomUtils.Desktop/app.manifest
deleted file mode 100644

index 35ffb0d..0000000 --- a/MatrixRoomUtils.Desktop/app.manifest +++ /dev/null
@@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> - <!-- This manifest is used on Windows only. - Don't remove it as it might cause problems with window transparency and embeded controls. - For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests --> - <assemblyIdentity version="1.0.0.0" name="MatrixRoomUtils.Desktop.Desktop"/> - - <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> - <application> - <!-- A list of the Windows versions that this application has been tested on - and is designed to work with. Uncomment the appropriate elements - and Windows will automatically select the most compatible environment. --> - - <!-- Windows 10 --> - <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> - </application> - </compatibility> -</assembly>