mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
52 lines
1.8 KiB
Text
52 lines
1.8 KiB
Text
1 VERSIONINFO
|
|
FILEVERSION 0,4,0,0
|
|
PRODUCTVERSION 0,4,0,0
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904E4"
|
|
{
|
|
VALUE "Comments", "\000"
|
|
VALUE "CompanyName", "\000"
|
|
VALUE "FileDescription", "Double Commander is a cross platform open source file manager with two panels side by side\000"
|
|
VALUE "FileVersion", "0.4.0.0\000"
|
|
VALUE "InternalName", "DOUBLECMD\000"
|
|
VALUE "LegalCopyright", "Copyright (C) 2006-2008 Koblov Alexander\000"
|
|
VALUE "LegalTrademarks", "\000"
|
|
VALUE "OriginalFilename", "\000"
|
|
VALUE "ProductName", "Double Commander\000"
|
|
VALUE "ProductVersion", "0.4.0.0\000"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 0x04E4
|
|
}
|
|
}
|
|
|
|
#define RT_MANIFEST 24
|
|
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
|
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
|
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
|
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE
|
|
{
|
|
"<?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=""*"" name=""CompanyName.ProductName.YourApp"" type=""win32""/>"
|
|
"<description>Your application description here.</description>"
|
|
"<dependency>"
|
|
"<dependentAssembly>"
|
|
"<assemblyIdentity type=""win32"" name=""Microsoft.Windows.Common-Controls"" version=""6.0.0.0"" processorArchitecture=""*"" publicKeyToken=""6595b64144ccf1df"" language=""*""/>"
|
|
"</dependentAssembly>"
|
|
"</dependency>"
|
|
"<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">"
|
|
"<security>"
|
|
"<requestedPrivileges>"
|
|
"<requestedExecutionLevel level=""asInvoker"" uiAccess=""false""/>"
|
|
"</requestedPrivileges>"
|
|
"</security>"
|
|
"</trustInfo>"
|
|
"</assembly>"
|
|
}
|
|
MAINICON ICON "doublecmd.ico"
|