diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-05 20:20:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-05 20:20:50 +0300 |
commit | 3484d2d1aafb294f387ef5b3e42f04e5129ab55a (patch) | |
tree | 8b0b01d0c03b031b65c708b5c1ee4feeed0288e1 /bin17 | |
parent | 1c7167406020c45856358a95c1ade1aa217dccd3 (diff) |
Telegram: protocol icons
Diffstat (limited to 'bin17')
-rw-r--r-- | bin17/mir_icons.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin17/mir_icons.sln b/bin17/mir_icons.sln index 2bf1ecf27d..66d130a913 100644 --- a/bin17/mir_icons.sln +++ b/bin17/mir_icons.sln @@ -62,6 +62,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Facebook", "..\protoc EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Telegram", "..\protocols\Telegram\proto_telegram\Proto_Telegram.vcxproj", "{129A4E61-45E8-E476-BD50-5E03BA80E9AD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -310,6 +312,14 @@ Global {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|Win32.Build.0 = Release|Win32 {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|x64.ActiveCfg = Release|x64 {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|x64.Build.0 = Release|x64 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Debug|Win32.ActiveCfg = Debug|Win32 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Debug|Win32.Build.0 = Debug|Win32 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Debug|x64.ActiveCfg = Debug|x64 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Debug|x64.Build.0 = Debug|x64 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Release|Win32.ActiveCfg = Release|Win32 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Release|Win32.Build.0 = Release|Win32 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Release|x64.ActiveCfg = Release|x64 + {129A4E61-45E8-E476-BD50-5E03BA80E9AD}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |