diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 17:46:24 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 17:46:24 +0000 |
commit | ba82899d93c3b867af14cb3c4788f0edc4a53bc5 (patch) | |
tree | a862a7ace6e1dbf6f6d72ed80dd48250ed55ef39 /protocols/Tox/Tox_10.vcxproj | |
parent | 63afce56f08e031e45a6a33f56af0f312c8bfc91 (diff) |
2010 project update
git-svn-id: http://svn.miranda-ng.org/main/trunk@10205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_10.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_10.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Tox/Tox_10.vcxproj b/protocols/Tox/Tox_10.vcxproj index 0dfb934a09..1338e5de42 100644 --- a/protocols/Tox/Tox_10.vcxproj +++ b/protocols/Tox/Tox_10.vcxproj @@ -211,6 +211,7 @@ <ClCompile Include="src\tox_account.cpp" />
<ClCompile Include="src\tox_events.cpp" />
<ClCompile Include="src\tox_instances.cpp" />
+ <ClCompile Include="src\tox_netlib.cpp" />
<ClCompile Include="src\tox_options.cpp" />
<ClCompile Include="src\tox_proto.cpp" />
<ClCompile Include="src\tox_services.cpp" />
@@ -221,6 +222,9 @@ <ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="res\tox.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|