summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest')
-rw-r--r--external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest26
1 files changed, 0 insertions, 26 deletions
diff --git a/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest b/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest
deleted file mode 100644
index e36401463c..0000000000
--- a/external/rx/Rx/NET/Test/Rx/WpfXbapApp45/Properties/app.manifest
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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">
- <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
- <security>
- <applicationRequestMinimum>
- <defaultAssemblyRequest permissionSetReference="Custom" />
- <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" />
- </applicationRequestMinimum>
- <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
- <!-- UAC Manifest Options
- If you want to change the Windows User Account Control level replace the
- requestedExecutionLevel node with one of the following.
-
- <requestedExecutionLevel level="asInvoker" uiAccess="false" />
- <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
- <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
-
- If you want to utilize File and Registry Virtualization for backward
- compatibility then delete the requestedExecutionLevel node.
- -->
- <requestedExecutionLevel level="asInvoker" uiAccess="false" />
- </requestedPrivileges>
- </security>
- </trustInfo>
-</asmv1:assembly>