diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-25 20:51:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-25 20:51:24 +0300 |
commit | 992007764c40eba60e07648d08d111ada84eaf50 (patch) | |
tree | 6e88fc332a23be393c7c8ba55ac2cbf5e1c32939 /bin10/mir_full.sln | |
parent | 02b2ee6b8eae541c323f76be967a3b5132f44c32 (diff) |
AsSingleWindow project added to all solutions
Diffstat (limited to 'bin10/mir_full.sln')
-rw-r--r-- | bin10/mir_full.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 41ba1525e9..394df0a364 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -438,6 +438,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_schedule", "..\plugins\Mi EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_toptoolbar", "..\plugins\MirLua\Modules\m_toptoolbar\m_toptoolbar.vcxproj", "{277E433F-7D71-4247-8AAA-CC5FB1AA7A67}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsSingleWindow", "..\plugins\AsSingleWindow\AsSingleWindow.vcxproj", "{CE6A5A24-EA88-4E67-BDF2-22517528E43F}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -2012,6 +2014,14 @@ Global {277E433F-7D71-4247-8AAA-CC5FB1AA7A67}.Release|Win32.Build.0 = Release|Win32
{277E433F-7D71-4247-8AAA-CC5FB1AA7A67}.Release|x64.ActiveCfg = Release|x64
{277E433F-7D71-4247-8AAA-CC5FB1AA7A67}.Release|x64.Build.0 = Release|x64
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Debug|Win32.Build.0 = Debug|Win32
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Debug|x64.ActiveCfg = Debug|x64
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Debug|x64.Build.0 = Debug|x64
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Release|Win32.ActiveCfg = Release|Win32
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Release|Win32.Build.0 = Release|Win32
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Release|x64.ActiveCfg = Release|x64
+ {CE6A5A24-EA88-4E67-BDF2-22517528E43F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|