annotate cinst/asInvoker.manifest @ 1331:8897c90b8166

(issue108) Remove generate_cppcheck and cppcheck target This did not work correctly. It is better just to manually execute cppcheck on the files as it gives you more control over the options.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 13:24:59 +0200
parents b0bdccc4ee2d
children
rev   line source
1220
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
4 <security>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
5 <requestedPrivileges>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
6 <requestedExecutionLevel
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
7 level="asInvoker"
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
8 uiAccess="false"/>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
9 </requestedPrivileges>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
10 </security>
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
11 </trustInfo>
1312
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
12 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
13 <application>
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
14 <!--The ID below indicates application support for Windows Vista -->
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
15 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
16 <!--The ID below indicates application support for Windows 7 -->
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
17 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
18 <!--The ID below indicates application support for Windows 8 -->
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
19 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
20 <!--The ID below indicates application support for Windows 8.1 -->
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
21 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
22 </application>
b0bdccc4ee2d (issue153) Add compatibility information to manifest
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1220
diff changeset
23 </compatibility>
1220
60927efa48cc (issue128) Add manifest for the correct execution level.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
24 </assembly>

http://wald.intevation.org/projects/trustbridge/