summaryrefslogtreecommitdiff
path: root/plugins/Jingle/Jingle.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-23 16:44:14 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-23 16:44:14 +0300
commita07bca6c0e46003a46270999c0c92d3cfef94ee7 (patch)
tree0704041defd4e09c0355c997ebd84cad6e288d06 /plugins/Jingle/Jingle.vcxproj
parent253e80bc4b440589ead1f756daffa66ad3a045c3 (diff)
Jingle: first step towards #3351
Diffstat (limited to 'plugins/Jingle/Jingle.vcxproj')
-rw-r--r--plugins/Jingle/Jingle.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Jingle/Jingle.vcxproj b/plugins/Jingle/Jingle.vcxproj
index 1ad612cac7..0f061b8cfe 100644
--- a/plugins/Jingle/Jingle.vcxproj
+++ b/plugins/Jingle/Jingle.vcxproj
@@ -31,10 +31,13 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="src\account.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClInclude Include="..\ExternalAPI\m_jingle.h" />
+ <ClInclude Include="src\account.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>