nitai/projects
rblxtool / src / ui / RblxTool / app.manifest
16 lines · 779 B Raw
1<?xml version="1.0" encoding="utf-8"?>
2<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3 <assemblyIdentity version="1.0.0.0" name="RblxTool.app" />
4 <application xmlns="urn:schemas-microsoft-com:asm.v3">
5 <windowsSettings>
6 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
7 <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
8 </windowsSettings>
9 </application>
10 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
11 <application>
12 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
13 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />
14 </application>
15 </compatibility>
16</assembly>