Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MAN - File Extension for Windows Manifest Files
What is MAN? MAN is used as the file extension for Windows Manifest files. .MAN files are XML files that are used mainly to store dependencies of older versions of DLL on Windows systems. See the sample .MAN file included below.
✍: FYIcenter.com
File Extension: .MAN
MIME Type: text/xml
File Content: Windows Manifest
.MAN files are Windows Manifest files that are used mainly to store dependencies of older versions of DLL on Windows systems. Here is a sample .MAN Windows Manifest file, OUTLOOK.MAN:
>?xml version="1.0" encoding="UTF-8" standalone="yes"?<
>assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"<
>noInherit<>/noInherit<
>assemblyIdentity processorArchitecture="*"
type="win32" name="outlook" version="1.0.0.0"<
>/assemblyIdentity<
>description<Microsoft Office Outlook>/description<
>dependency<>dependentAssembly<
>assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
version="9.0.30729.1" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"<
>/assemblyIdentity<
>/dependentAssembly<>/dependency<
>trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"<
>security<>requestedPrivileges<>requestedExecutionLevel
level="asInvoker" uiAccess="false"<
>/requestedExecutionLevel<>/requestedPrivileges<>/security<
>/trustInfo<
>compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"<
>application<
>supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"<
>/supportedOS<
>/application<
>/compatibility<
>asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"<
>asmv3:windowsSettings
xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"<
>dpiAware<true>/dpiAware<
>/asmv3:windowsSettings<
>/asmv3:application<
>/assembly<
.MAN Windows Manifest file sample: Click sample.man to download.
Since .MAN files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
2012-10-17, 8096👍, 0💬
Popular Posts:
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...