diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-04-08 16:28:46 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-04-08 16:28:46 +0300 |
commit | bfc11bde8480ec426cf31f96deeb92c450eb5a0e (patch) | |
tree | 590196ac2437c7b40b8cfa78d2d233486aed700c /protocols/Sametime | |
parent | 745098bc592b24c75a92f1357621330ae18670eb (diff) |
vs 2017 compilation fix
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/sametime_15.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/sametime_15.vcxproj b/protocols/Sametime/sametime_15.vcxproj index 9642bdd622..b9f1112fd3 100644 --- a/protocols/Sametime/sametime_15.vcxproj +++ b/protocols/Sametime/sametime_15.vcxproj @@ -333,7 +333,7 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="src\glib\glib_14.vcxproj"> + <ProjectReference Include="src\glib\glib_15.vcxproj"> <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project> </ProjectReference> </ItemGroup> |