aboutsummaryrefslogtreecommitdiff
path: root/find_lock/find_lock.exe.manifest
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-06 03:02:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-06 03:02:50 +0000
commit1aa104fb55f1b87494e4e2bc38e23416f486adfd (patch)
tree80b3fe3337118647f3c58e0ad33a1ab928180c2d /find_lock/find_lock.exe.manifest
parentb0dcd4a2c77ad06abaf0870d0d3029432b1756ae (diff)
parenteaada771a6e62ca494a625ce1b060f1a94fa9877 (diff)
downloadsdk-1aa104fb55f1b87494e4e2bc38e23416f486adfd.tar.gz
Merge "Remove unused project."
Diffstat (limited to 'find_lock/find_lock.exe.manifest')
-rwxr-xr-xfind_lock/find_lock.exe.manifest33
1 files changed, 0 insertions, 33 deletions
diff --git a/find_lock/find_lock.exe.manifest b/find_lock/find_lock.exe.manifest
deleted file mode 100755
index b26b66b0c..000000000
--- a/find_lock/find_lock.exe.manifest
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-
-<!--
- For details on the Assembly Manifest, please look here:
- http://msdn.microsoft.com/en-us/library/aa374191(VS.85).aspx
--->
-
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-
- <application>
- <!--The ID below indicates application support for Windows Vista -->
- <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
- <!--The ID below indicates application support for Windows 7 -->
- <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
- </application>
-
- <assemblyIdentity version="1.0.0.0"
- processorArchitecture="x86"
- name="Android.SDK.FindLock"
- type="win32"
- />
-
- <description>Utility to find which processes are locking an SDK folder.</description>
-
- <!-- Identify the application security requirements. -->
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel level="asInvoker" uiAccess="false" />
- </requestedPrivileges>
- </security>
- </trustInfo>
-</assembly>