~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/WXDialog/NGDialog.exe.manifest

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
 
<assembly
3
 
   xmlns="urn:schemas-microsoft-com:asm.v1"
4
 
   manifestVersion="1.0">
5
 
<assemblyIdentity
6
 
    processorArchitecture="x86"
7
 
    version="5.1.0.0"
8
 
    type="win32"
9
 
    name="NGDialog.exe"/>
10
 
    <description>CMake Next Generation Dialog</description>
11
 
    <dependency>
12
 
    <dependentAssembly>
13
 
    <assemblyIdentity
14
 
         type="win32"
15
 
         name="Microsoft.Windows.Common-Controls"
16
 
         version="6.0.0.0"
17
 
         publicKeyToken="6595b64144ccf1df"
18
 
         language="*"
19
 
         processorArchitecture="x86"/>
20
 
    </dependentAssembly>
21
 
    </dependency>
22
 
</assembly>
 
 
b'\\ No newline at end of file'