summaryrefslogtreecommitdiff
path: root/protocols/Discord/discord.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-01 15:12:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-01 15:12:52 +0300
commit1c2dead34ab9c54829cb0f27a7bfe0e917474ec0 (patch)
tree29a3f982938aa141ab4fee67e1c92b2b59481f41 /protocols/Discord/discord.vcxproj
parent49bd4440c3cec752c3e55da94c248f892131269b (diff)
Discord: added libcurl to dependencies
Diffstat (limited to 'protocols/Discord/discord.vcxproj')
-rw-r--r--protocols/Discord/discord.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/Discord/discord.vcxproj b/protocols/Discord/discord.vcxproj
index 1a76deed6c..e847683d43 100644
--- a/protocols/Discord/discord.vcxproj
+++ b/protocols/Discord/discord.vcxproj
@@ -31,9 +31,13 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
+ <ProjectReference Include="..\..\libs\libcurl\libcurl.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
+ <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
+ <Project>{01F9E227-06F5-4BED-907F-402CA7DFAFE6}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
</ItemGroup>
</Project> \ No newline at end of file