aboutsummaryrefslogtreecommitdiff
path: root/app.manifest
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-02-05 18:32:19 -0500
committerAndrew Lee <alee14498@protonmail.com>2023-02-05 18:32:19 -0500
commitc1ae32ee04460442046d5276bb57726d6d1d6e92 (patch)
tree788dd84859c54a2ca6fef28465aeaaed408ea7b1 /app.manifest
downloadHandsFree-master.tar.gz
HandsFree-master.tar.bz2
HandsFree-master.zip
Inital commitHEADmaster
Diffstat (limited to 'app.manifest')
-rw-r--r--app.manifest18
1 files changed, 18 insertions, 0 deletions
diff --git a/app.manifest b/app.manifest
new file mode 100644
index 0000000..e0ce8d0
--- /dev/null
+++ b/app.manifest
@@ -0,0 +1,18 @@
+<?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="AvaloniaTest.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>