diff options
Diffstat (limited to 'protocols/WhatsAppWeb/WhatsAppWeb.vcxproj')
-rw-r--r-- | protocols/WhatsAppWeb/WhatsAppWeb.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj index ac48c7237b..276ea52570 100644 --- a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj +++ b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj @@ -18,6 +18,17 @@ <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\libs\libqrencode\libqrencode.vcxproj"> + <Project>{4d3554de-6e14-4f94-a909-a4b19151a47e}</Project> + </ProjectReference> + <ProjectReference Include="..\..\libs\libsignal\libsignal.vcxproj"> + <Project>{620e0be7-3763-4f35-9dbd-4770104e269c}</Project> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <Image Include="res\whatsapp.ico" /> + </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{13E796AD-BEA4-4213-A1B8-E18E2397E544}</ProjectGuid> <ProjectName>WhatsAppWeb</ProjectName> |