Upload FastSeekWpf/app.manifest
Browse files- FastSeekWpf/app.manifest +17 -0
FastSeekWpf/app.manifest
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
| 3 |
+
<assemblyIdentity version="1.0.0.0" name="FastSeekWpf"/>
|
| 4 |
+
<description>FastSeek - Instant File Search</description>
|
| 5 |
+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
| 6 |
+
<security>
|
| 7 |
+
<requestedPrivileges>
|
| 8 |
+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
|
| 9 |
+
</requestedPrivileges>
|
| 10 |
+
</security>
|
| 11 |
+
</trustInfo>
|
| 12 |
+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
| 13 |
+
<application>
|
| 14 |
+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
|
| 15 |
+
</application>
|
| 16 |
+
</compatibility>
|
| 17 |
+
</assembly>
|