diff options
| author | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-06-14 18:34:45 +1000 |
|---|---|---|
| committer | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-08-05 10:26:22 +1000 |
| commit | b9b7ff6e25513a35bd5080efef749fe70ca141a3 (patch) | |
| tree | 7cc1f4c6c6c21171870b73e567d7a4e2f402da02 /Source | |
| parent | e638bb658fa2bbaa6e46148816598fe3ab79dc6e (diff) | |
Update supportedOS values in .manifest files
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinNoGUI/DolphinNoGUI.exe.manifest | 3 | ||||
| -rw-r--r-- | Source/Core/DolphinQt/DolphinQt.manifest | 3 | ||||
| -rw-r--r-- | Source/Core/DolphinTool/DolphinTool.exe.manifest | 3 | ||||
| -rw-r--r-- | Source/Core/WinUpdater/Updater.exe.manifest | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/Source/Core/DolphinNoGUI/DolphinNoGUI.exe.manifest b/Source/Core/DolphinNoGUI/DolphinNoGUI.exe.manifest index 69f9e43d44..6390fee860 100644 --- a/Source/Core/DolphinNoGUI/DolphinNoGUI.exe.manifest +++ b/Source/Core/DolphinNoGUI/DolphinNoGUI.exe.manifest @@ -21,9 +21,6 @@ </dependency> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> - <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> - <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> - <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> diff --git a/Source/Core/DolphinQt/DolphinQt.manifest b/Source/Core/DolphinQt/DolphinQt.manifest index 9b4551858f..211b0bb068 100644 --- a/Source/Core/DolphinQt/DolphinQt.manifest +++ b/Source/Core/DolphinQt/DolphinQt.manifest @@ -8,9 +8,6 @@ </asmv3:application> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> - <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> - <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> - <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> diff --git a/Source/Core/DolphinTool/DolphinTool.exe.manifest b/Source/Core/DolphinTool/DolphinTool.exe.manifest index d3b615fb28..8239320153 100644 --- a/Source/Core/DolphinTool/DolphinTool.exe.manifest +++ b/Source/Core/DolphinTool/DolphinTool.exe.manifest @@ -21,9 +21,6 @@ </dependency> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> - <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> - <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> - <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> diff --git a/Source/Core/WinUpdater/Updater.exe.manifest b/Source/Core/WinUpdater/Updater.exe.manifest index 850f0c2343..567743a5e6 100644 --- a/Source/Core/WinUpdater/Updater.exe.manifest +++ b/Source/Core/WinUpdater/Updater.exe.manifest @@ -21,9 +21,6 @@ </dependency> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> - <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> - <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> - <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> |
