diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-13 19:39:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-13 19:39:12 +0300 |
commit | 92bad3a44a55b2cd08775e71ae75c6a0c16b968c (patch) | |
tree | d1c8530af35afb682c630e5465e6a73209c2df3d /bin16 | |
parent | 2dba61d231d4791c34c93ade38b358c49d86a118 (diff) |
fixes #2327 (Add NewStory to solutions)
Diffstat (limited to 'bin16')
-rw-r--r-- | bin16/mir_full.sln | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bin16/mir_full.sln b/bin16/mir_full.sln index 245fe87f02..a388db7584 100644 --- a/bin16/mir_full.sln +++ b/bin16/mir_full.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\I EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MenuEx", "..\plugins\MenuItemEx\menuex.vcxproj", "{210DD88D-649B-4695-8C5F-898A4F60A8CE}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mTextControl", "..\libs\mTextControl\mtextcontrol.vcxproj", "{E26D2311-C164-48CF-BA24-5CEDA873D1B2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libTextControl", "..\libs\mTextControl\mtextcontrol.vcxproj", "{E26D2311-C164-48CF-BA24-5CEDA873D1B2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewXstatusNotify", "..\plugins\NewXstatusNotify\NewXstatusNotify.vcxproj", "{D726A7E5-CF4C-4CF2-A2D3-073DECEC0260}" EndProject @@ -451,6 +451,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mdbx_chk", "..\tools\mdbx_c EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Facebook", "..\protocols\Facebook\facebook.vcxproj", "{86033E58-A1E3-43AD-AE8E-305E15E72A91}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewStory", "..\plugins\NewStory\NewStory.vcxproj", "{A7FAD273-8C71-4D72-A84F-2D160F2DC589}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -2033,6 +2035,14 @@ Global {86033E58-A1E3-43AD-AE8E-305E15E72A91}.Release|Win32.Build.0 = Release|Win32 {86033E58-A1E3-43AD-AE8E-305E15E72A91}.Release|x64.ActiveCfg = Release|x64 {86033E58-A1E3-43AD-AE8E-305E15E72A91}.Release|x64.Build.0 = Release|x64 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Debug|Win32.ActiveCfg = Debug|Win32 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Debug|Win32.Build.0 = Debug|Win32 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Debug|x64.ActiveCfg = Debug|x64 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Debug|x64.Build.0 = Debug|x64 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Release|Win32.ActiveCfg = Release|Win32 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Release|Win32.Build.0 = Release|Win32 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Release|x64.ActiveCfg = Release|x64 + {A7FAD273-8C71-4D72-A84F-2D160F2DC589}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2164,6 +2174,7 @@ Global {620E0BE7-3763-4F35-9DBD-4770104E269C} = {37EDFBEA-8446-4BF3-9F2E-655908CDFB62} {EE383404-4E87-7976-BD13-A9B7B47C0C10} = {F13387B0-1C74-48EC-9AEC-65E3B9DE29E4} {86033E58-A1E3-43AD-AE8E-305E15E72A91} = {A035B524-0F2D-45D0-BCF2-3C20279C77E2} + {A7FAD273-8C71-4D72-A84F-2D160F2DC589} = {D8EA3AE1-64AA-42ED-9F13-83F6C7B5AA55} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {29A0C2A8-07A4-4A8B-8BED-8F7D024013D6} |