diff options
author | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
commit | f7e3d3f32c36140bf1838371b07d2052171f6758 (patch) | |
tree | 8d622821abf05ac0129a1059e48c327c4b26b237 /win32/hexchat.props | |
parent | 671a838b52e75216a4c8389be2ca569488fea8ac (diff) |
Use VS 2015
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index b8ee2446..e038e2b8 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -74,7 +74,7 @@ <ImportLibrary>$(HexChatLib)$(TargetName).lib</ImportLibrary> <ProgramDatabaseFile>$(HexChatPdb)$(TargetName).pdb</ProgramDatabaseFile> <SubSystem>Windows</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateDebugInformation>Debug</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |