diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-14 20:23:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-14 20:23:19 +0300 |
commit | 9341f4d93b29229f7321745db9f384ba4269f342 (patch) | |
tree | 1dccb71080c91a66aad2b1346da3b6ede6e5fbd3 /protocols/Discord/discord.vcxproj | |
parent | 5d9ca1a55516022ae18f1e241e6ba5bae2b27230 (diff) |
more libjson dependencies
Diffstat (limited to 'protocols/Discord/discord.vcxproj')
-rw-r--r-- | protocols/Discord/discord.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Discord/discord.vcxproj b/protocols/Discord/discord.vcxproj index c691ea758a..8f2339bc85 100644 --- a/protocols/Discord/discord.vcxproj +++ b/protocols/Discord/discord.vcxproj @@ -36,4 +36,9 @@ <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\libs\libjson\libjson.vcxproj"> + <Project>{f6a9340e-b8d9-4c75-be30-47dc66d0abc7}</Project> + </ProjectReference> + </ItemGroup> </Project>
\ No newline at end of file |