diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-23 12:54:05 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-23 12:54:05 +0000 |
commit | 9451818a55c1f2a6995b813c6bdc0cbb3839fa94 (patch) | |
tree | 3ccc8199956baf9398fb0631394e18e4b3a42b93 /protocols | |
parent | fa9e319eab3d1a379db437239e28f2553af5b1b4 (diff) |
telegram now compiled under vc2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@16526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Telegram/telegram.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/telegram.vcxproj b/protocols/Telegram/telegram.vcxproj index 809fb04ab1..8a7797cad4 100644 --- a/protocols/Telegram/telegram.vcxproj +++ b/protocols/Telegram/telegram.vcxproj @@ -129,7 +129,7 @@ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\..\libs\libevent\libevent_12.vcxproj">
+ <ProjectReference Include="..\..\libs\libevent\libevent.vcxproj">
<Project>{46D53888-E60E-32A7-91EB-6336DE0D84D8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
|