diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-08 14:34:11 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-08 14:34:11 +0000 |
commit | 43f87712bb00f9cd18fa7a5321ae4450dc73353d (patch) | |
tree | b615204904ef7d688a2d4477e218771294682748 /bin10/mir_icons.sln | |
parent | 433880d22438cdafb9dd8fe92ade2cd1073fde49 (diff) |
Steam protocol added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@11274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/mir_icons.sln')
-rw-r--r-- | bin10/mir_icons.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin10/mir_icons.sln b/bin10/mir_icons.sln index 53cc2e37bf..1b6568c2ab 100644 --- a/bin10/mir_icons.sln +++ b/bin10/mir_icons.sln @@ -74,6 +74,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protoc EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Dummy", "..\protocols\Dummy\proto_dummy\Proto_Dummy_10.vcxproj", "{018F801B-E80F-4E49-A640-E30BC445E74A}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Steam", "..\protocols\Steam\proto_steam\Proto_Steam_10.vcxproj", "{523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -378,6 +380,14 @@ Global {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.Build.0 = Release|Win32
{018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.ActiveCfg = Release|x64
{018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.Build.0 = Release|x64
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Debug|Win32.Build.0 = Debug|Win32
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Debug|x64.ActiveCfg = Debug|x64
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Debug|x64.Build.0 = Debug|x64
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Release|Win32.ActiveCfg = Release|Win32
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Release|Win32.Build.0 = Release|Win32
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Release|x64.ActiveCfg = Release|x64
+ {523D76E4-1AB3-49B6-AFF0-E6057FAB9BC0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|