OSDN Git Service

bit.ly のアクセストークン取得に使用する認証ダイアログを追加
[opentween/open-tween.git] / OpenTween / app.manifest
1 <?xml version="1.0" encoding="utf-8"?>
2 <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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             使用する場合は、requestedExecutionLevel ノードを削除します。
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       <!-- Windows Vista -->
29       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
30
31       <!-- Windows 7 -->
32       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
33
34       <!-- Windows 8 -->
35       <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
36
37       <!-- Windows 8.1 -->
38       <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
39
40       <!-- Windows 10 -->
41       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
42     </application>
43   </compatibility>
44
45   <!-- Windows のコモン コントロールとダイアログのテーマを有効にします (Windows XP 以降) -->
46   <!-- <dependency>
47     <dependentAssembly>
48       <assemblyIdentity
49           type="win32"
50           name="Microsoft.Windows.Common-Controls"
51           version="6.0.0.0"
52           processorArchitecture="*"
53           publicKeyToken="6595b64144ccf1df"
54           language="*"
55         />
56     </dependentAssembly>
57   </dependency>-->
58
59   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
60     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
61       <!-- DPI 対応であることを宣言 -->
62       <dpiAware>true</dpiAware>
63     </asmv3:windowsSettings>
64   </asmv3:application>
65
66 </asmv1:assembly>