]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/distrib/tex2rtf.exe.manifest
include wx/setup.h and check to make sure it's not the configure created
[wxWidgets.git] / utils / tex2rtf / distrib / tex2rtf.exe.manifest
CommitLineData
56d34922
JS
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="tex2rtf.exe"/>
10 <description>Foo program</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>
23