aboutsummaryrefslogtreecommitdiffstats
path: root/mediaplugin/res/ultrastardx.exe.manifest
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-19 16:39:31 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-19 16:39:31 +0000
commit0b60f71cb853b35e53d0b407493dbcfc098ed40e (patch)
tree03221c792a89f8c885288a73d1041ea5dc7aee4f /mediaplugin/res/ultrastardx.exe.manifest
parenta52499fa9f5e7f37c70bfb7a4145554168ec30f0 (diff)
downloadusdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.tar.gz
usdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.tar.xz
usdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.zip
initial commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2684 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'mediaplugin/res/ultrastardx.exe.manifest')
-rw-r--r--mediaplugin/res/ultrastardx.exe.manifest12
1 files changed, 12 insertions, 0 deletions
diff --git a/mediaplugin/res/ultrastardx.exe.manifest b/mediaplugin/res/ultrastardx.exe.manifest
new file mode 100644
index 00000000..a6481875
--- /dev/null
+++ b/mediaplugin/res/ultrastardx.exe.manifest
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="ultrastardx" type="win32"></assemblyIdentity>
+<description>UltraStar Deluxe</description>
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
+ </requestedPrivileges>
+ </security>
+</trustInfo>
+</assembly> \ No newline at end of file