diff options
Diffstat (limited to 'archived/projt-launcher/program_info/projtlauncher.manifest.in')
| -rw-r--r-- | archived/projt-launcher/program_info/projtlauncher.manifest.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/archived/projt-launcher/program_info/projtlauncher.manifest.in b/archived/projt-launcher/program_info/projtlauncher.manifest.in new file mode 100644 index 0000000000..b9e2537b0f --- /dev/null +++ b/archived/projt-launcher/program_info/projtlauncher.manifest.in @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <application xmlns="urn:schemas-microsoft-com:asm.v3"> + <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> + <ws2:longPathAware>true</ws2:longPathAware> + </windowsSettings> + </application> + <assemblyIdentity name="ProjTLauncher.Application.1" type="win32" version="@Launcher_VERSION_NAME4@" /> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker" uiAccess="false"/> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> + </dependentAssembly> + </dependency> + <description>Custom Minecraft launcher for managing multiple installs.</description> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!--The ID below indicates app support for Windows 10/11 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> + </application> + </compatibility> +</assembly> |
