Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FmclientUi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuai.liu
FmclientUi
Commits
69a0c3a4
Commit
69a0c3a4
authored
Oct 31, 2019
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+rc文件
parent
8ea46224
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletions
+41
-1
.gitignore
+0
-1
version.rc
+41
-0
No files found.
.gitignore
View file @
69a0c3a4
...
@@ -30,7 +30,6 @@ ui_*.h
...
@@ -30,7 +30,6 @@ ui_*.h
qrc_*.cpp
qrc_*.cpp
Thumbs.db
Thumbs.db
*.res
*.res
*.rc
/.qmake.cache
/.qmake.cache
/.qmake.stash
/.qmake.stash
*.manifest
*.manifest
...
...
version.rc
0 → 100644
View file @
69a0c3a4
#if defined(UNDER_CE)
#include <winbase.h>
#else
#include <winver.h>
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "CompanyName", "Freemud\0"
VALUE "FileDescription", "Freemud client\0"
VALUE "FileVersion", "1.1.0.0\0"
VALUE "ProductVersion", "1.1.0.0\0"
VALUE "LegalCopyright", "Copyright (C) Freemud\0"
VALUE "LegalTrademarks", "Freemud\0"
VALUE "OriginalFilename", "fmclient.exe\0"
VALUE "ProductName", "client\0"
VALUE "InternalName", "fmclient.exe\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment