diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-09 15:03:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-09 15:03:09 +0300 |
commit | 7c33e4a07ba1f22a58c291018ca99a4f6becb1fe (patch) | |
tree | 4a8ef2882a0cc26e2f583b56fab9054d9f5e72f6 /plugins/Jingle/Jingle.vcxproj.filters | |
parent | 14e09a5f84023ad21a2f494ced01a991966abee4 (diff) |
fixes #3351 (Jingle: Separate all VOIP-related code from Jabber to Jingle plugin)
Diffstat (limited to 'plugins/Jingle/Jingle.vcxproj.filters')
-rw-r--r-- | plugins/Jingle/Jingle.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Jingle/Jingle.vcxproj.filters b/plugins/Jingle/Jingle.vcxproj.filters index 947797218d..edcb62535d 100644 --- a/plugins/Jingle/Jingle.vcxproj.filters +++ b/plugins/Jingle/Jingle.vcxproj.filters @@ -11,6 +11,12 @@ <ClCompile Include="src\account.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="src\voip.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\..\protocols\JabberG\src\jabber_xml.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="src\stdafx.h"> |