From a83f744f5fdb10989a27e7f27522048bc756b61e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 4 Jun 2013 12:24:42 +0000 Subject: - ConnectionNotify and Exchange plugins added to solutions. - PluginUpdater and FacebookRM added to miranda32.sln git-svn-id: http://svn.miranda-ng.org/main/trunk@4881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_full.sln | 20 ++ bin10/mir_full_pro.sln | 22 ++ bin10/miranda32.sln | 30 +++ bin11/mir_full.sln | 20 ++ bin11/miranda32.sln | 30 +++ .../ConnectionNotify/ConnectionNotify_10.vcxproj | 2 +- .../ConnectionNotify/ConnectionNotify_11.vcxproj | 225 ++++++++++++++++++++ .../ConnectionNotify_11.vcxproj.filters | 79 +++++++ plugins/Exchange/Exchange_10.vcxproj | 2 +- plugins/Exchange/Exchange_11.vcxproj | 228 +++++++++++++++++++++ plugins/Exchange/Exchange_11.vcxproj.filters | 90 ++++++++ 11 files changed, 746 insertions(+), 2 deletions(-) create mode 100644 plugins/ConnectionNotify/ConnectionNotify_11.vcxproj create mode 100644 plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters create mode 100644 plugins/Exchange/Exchange_11.vcxproj create mode 100644 plugins/Exchange/Exchange_11.vcxproj.filters diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 7e81ad731d..77082a2203 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -397,6 +397,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\L EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_10.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plugins\ConnectionNotify\ConnectionNotify_10.vcxproj", "{3C83B0AB-9739-41C1-A127-ED7DB9551F76}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange_10.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1779,6 +1783,22 @@ Global {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Debug|x64.Build.0 = Debug|x64 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|Win32.ActiveCfg = Release|Win32 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.ActiveCfg = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.Build.0 = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.ActiveCfg = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.Build.0 = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.ActiveCfg = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.Build.0 = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.Build.0 = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.ActiveCfg = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.Build.0 = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.ActiveCfg = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.Build.0 = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.ActiveCfg = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.Build.0 = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.ActiveCfg = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index d695d74cbe..d79c5ed657 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -433,6 +433,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\L EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_10.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plugins\ConnectionNotify\ConnectionNotify_10.vcxproj", "{3C83B0AB-9739-41C1-A127-ED7DB9551F76}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange_10.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1815,6 +1819,22 @@ Global {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Debug|x64.Build.0 = Debug|x64 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|Win32.ActiveCfg = Release|Win32 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.ActiveCfg = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.Build.0 = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.ActiveCfg = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.Build.0 = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.ActiveCfg = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.Build.0 = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.Build.0 = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.ActiveCfg = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.Build.0 = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.ActiveCfg = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.Build.0 = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.ActiveCfg = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.Build.0 = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.ActiveCfg = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1966,6 +1986,8 @@ Global {8CEBD7AC-CD02-4BEC-B889-A7243F3E5DD8} = {99B819F8-65D9-45BC-B0C4-8C2B0F63AD46} {3933E789-D185-41DC-8169-9FF4365B6015} = {99B819F8-65D9-45BC-B0C4-8C2B0F63AD46} {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} = {99B819F8-65D9-45BC-B0C4-8C2B0F63AD46} + {3C83B0AB-9739-41C1-A127-ED7DB9551F76} = {99B819F8-65D9-45BC-B0C4-8C2B0F63AD46} + {F462FDA1-BDCD-49B2-B996-D7DE71D07393} = {99B819F8-65D9-45BC-B0C4-8C2B0F63AD46} {66503A70-B1E8-4545-B4FF-2108DFB40C72} = {74981ED5-7A15-4C46-AECF-DA229AF9CC9D} {D548A54E-310B-4A86-A545-64BDD5748745} = {74981ED5-7A15-4C46-AECF-DA229AF9CC9D} {1BD5E5B9-A750-4CF8-A370-0FBD40A92CB2} = {74981ED5-7A15-4C46-AECF-DA229AF9CC9D} diff --git a/bin10/miranda32.sln b/bin10/miranda32.sln index 8ab58b3ee5..a56955a9f9 100644 --- a/bin10/miranda32.sln +++ b/bin10/miranda32.sln @@ -148,6 +148,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Toolbar_icons", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdCrypt", "..\src\core\stdcrypt\stdcrypt_10.vcxproj", "{8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginUpdater", "..\plugins\PluginUpdater\PluginUpdater_10.vcxproj", "{21F6C0E4-DD1A-49E6-82FD-64574BB902BD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Facebook", "..\protocols\FacebookRM\facebook_10.vcxproj", "{DADE9455-DC28-465A-9604-2CA28052B9FB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Facebook", "..\protocols\FacebookRM\proto_facebook\Proto_Facebook_10.vcxproj", "{44298314-7DD4-4EF7-B576-30E503257223}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -547,6 +553,30 @@ Global {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|Win32.Build.0 = Release|Win32 {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|x64.ActiveCfg = Release|x64 {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|x64.Build.0 = Release|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|Win32.ActiveCfg = Debug|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|Win32.Build.0 = Debug|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|x64.ActiveCfg = Debug|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|x64.Build.0 = Debug|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|Win32.ActiveCfg = Release|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|Win32.Build.0 = Release|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|x64.ActiveCfg = Release|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|x64.Build.0 = Release|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|Win32.ActiveCfg = Debug|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|Win32.Build.0 = Debug|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|x64.ActiveCfg = Debug|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|x64.Build.0 = Debug|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|Win32.ActiveCfg = Release|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|Win32.Build.0 = Release|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|x64.ActiveCfg = Release|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|x64.Build.0 = Release|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|Win32.ActiveCfg = Debug|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|Win32.Build.0 = Debug|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|x64.ActiveCfg = Debug|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|x64.Build.0 = Debug|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|Win32.ActiveCfg = Release|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|Win32.Build.0 = Release|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.ActiveCfg = Release|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin11/mir_full.sln b/bin11/mir_full.sln index a84c3af417..6d0f0b0f4b 100644 --- a/bin11/mir_full.sln +++ b/bin11/mir_full.sln @@ -397,6 +397,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LotusNotify", "..\plugins\L EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MirFox", "..\plugins\MirFox\MirFoxNG_11.vcxproj", "{3E9DA555-4C7B-463C-AD5C-214073DE29D6}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plugins\ConnectionNotify\ConnectionNotify_11.vcxproj", "{3C83B0AB-9739-41C1-A127-ED7DB9551F76}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange_11.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1779,6 +1783,22 @@ Global {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Debug|x64.Build.0 = Debug|x64 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|Win32.ActiveCfg = Release|Win32 {3E9DA555-4C7B-463C-AD5C-214073DE29D6}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.ActiveCfg = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|Win32.Build.0 = Debug|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.ActiveCfg = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Debug|x64.Build.0 = Debug|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.ActiveCfg = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|Win32.Build.0 = Release|Win32 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.ActiveCfg = Release|x64 + {3C83B0AB-9739-41C1-A127-ED7DB9551F76}.Release|x64.Build.0 = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.ActiveCfg = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|Win32.Build.0 = Debug|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.ActiveCfg = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Debug|x64.Build.0 = Debug|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.ActiveCfg = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|Win32.Build.0 = Release|Win32 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.ActiveCfg = Release|x64 + {F462FDA1-BDCD-49B2-B996-D7DE71D07393}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin11/miranda32.sln b/bin11/miranda32.sln index 2588642393..5e8e89dd6e 100644 --- a/bin11/miranda32.sln +++ b/bin11/miranda32.sln @@ -148,6 +148,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Toolbar_icons", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdCrypt", "..\src\core\stdcrypt\stdcrypt_11.vcxproj", "{8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginUpdater", "..\plugins\PluginUpdater\PluginUpdater_11.vcxproj", "{21F6C0E4-DD1A-49E6-82FD-64574BB902BD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Facebook", "..\protocols\FacebookRM\facebook_11.vcxproj", "{DADE9455-DC28-465A-9604-2CA28052B9FB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Facebook", "..\protocols\FacebookRM\proto_facebook\Proto_Facebook_11.vcxproj", "{44298314-7DD4-4EF7-B576-30E503257223}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -547,6 +553,30 @@ Global {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|Win32.Build.0 = Release|Win32 {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|x64.ActiveCfg = Release|x64 {8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}.Release|x64.Build.0 = Release|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|Win32.ActiveCfg = Debug|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|Win32.Build.0 = Debug|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|x64.ActiveCfg = Debug|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Debug|x64.Build.0 = Debug|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|Win32.ActiveCfg = Release|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|Win32.Build.0 = Release|Win32 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|x64.ActiveCfg = Release|x64 + {21F6C0E4-DD1A-49E6-82FD-64574BB902BD}.Release|x64.Build.0 = Release|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|Win32.ActiveCfg = Debug|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|Win32.Build.0 = Debug|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|x64.ActiveCfg = Debug|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Debug|x64.Build.0 = Debug|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|Win32.ActiveCfg = Release|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|Win32.Build.0 = Release|Win32 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|x64.ActiveCfg = Release|x64 + {DADE9455-DC28-465A-9604-2CA28052B9FB}.Release|x64.Build.0 = Release|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|Win32.ActiveCfg = Debug|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|Win32.Build.0 = Debug|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|x64.ActiveCfg = Debug|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Debug|x64.Build.0 = Debug|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|Win32.ActiveCfg = Release|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|Win32.Build.0 = Release|Win32 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.ActiveCfg = Release|x64 + {44298314-7DD4-4EF7-B576-30E503257223}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj index f066ddbe86..ea238d2e40 100644 --- a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj +++ b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj @@ -47,7 +47,7 @@ ConnectionNotify - {B6FC188B-8E54-4197-9444-8BADE9AA75E2} + {3C83B0AB-9739-41C1-A127-ED7DB9551F76} diff --git a/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj new file mode 100644 index 0000000000..2c5c165675 --- /dev/null +++ b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj @@ -0,0 +1,225 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ConnectionNotify + {3C83B0AB-9739-41C1-A127-ED7DB9551F76} + + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + DynamicLibrary + true + Unicode + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + Fast + Level3 + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + NotUsing + false + + + + + true + true + $(IntDir)$(TargetName).lib + true + Windows + false + $(ProfileDir)..\..\bin11\lib + /PDBALTPATH:%_PDB% + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + EnableFastChecks + MultiThreadedDebugDLL + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Disabled + Level3 + NotUsing + false + + + + + $(IntDir)$(TargetName).lib + false + true + Windows + $(ProfileDir)..\..\bin11\lib + Iphlpapi.lib;Ws2_32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + \ No newline at end of file diff --git a/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters new file mode 100644 index 0000000000..322d0062aa --- /dev/null +++ b/plugins/ConnectionNotify/ConnectionNotify_11.vcxproj.filters @@ -0,0 +1,79 @@ + + + + + {cf1940c5-1f67-4b6c-8964-345adcdc30c1} + + + {2f3c4c59-a0c6-4bfb-ae62-634579279aa6} + + + {6a763351-ef34-466b-a73f-2ce593c607a8} + + + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + Resource files + + + + + Resource files + + + \ No newline at end of file diff --git a/plugins/Exchange/Exchange_10.vcxproj b/plugins/Exchange/Exchange_10.vcxproj index 130b7de772..6ded870fa3 100644 --- a/plugins/Exchange/Exchange_10.vcxproj +++ b/plugins/Exchange/Exchange_10.vcxproj @@ -52,7 +52,7 @@ Exchange - {B6FC188B-8E54-4197-9444-8BADE9AA75E2} + {F462FDA1-BDCD-49B2-B996-D7DE71D07393} diff --git a/plugins/Exchange/Exchange_11.vcxproj b/plugins/Exchange/Exchange_11.vcxproj new file mode 100644 index 0000000000..261149983d --- /dev/null +++ b/plugins/Exchange/Exchange_11.vcxproj @@ -0,0 +1,228 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Exchange + {F462FDA1-BDCD-49B2-B996-D7DE71D07393} + + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + DynamicLibrary + true + Unicode + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + mapi32.lib;ws2_32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + Fast + Level3 + 4996;%(DisableSpecificWarnings) + NotUsing + false + + + + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin11\lib + mapi32.lib;ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Level3 + NotUsing + false + + + + + true + true + $(IntDir)$(TargetName).lib + true + Windows + false + $(ProfileDir)..\..\bin11\lib + mapi32.lib;ws2_32.lib;%(AdditionalDependencies) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + EnableFastChecks + MultiThreadedDebugDLL + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Disabled + Level3 + NotUsing + false + + + + + $(IntDir)$(TargetName).lib + false + true + Windows + $(ProfileDir)..\..\bin11\lib + mapi32.lib;ws2_32.lib;%(AdditionalDependencies) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + \ No newline at end of file diff --git a/plugins/Exchange/Exchange_11.vcxproj.filters b/plugins/Exchange/Exchange_11.vcxproj.filters new file mode 100644 index 0000000000..9e3b1007cb --- /dev/null +++ b/plugins/Exchange/Exchange_11.vcxproj.filters @@ -0,0 +1,90 @@ + + + + + {24d86034-8014-45b2-83d7-5b0f0dcd7302} + + + {db8d9eca-31e8-4d72-b8bf-f83f663d6fd4} + + + {bd7eb20f-c543-40d6-9556-32b3c127a442} + + + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + Header files + + + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + Source files + + + + + Resource files + + + Resource files + + + + + Resource files + + + Resource files + + + + + \ No newline at end of file -- cgit v1.2.3