summaryrefslogtreecommitdiff
path: root/IvyProbeConsole/Properties/app.manifest
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:07:02 +0000
committerfcolin2007-02-01 12:07:02 +0000
commitcbf0054b86c62894dd49d4465ace40b69b3b8df0 (patch)
treebe90d10f4ab0ae0288fce60b3ad704cd83de1f3d /IvyProbeConsole/Properties/app.manifest
parentc7e59ff47d5162223042c6a2aeb5f168783b107e (diff)
downloadivy-csharp-cbf0054b86c62894dd49d4465ace40b69b3b8df0.zip
ivy-csharp-cbf0054b86c62894dd49d4465ace40b69b3b8df0.tar.gz
ivy-csharp-cbf0054b86c62894dd49d4465ace40b69b3b8df0.tar.bz2
ivy-csharp-cbf0054b86c62894dd49d4465ace40b69b3b8df0.tar.xz
modification structure svn
Diffstat (limited to 'IvyProbeConsole/Properties/app.manifest')
-rw-r--r--IvyProbeConsole/Properties/app.manifest11
1 files changed, 11 insertions, 0 deletions
diff --git a/IvyProbeConsole/Properties/app.manifest b/IvyProbeConsole/Properties/app.manifest
new file mode 100644
index 0000000..ec82d19
--- /dev/null
+++ b/IvyProbeConsole/Properties/app.manifest
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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">
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <applicationRequestMinimum>
+ <defaultAssemblyRequest permissionSetReference="Custom" />
+ <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
+ </applicationRequestMinimum>
+ </security>
+ </trustInfo>
+</asmv1:assembly> \ No newline at end of file