diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-15 12:18:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-15 12:18:35 +0300 |
commit | 31e72718ee54867accf0b739a24adc86f8b7ab54 (patch) | |
tree | f964c10c5d97d9fe4fd2bd8187c250faedcb0fd7 /protocols/Tox/libtox/libtox.vcxproj.filters | |
parent | 282e9c18d9d3b726cce3d2ef0babc88029661cb8 (diff) |
libtox update
Diffstat (limited to 'protocols/Tox/libtox/libtox.vcxproj.filters')
-rw-r--r-- | protocols/Tox/libtox/libtox.vcxproj.filters | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protocols/Tox/libtox/libtox.vcxproj.filters b/protocols/Tox/libtox/libtox.vcxproj.filters index 3e640dc5ff..fd34edfa20 100644 --- a/protocols/Tox/libtox/libtox.vcxproj.filters +++ b/protocols/Tox/libtox/libtox.vcxproj.filters @@ -210,6 +210,12 @@ <ClCompile Include="src\third_party\cmp\cmp.c"> <Filter>Source Files\third_party</Filter> </ClCompile> + <ClCompile Include="src\toxcore\mem.c"> + <Filter>Source Files\toxcore</Filter> + </ClCompile> + <ClCompile Include="src\toxcore\crypto_core_pack.c"> + <Filter>Source Files\toxcore</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="src\toxcore\announce.h"> @@ -332,6 +338,12 @@ <ClInclude Include="src\third_party\cmp\cmp.h"> <Filter>Source Files\third_party</Filter> </ClInclude> + <ClInclude Include="src\toxcore\mem.h"> + <Filter>Source Files\toxcore</Filter> + </ClInclude> + <ClInclude Include="src\toxcore\crypto_core_pack.h"> + <Filter>Source Files\toxcore</Filter> + </ClInclude> </ItemGroup> <Import Project="$(ProjectDir)..\..\..\build\vc.common\common.filters" /> </Project>
\ No newline at end of file |