Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/src/lua.manifest @ 28

Last change on this file since 28 was 28, checked in by landauf, 16 years ago
File size: 608 bytes
Line 
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="0.64.1.0"
5    processorArchitecture="x86"
6    name="Lua"
7    type="win32"
8/>
9<description>Lua Console</description>
10<dependency>
11    <dependentAssembly>
12        <assemblyIdentity
13            type="win32"
14            name="Microsoft.VC80.CRT"
15            version="8.0.50608.0"
16            processorArchitecture="x86"
17            publicKeyToken="1fc8b3b9a1e18e3b"
18        />
19    </dependentAssembly>
20</dependency>
21</assembly>
Note: See TracBrowser for help on using the repository browser.