From 7d385cc0772bbd2f6a50134b952ed4f9202a239d Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 9 Jul 2016 10:39:24 +0100 Subject: [PATCH] Updated Win32 project files --- projects/msw/xestiaab.rc | 8 ++++---- projects/msw/xestiaab.vcxproj | 5 +++-- projects/msw/xestiaab.vcxproj.filters | 3 +++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/projects/msw/xestiaab.rc b/projects/msw/xestiaab.rc index cd32b0b..91010c6 100644 --- a/projects/msw/xestiaab.rc +++ b/projects/msw/xestiaab.rc @@ -23,8 +23,8 @@ XAB_MAINICON ICON "xestiaab_win32icon.ico" // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 0,13,0,0 - PRODUCTVERSION 0,13,0,0 + FILEVERSION 0,14,0,0 + PRODUCTVERSION 0,14,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN @@ -38,14 +38,14 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL VALUE "Comments", "For more information, visit http://xestia.co.uk/addressbook" VALUE "CompanyName", "Xestia Software Development" VALUE "FileDescription", "Application executable" - VALUE "FileVersion", "0.13" + VALUE "FileVersion", "0.14" VALUE "InternalName", "xestiaab.exe" VALUE "LegalCopyright", "(c) 2016 Xestia Software Development" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "xestiaab.exe" VALUE "PrivateBuild", "" VALUE "ProductName", "Xestia Address Book" - VALUE "ProductVersion", "0.13" + VALUE "ProductVersion", "0.14" VALUE "SpecialBuild", "" } } diff --git a/projects/msw/xestiaab.vcxproj b/projects/msw/xestiaab.vcxproj index cfd8129..575e6b7 100644 --- a/projects/msw/xestiaab.vcxproj +++ b/projects/msw/xestiaab.vcxproj @@ -44,6 +44,7 @@ + @@ -349,8 +350,8 @@ Sync MultiThreadedDLL true - vc_mswudll_x64\minimal\ - vc_mswudll_x64\minimal.pdb + $(IntDir) + vc_mswudll_x64\xestiaab.pdb Level4 true ProgramDatabase diff --git a/projects/msw/xestiaab.vcxproj.filters b/projects/msw/xestiaab.vcxproj.filters index d196cc4..2ef4f40 100644 --- a/projects/msw/xestiaab.vcxproj.filters +++ b/projects/msw/xestiaab.vcxproj.filters @@ -302,6 +302,9 @@ Resource Files\Source Files + + Resource Files\Source Files + -- 2.39.2