summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-22 14:50:58 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-22 14:50:58 +0300
commit99853c6c1c85239d4be89e3723ddc31bb311fa74 (patch)
tree90afbc33dbaddc353c6ca7fecde11686affd1a6c /protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
parenta8f74e43e5d11219c8b9b79e167d57cea614d888 (diff)
also the same fix for icon projects
Diffstat (limited to 'protocols/WhatsAppWeb/WhatsAppWeb.vcxproj')
-rw-r--r--protocols/WhatsAppWeb/WhatsAppWeb.vcxproj24
1 files changed, 19 insertions, 5 deletions
diff --git a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
index 7337f43570..d8e6a78e5e 100644
--- a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
+++ b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
@@ -36,14 +36,28 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
- <ItemGroup>
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
- </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="src\avatars.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\proto.cpp" />
+ <ClCompile Include="src\server.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\db.h" />
+ <ClInclude Include="src\proto.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\version.rc" />
+ <ResourceCompile Include="res\whatsapp.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file