mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
IIS: Adds mlogc to ModSecurity solution
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Express 2013 for Windows Desktop
|
||||
VisualStudioVersion = 12.0.21005.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Express 2013 for Windows Desktop
|
||||
VisualStudioVersion = 12.0.21005.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModSecurityIIS", "ModSecurityIIS.vcxproj", "{D1F7201F-064B-48AB-868C-FED22464841C}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mlogc", "mlogc.vcxproj", "{DD595511-33F2-475A-B36F-2A6B27E03FA0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
@@ -32,6 +34,22 @@ Global
|
||||
{D1F7201F-064B-48AB-868C-FED22464841C}.Release|x64.Build.0 = Release|x64
|
||||
{D1F7201F-064B-48AB-868C-FED22464841C}.Release|x86.ActiveCfg = Release|Win32
|
||||
{D1F7201F-064B-48AB-868C-FED22464841C}.Release|x86.Build.0 = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|x64.Build.0 = Debug|x64
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Debug|x86.Build.0 = Debug|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|Win32.Build.0 = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|x64.ActiveCfg = Release|x64
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|x64.Build.0 = Release|x64
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|x86.ActiveCfg = Release|Win32
|
||||
{DD595511-33F2-475A-B36F-2A6B27E03FA0}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Reference in New Issue
Block a user