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 /plugins | |
parent | 5d9ca1a55516022ae18f1e241e6ba5bae2b27230 (diff) |
more libjson dependencies
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dropbox/Dropbox.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox.vcxproj b/plugins/Dropbox/Dropbox.vcxproj index cb51f6f8dc..a2df21bfb9 100644 --- a/plugins/Dropbox/Dropbox.vcxproj +++ b/plugins/Dropbox/Dropbox.vcxproj @@ -37,4 +37,9 @@ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\libjson\libjson.vcxproj">
+ <Project>{f6a9340e-b8d9-4c75-be30-47dc66d0abc7}</Project>
+ </ProjectReference>
+ </ItemGroup>
</Project>
|