~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpfe/bootstrap/mozilla.manifest

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 
3
<assemblyIdentity
 
4
        version="1.0.0.0"
 
5
        processorArchitecture="X86"
 
6
        name="Microsoft.Winweb.MantaRay"
 
7
        type="win32"
 
8
/>
 
9
<description>.NET control deployment tool</description>
 
10
<dependency>
 
11
        <dependentAssembly>
 
12
                <assemblyIdentity
 
13
                        type="win32"
 
14
                        name="Microsoft.Windows.Common-Controls"
 
15
                        version="6.0.0.0"
 
16
                        processorArchitecture="X86"
 
17
                        publicKeyToken="6595b64144ccf1df"
 
18
                        language="*"
 
19
                />
 
20
        </dependentAssembly>
 
21
</dependency>
 
22
</assembly>