diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-18 13:25:04 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-18 13:25:04 +0300 |
commit | d21ed7ca7092fdc337be5eff73d9d6c321ae4b68 (patch) | |
tree | 19a91e73e522e793dde9981272355da8032ed290 /bin15/mir_icons.sln | |
parent | cebe4050e6cd6415f6480f407077a3a3778ad205 (diff) |
too lazy to rebuld Discord each time... let it be uploaded with the dev build
Diffstat (limited to 'bin15/mir_icons.sln')
-rw-r--r-- | bin15/mir_icons.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin15/mir_icons.sln b/bin15/mir_icons.sln index 873b85b3aa..db90172c04 100644 --- a/bin15/mir_icons.sln +++ b/bin15/mir_icons.sln @@ -62,6 +62,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protoc EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Telegram", "..\protocols\Telegram\proto_telegram\Proto_Telegram.vcxproj", "{129A4E61-45E8-E476-BD50-5E03BA80E9AD}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Discord", "..\protocols\Discord\proto_discord\Proto_Discord.vcxproj", "{6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -310,6 +312,14 @@ Global {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
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.Build.0 = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.ActiveCfg = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.Build.0 = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.ActiveCfg = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.Build.0 = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.ActiveCfg = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|