1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Server/app.manifest Thu Jan 15 19:18:25 2015 +0100
1.3 @@ -0,0 +1,52 @@
1.4 +<?xml version="1.0" encoding="utf-8"?>
1.5 +<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">
1.6 + <assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
1.7 + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
1.8 + <security>
1.9 + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
1.10 + <!-- UAC Manifest Options
1.11 + If you want to change the Windows User Account Control level replace the
1.12 + requestedExecutionLevel node with one of the following.
1.13 +
1.14 + <requestedExecutionLevel level="asInvoker" uiAccess="false" />
1.15 + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
1.16 + <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
1.17 +
1.18 + Specifying requestedExecutionLevel node will disable file and registry virtualization.
1.19 + If you want to utilize File and Registry Virtualization for backward
1.20 + compatibility then delete the requestedExecutionLevel node.
1.21 + -->
1.22 + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
1.23 + </requestedPrivileges>
1.24 + <applicationRequestMinimum>
1.25 + <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
1.26 + <defaultAssemblyRequest permissionSetReference="Custom" />
1.27 + </applicationRequestMinimum>
1.28 + </security>
1.29 + </trustInfo>
1.30 + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1.31 + <application>
1.32 + <!-- A list of all Windows versions that this application is designed to work with.
1.33 + Windows will automatically select the most compatible environment.-->
1.34 + <!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
1.35 + <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
1.36 + <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
1.37 + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
1.38 + <!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
1.39 + <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
1.40 + </application>
1.41 + </compatibility>
1.42 + <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
1.43 + <!-- <dependency>
1.44 + <dependentAssembly>
1.45 + <assemblyIdentity
1.46 + type="win32"
1.47 + name="Microsoft.Windows.Common-Controls"
1.48 + version="6.0.0.0"
1.49 + processorArchitecture="*"
1.50 + publicKeyToken="6595b64144ccf1df"
1.51 + language="*"
1.52 + />
1.53 + </dependentAssembly>
1.54 + </dependency>-->
1.55 +</asmv1:assembly>
1.56 \ No newline at end of file