diff options
| author | George Hazan <ghazan@miranda.im> | 2023-01-18 20:46:46 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-01-18 20:46:46 +0300 |
| commit | c9d99d1525e2e9374ed0fa10837e82e76c3b9216 (patch) | |
| tree | 128f0fe0315c73a4fca59279e867cf77e9ceb1c2 /protocols/Telegram/Telegram.vcxproj | |
| parent | 6b1d05a40f8e07ab37a9779944c334880a4aa67f (diff) | |
Telegram: sticker conversion from WEBP to PNG
Diffstat (limited to 'protocols/Telegram/Telegram.vcxproj')
| -rw-r--r-- | protocols/Telegram/Telegram.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Telegram/Telegram.vcxproj b/protocols/Telegram/Telegram.vcxproj index 6586c6698e..c28cc183f5 100644 --- a/protocols/Telegram/Telegram.vcxproj +++ b/protocols/Telegram/Telegram.vcxproj @@ -54,6 +54,9 @@ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj">
+ <Project>{5d14cff3-0d17-4528-99ea-de9dca47cc2e}</Project>
+ </ProjectReference>
<ProjectReference Include="..\..\libs\sqlite3\sqlite3.vcxproj">
<Project>{0c02e395-e73f-47e3-8b95-b7924c0c7a6a}</Project>
</ProjectReference>
|
