-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme, integrated manifest code from github.com/akavel/rsrc
- Loading branch information
1 parent
4b1b969
commit f8c5d36
Showing
9 changed files
with
181 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
type="win32" | ||
name="Github.com.JosephSpurrier.GoVersionInfo" | ||
version="1.0.0.0" | ||
language="*" | ||
processorArchitecture="*"/> | ||
</dependentAssembly> | ||
</dependency> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel | ||
level="asInvoker" | ||
uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
1 VERSIONINFO | ||
FILEVERSION 6,3,9600,16384 | ||
PRODUCTVERSION 6,3,9600,16384 | ||
FILEFLAGSMASK 0X3FL | ||
FILEFLAGS 0L | ||
FILEOS 0X40004L | ||
FILETYPE 0X1 | ||
FILESUBTYPE 0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904B0" | ||
BEGIN | ||
VALUE "CompanyName", "Microsoft Corporation" | ||
VALUE "FileDescription", "Windows Command Processor" | ||
VALUE "FileVersion", "6.3.9600.16384 (winblue_rtm.130821-1623)" | ||
VALUE "InternalName", "cmd" | ||
VALUE "LegalCopyright", "© Microsoft Corporation. All rights reserved." | ||
VALUE "OriginalFilename", "Cmd.Exe" | ||
VALUE "ProductName", "Microsoft® Windows® Operating System" | ||
VALUE "ProductVersion", "6.3.9600.16384" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 0x04B0 | ||
END | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
1 VERSIONINFO | ||
FILEVERSION 6,3,9600,16384 | ||
PRODUCTVERSION 6,3,9600,16384 | ||
FILEFLAGSMASK 0X3FL | ||
FILEFLAGS 0L | ||
FILEOS 0X40004L | ||
FILETYPE 0X1 | ||
FILESUBTYPE 0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904B0" | ||
BEGIN | ||
VALUE "CompanyName", "Microsoft Corporation" | ||
VALUE "FileDescription", "Windows Control Panel" | ||
VALUE "FileVersion", "6.3.9600.16384 (winblue_rtm.130821-1623)" | ||
VALUE "InternalName", "Control" | ||
VALUE "LegalCopyright", "© Microsoft Corporation. All rights reserved." | ||
VALUE "OriginalFilename", "CONTROL.EXE" | ||
VALUE "ProductName", "Microsoft® Windows® Operating System" | ||
VALUE "ProductVersion", "6.3.9600.16384" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 0x04B0 | ||
END | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
1 VERSIONINFO | ||
FILEVERSION 6,3,9600,17284 | ||
PRODUCTVERSION 6,3,9600,17284 | ||
FILEFLAGSMASK 0X3FL | ||
FILEFLAGS 0L | ||
FILEOS 0X40004L | ||
FILETYPE 0X1 | ||
FILESUBTYPE 0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904B0" | ||
BEGIN | ||
VALUE "CompanyName", "Microsoft Corporation" | ||
VALUE "FileDescription", "Windows Explorer" | ||
VALUE "FileVersion", "6.3.9600.17284 (winblue_r2.140822-1915)" | ||
VALUE "InternalName", "explorer" | ||
VALUE "LegalCopyright", "© Microsoft Corporation. All rights reserved." | ||
VALUE "OriginalFilename", "EXPLORER.EXE" | ||
VALUE "ProductName", "Microsoft® Windows® Operating System" | ||
VALUE "ProductVersion", "6.3.9600.17284" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 0x04B0 | ||
END | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#define RT_MANIFEST 24 | ||
|
||
1 VERSIONINFO | ||
FILEVERSION 1,0,0,0 | ||
PRODUCTVERSION 1,0,0,0 | ||
FILEFLAGSMASK 0X3FL | ||
FILEFLAGS 0L | ||
FILEOS 0X40004L | ||
FILETYPE 0X1 | ||
FILESUBTYPE 0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904B0" | ||
BEGIN | ||
VALUE "ProductVersion", "v1.0.0.0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 0x04B0 | ||
END | ||
END | ||
|
||
1 ICON "icon.ico" | ||
|
||
1 RT_MANIFEST "goversioninfo.exe.manifest" |