OSDN Git Service

OpenTween v2.4.2 リリース
[opentween/open-tween.git] / OpenTween / app.manifest
1 <?xml version="1.0" encoding="utf-8"?>
2 <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
4     <security>
5       <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
6         <!-- UAC マニフェスト オプション
7              Windows のユーザー アカウント制御のレベルを変更するには、
8              requestedExecutionLevel ノードを以下のいずれかで置換します。
9
10         <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
11         <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
12         <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />
13
14             requestedExecutionLevel 要素を指定すると、ファイルおよびレジストリの仮想化が無効にされます。
15             アプリケーションが下位互換性を保つためにこの仮想化を要求する場合、この要素を
16             削除します。
17         -->
18         <requestedExecutionLevel level="asInvoker" uiAccess="false" />
19       </requestedPrivileges>
20     </security>
21   </trustInfo>
22
23   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
24     <application>
25       <!-- このアプリケーションがテストされ、協働するようテストされた Windows バージョンの
26            一覧。適切な要素をコメント解除すると、最も互換性のある環境を Windows が
27            自動的に選択します。-->
28
29       <!-- Windows 7 -->
30       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
31
32       <!-- Windows 8 -->
33       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
34
35       <!-- Windows 8.1 -->
36       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
37
38       <!-- Windows 10 -->
39       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
40     </application>
41   </compatibility>
42
43   <!-- アプリケーションが DPI 対応であり、それ以上の DPI で Windows によって自動的にスケーリングされないことを
44        示します。Windows Presentation Foundation (WPF) アプリケーションは自動的に DPI に対応し、オプトインする必要は
45        ありません。さらに、この設定にオプトインする .NET Framework 4.6 を対象とする Windows Forms アプリケーションは、
46        app.config ファイルで 'EnableWindowsFormsHighDpiAutoResizing' 設定を 'true' に設定する必要があります。-->
47   <application xmlns="urn:schemas-microsoft-com:asm.v3">
48     <windowsSettings>
49       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
50     </windowsSettings>
51   </application>
52
53   <!-- Windows のコモン コントロールとダイアログのテーマを有効にします (Windows XP 以降) -->
54   <!-- <dependency>
55     <dependentAssembly>
56       <assemblyIdentity
57           type="win32"
58           name="Microsoft.Windows.Common-Controls"
59           version="6.0.0.0"
60           processorArchitecture="*"
61           publicKeyToken="6595b64144ccf1df"
62           language="*"
63         />
64     </dependentAssembly>
65   </dependency>-->
66
67 </assembly>