diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-10 14:20:09 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-10 14:20:09 +0000 |
commit | b3a63d4e727b8552f8cf2b321cc68d2631ef3179 (patch) | |
tree | a533d09af6f41f06a383fb9b703dabc09d7b92d7 /protocols/Tox/Tox_12.vcxproj | |
parent | 254f7c0601c1972e016e0afb7989b27c9e432239 (diff) |
Tox: refactoring
git-svn-id: http://svn.miranda-ng.org/main/trunk@10144 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_12.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index f6ae91e2b8..f633883d94 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -202,6 +202,7 @@ <ClInclude Include="src\tox\tox.h" />
<ClInclude Include="src\tox\toxav.h" />
<ClInclude Include="src\tox\toxdns.h" />
+ <ClInclude Include="src\tox_bootstrap.h" />
<ClInclude Include="src\tox_proto.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
@@ -210,6 +211,7 @@ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\tox_account.cpp" />
<ClCompile Include="src\tox_events.cpp" />
<ClCompile Include="src\tox_instances.cpp" />
<ClCompile Include="src\tox_proto.cpp" />
|