@@ -584,6 +584,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databases", "Databases", "{
584584EndProject
585585Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "mod_pgsql" , "src\mod\databases\mod_pgsql\mod_pgsql.2017.vcxproj" , "{1BA65811-5453-46F6-8190-9ECEEFEB7DF2}"
586586EndProject
587+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "mod_mariadb" , "src\mod\databases\mod_mariadb\mod_mariadb.2017.vcxproj" , "{0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC}"
588+ EndProject
587589Global
588590 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
589591 All| Win32 = All| Win32
@@ -2675,6 +2677,18 @@ Global
26752677 {1BA65811-5453-46F6-8190-9ECEEFEB7DF2} .Release| Win32 .Build .0 = Release| Win32
26762678 {1BA65811-5453-46F6-8190-9ECEEFEB7DF2} .Release| x64 .ActiveCfg = Release| x64
26772679 {1BA65811-5453-46F6-8190-9ECEEFEB7DF2} .Release| x64 .Build .0 = Release| x64
2680+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .All| Win32 .ActiveCfg = Release| Win32
2681+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .All| Win32 .Build .0 = Release| Win32
2682+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .All| x64 .ActiveCfg = Release| x64
2683+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .All| x64 .Build .0 = Release| x64
2684+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Debug| Win32 .ActiveCfg = Debug| Win32
2685+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Debug| Win32 .Build .0 = Debug| Win32
2686+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Debug| x64 .ActiveCfg = Debug| x64
2687+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Debug| x64 .Build .0 = Debug| x64
2688+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Release| Win32 .ActiveCfg = Release| Win32
2689+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Release| Win32 .Build .0 = Release| Win32
2690+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Release| x64 .ActiveCfg = Release| x64
2691+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} .Release| x64 .Build .0 = Release| x64
26782692 EndGlobalSection
26792693 GlobalSection (SolutionProperties ) = preSolution
26802694 HideSolutionNode = FALSE
@@ -2886,6 +2900,7 @@ Global
28862900 {B19AE6FC-BFFF-428D-B483-3BBEAECCC618} = {E72B5BCB-6462-4D23-B419-3AF1A4AC3D78}
28872901 {BC1FD72E-1CD5-4525-A7F5-17C5740BFDED} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
28882902 {1BA65811-5453-46F6-8190-9ECEEFEB7DF2} = {31C2761D-20E0-4BF8-98B9-E32F0D8DD6E1}
2903+ {0B612F84-7533-4DEC-AEDD-5C9CBCF15EAC} = {31C2761D-20E0-4BF8-98B9-E32F0D8DD6E1}
28892904 EndGlobalSection
28902905 GlobalSection (ExtensibilityGlobals ) = postSolution
28912906 SolutionGuid = {09840DE7-9208-45AA-9667-1A71EE93BD1E}
0 commit comments