summaryrefslogtreecommitdiff
path: root/plugins/Jingle/Jingle.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:55:59 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 12:55:59 +0300
commit5940cb3dc7bc68e7a6483a820eaf7dc105b7cef7 (patch)
treece2a6d2e69a768c0cc21c561b1a102152aef61e4 /plugins/Jingle/Jingle.vcxproj
parent68d275e75325e55d55090e7a996a73d5c2c546c3 (diff)
fixes #4195 (Jabber: add ability to specify STUN address)
Diffstat (limited to 'plugins/Jingle/Jingle.vcxproj')
-rw-r--r--plugins/Jingle/Jingle.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Jingle/Jingle.vcxproj b/plugins/Jingle/Jingle.vcxproj
index 4e625da708..6e232a8a48 100644
--- a/plugins/Jingle/Jingle.vcxproj
+++ b/plugins/Jingle/Jingle.vcxproj
@@ -34,12 +34,14 @@
<ClCompile Include="..\..\protocols\JabberG\src\jabber_xml.cpp" />
<ClCompile Include="src\account.cpp" />
<ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\voip.cpp" />
<ClInclude Include="..\ExternalAPI\m_jingle.h" />
<ClInclude Include="src\account.h" />
+ <ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>