~ubuntu-branches/debian/sid/gsmartcontrol/sid

« back to all changes in this revision

Viewing changes to src/gsmartcontrol.exe.manifest.in

  • Committer: Package Import Robot
  • Author(s): Giuseppe Iuculano
  • Date: 2013-05-31 11:41:52 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130531114152-5ljhkuswwpt4kdwo
Tags: 0.8.7-1
* [314881d] Updated debian/watch
* [18ebada] Imported Upstream version 0.8.7
* [c2a1f1b] debian/rules: Provide build-arch and build-indep
* [d3036a4] Enabled Hardening Options
* [2edfb87] Refreshed patches and removed patches apllied upstream
* [ac3b953] Bump to standard versions 3.9.4
* [292c276] Remove quilt from depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
 
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3
3
 
4
4
        <assemblyIdentity version="0.0.0.0"
5
5
                name="gsmartcontrol.exe"
6
6
                processorArchitecture="@WINDOWS_ARCH@"
7
7
                type="win32" />
 
8
 
 
9
        <!-- This is displayed in UAC dialogs -->
8
10
        <description>GSmartControl - Hard disk drive health inspection tool</description>
9
11
 
10
12
        <!-- Privilege requirements -->
16
18
                </ms_asmv2:security>
17
19
        </ms_asmv2:trustInfo>
18
20
 
 
21
        <!-- GTK applications are dpi-aware -->
 
22
        <asmv3:application>
 
23
                <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
 
24
                        <dpiAware>true</dpiAware>
 
25
                </asmv3:windowsSettings>
 
26
        </asmv3:application>
 
27
 
19
28
</assembly>