File:  [RetroPC.NET] / np2 / win9x / Attic / np2.mnf
Revision 1.1: download - view: text, annotated - select for diffs
Sat Dec 23 21:49:22 2006 JST (18 years, 10 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix windows sjis font

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="1.0.0.0"
	processorArchitecture="X86"
	name="CompanyName.ProductName.YourApp"
	type="win32"
/>
<description>ねこープロジェクトII</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="X86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>

RetroPC.NET-CVS <cvs@retropc.net>