diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-18 14:46:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-18 14:46:18 +0000 |
commit | 850eb8d3890ebd911fb8278114b7b93eba407cb0 (patch) | |
tree | 614c71c07bda58fd11bab0ef0dd204105045c9c2 /bin12/mir_icons.sln | |
parent | a4861f09eb12744e28718da2e38dda9482b5dc2a (diff) |
Dummy protocol added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@10507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin12/mir_icons.sln')
-rw-r--r-- | bin12/mir_icons.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin12/mir_icons.sln b/bin12/mir_icons.sln index 9367f77273..6cda80d7a0 100644 --- a/bin12/mir_icons.sln +++ b/bin12/mir_icons.sln @@ -76,6 +76,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MetaContacts", "..\sr EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_12.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Dummy", "..\protocols\Dummy\proto_dummy\Proto_Dummy_12.vcxproj", "{018F801B-E80F-4E49-A640-E30BC445E74A}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -380,6 +382,14 @@ Global {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|Win32.Build.0 = Release|Win32
{13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.ActiveCfg = Release|x64
{13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.Build.0 = Release|x64
+ {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.Build.0 = Debug|Win32
+ {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.ActiveCfg = Debug|x64
+ {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.Build.0 = Debug|x64
+ {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.ActiveCfg = Release|Win32
+ {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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|