Author: gedmurphy Date: Fri May 11 02:35:27 2007 New Revision: 26688
URL: http://svn.reactos.org/svn/reactos?rev=26688&view=rev Log: add the manifest
Added: trunk/tools/Qemu GUI/Properties/app.manifest
Added: trunk/tools/Qemu GUI/Properties/app.manifest URL: http://svn.reactos.org/svn/reactos/trunk/tools/Qemu%20GUI/Properties/app.man... ============================================================================== --- trunk/tools/Qemu GUI/Properties/app.manifest (added) +++ trunk/tools/Qemu GUI/Properties/app.manifest Fri May 11 02:35:27 2007 @@ -1,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%22%3E + <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>