diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-18 15:28:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-18 15:28:53 +0000 |
commit | 64e4c45c42ce093c7e6e9a99a5a0938dc212aa59 (patch) | |
tree | 122b2f14bbe70ff575426974fcc947c3e2cc68ac /protocols/Tox/Tox_12.vcxproj | |
parent | b83de880f86db770d7c9b8dea1ac50973962703f (diff) |
added service for nickname changing
git-svn-id: http://svn.miranda-ng.org/main/trunk@12181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_12.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index 1c97ba2148..924717bba1 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -232,6 +232,7 @@ <ClCompile Include="src\tox_proto.cpp" />
<ClCompile Include="src\tox_search.cpp" />
<ClCompile Include="src\tox_contacts.cpp" />
+ <ClCompile Include="src\tox_svc.cpp" />
<ClCompile Include="src\tox_transfer.cpp" />
<ClCompile Include="src\tox_utils.cpp" />
</ItemGroup>
|