WIP: The Road to 1.4 #23
1 changed files with 9 additions and 3 deletions
|
@ -14,15 +14,21 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include <winuser.h>
|
||||
#include <winver.h>
|
||||
|
||||
MAINICON ICON "mbst.ico"
|
||||
|
||||
1 24 "Application.manifest"
|
||||
1 RT_MANIFEST "Application.manifest"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,4,0,0
|
||||
PRODUCTVERSION 1,4,0,0
|
||||
FILEOS 0x40004
|
||||
FILETYPE 0x1
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
#ifdef SAVETOOL_DEBUG_BUILD
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#endif
|
||||
FILETYPE VFT_APP
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue