diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-14 10:14:27 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-14 10:14:27 -0700 |
commit | 310e0602b8c4b709d18e93419f9bf5f77c2ffe59 (patch) | |
tree | 527c8458937e50f1611d0b23045792a9641e60f1 /bin16 | |
parent | 33ed2f727a3a37abf2a1e0e9735f71d4ea693f11 (diff) |
WhatsApp icons added to mir_icons.sln
Diffstat (limited to 'bin16')
-rw-r--r-- | bin16/mir_icons.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin16/mir_icons.sln b/bin16/mir_icons.sln index 636bcc4a4b..eb62b723fb 100644 --- a/bin16/mir_icons.sln +++ b/bin16/mir_icons.sln @@ -60,6 +60,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MRA", "..\protocols\I EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Facebook", "..\protocols\Facebook\proto_facebook\Proto_Facebook.vcxproj", "{44298314-7DD4-4EF7-B576-30E503257223}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsAppWeb\proto_whatsapp\Proto_WhatsApp.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -300,6 +302,14 @@ Global {44298314-7DD4-4EF7-B576-30E503257223}.Release|Win32.Build.0 = Release|Win32 {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.ActiveCfg = Release|x64 {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.Build.0 = Release|x64 + {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Debug|Win32.ActiveCfg = Debug|Win32 + {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Debug|Win32.Build.0 = Debug|Win32 + {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Debug|x64.ActiveCfg = Debug|x64 + {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Debug|x64.Build.0 = Debug|x64 + {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|Win32.ActiveCfg = Release|Win32 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |