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 /bin15/mir_full.sln | |
parent | 02b2ee6b8eae541c323f76be967a3b5132f44c32 (diff) |
AsSingleWindow project added to all solutions
Diffstat (limited to 'bin15/mir_full.sln')
-rw-r--r-- | bin15/mir_full.sln | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bin15/mir_full.sln b/bin15/mir_full.sln index 1556ada947..ce5e8fb305 100644 --- a/bin15/mir_full.sln +++ b/bin15/mir_full.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.10 +VisualStudioVersion = 15.0.26730.16 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Miranda", "..\src\miranda32\miranda32.vcxproj", "{F9916510-9055-4C9F-997A-3755DEC1511B}" ProjectSection(ProjectDependencies) = postProject @@ -442,6 +442,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_toptoolbar", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ICQCorp", "..\protocols\ICQCorp\ICQCorp_15.vcxproj", "{AD0D0500-CE7D-417D-9C36-3620D56CA6D4}" 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 @@ -2014,6 +2016,14 @@ Global {AD0D0500-CE7D-417D-9C36-3620D56CA6D4}.Release|Win32.Build.0 = Release|Win32 {AD0D0500-CE7D-417D-9C36-3620D56CA6D4}.Release|x64.ActiveCfg = Release|x64 {AD0D0500-CE7D-417D-9C36-3620D56CA6D4}.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 |