OSDN Git Service

構成変更のためファイルを置き直し。
[kybernetes/Kybernetes.git] / base / Properties / app.manifest
diff --git a/base/Properties/app.manifest b/base/Properties/app.manifest
new file mode 100644 (file)
index 0000000..a2e3fd7
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<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">\r
+  <assemblyIdentity version="1.0.0.0" name="MyApplication.app" />\r
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">\r
+    <security>\r
+      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">\r
+        <!-- UAC マニフェスト オプション\r
+            Windows のユーザー アカウント制御のレベルを変更するには、\r
+            requestedExecutionLevel ノードを以下のいずれかで置換します。\r
+\r
+        <requestedExecutionLevel  level="asInvoker" uiAccess="false" />\r
+        <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />\r
+        <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />\r
+\r
+            requestedExecutionLevel ノードを指定すると、ファイルおよびレジストリの仮想化は無効になります。\r
+            旧バージョンとの互換性のためにファイルおよびレジストリの仮想化を\r
+            使用する場合は、requestedExecutionLevel ノードを削除します。\r
+        -->\r
+        <requestedExecutionLevel level="asInvoker" uiAccess="false" />\r
+      </requestedPrivileges>\r
+      <applicationRequestMinimum>\r
+        <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />\r
+        <defaultAssemblyRequest permissionSetReference="Custom" />\r
+      </applicationRequestMinimum>\r
+    </security>\r
+  </trustInfo>\r
+  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">\r
+    <application>\r
+      <!-- このアプリケーションが動作するように設計されている、Windows のすべてのバージョンの一覧。Windows は最も互換性の高い環境を自動的に選択します。-->\r
+      <!-- アプリケーションが Windows 7 で動作するように設計されている場合は、次の supportedOS ノードのコメントを解除します。-->\r
+      <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->\r
+    </application>\r
+  </compatibility>\r
+  <!-- Windows のコモン コントロールとダイアログのテーマを有効にします (Windows XP 以降) -->\r
+  <!-- <dependency>\r
+    <dependentAssembly>\r
+      <assemblyIdentity\r
+          type="win32"\r
+          name="Microsoft.Windows.Common-Controls"\r
+          version="6.0.0.0"\r
+          processorArchitecture="*"\r
+          publicKeyToken="6595b64144ccf1df"\r
+          language="*"\r
+        />\r
+    </dependentAssembly>\r
+  </dependency>-->\r
+</asmv1:assembly>
\ No newline at end of file