File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
tools/Tableau.Migration.ManifestExplorer.Desktop Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,6 @@ share/python-wheels/
37
37
.installed.cfg
38
38
* .egg
39
39
40
- # PyInstaller
41
- # Usually these files are written by a python script from a template
42
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
43
- * .manifest
44
- * .spec
45
-
46
40
# Installer logs
47
41
pip-log.txt
48
42
pip-delete-this-directory.txt
Original file line number Diff line number Diff line change
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 =" AvaloniaTest.Desktop" />
7
+
8
+ <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
9
+ <application >
10
+ <!-- A list of the Windows versions that this application has been tested on
11
+ and is designed to work with. Uncomment the appropriate elements
12
+ and Windows will automatically select the most compatible environment. -->
13
+
14
+ <!-- Windows 10 -->
15
+ <supportedOS Id =" {8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
16
+ </application >
17
+ </compatibility >
18
+ </assembly >
You can’t perform that action at this time.
0 commit comments