diff options
author | fcolin | 2007-02-01 10:09:22 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:09:22 +0000 |
commit | 9fdb7248c3d5962879984bd5475e2ece7722141d (patch) | |
tree | 7683cc16f39bc35863ffd1b9ba0453f79bf17722 /CSharp/Ivy/IvyProbeConsole | |
parent | 63a9e3465f659b13dd071d62febd343eab8d3d3a (diff) | |
download | ivy-csharp-9fdb7248c3d5962879984bd5475e2ece7722141d.zip ivy-csharp-9fdb7248c3d5962879984bd5475e2ece7722141d.tar.gz ivy-csharp-9fdb7248c3d5962879984bd5475e2ece7722141d.tar.bz2 ivy-csharp-9fdb7248c3d5962879984bd5475e2ece7722141d.tar.xz |
Utilisateur : Fcolin Date : 23/06/06 Heure : 11:12 Créé Commentaire: (vss 1)
Diffstat (limited to 'CSharp/Ivy/IvyProbeConsole')
-rw-r--r-- | CSharp/Ivy/IvyProbeConsole/Properties/app.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/Properties/app.manifest b/CSharp/Ivy/IvyProbeConsole/Properties/app.manifest new file mode 100644 index 0000000..ec82d19 --- /dev/null +++ b/CSharp/Ivy/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 |