-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnortCompiler.sln
More file actions
58 lines (58 loc) · 3.4 KB
/
SnortCompiler.sln
File metadata and controls
58 lines (58 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common\common.vcxproj", "{0C639590-DE81-4AB4-AA71-6CE6CAB424E4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "automaton", "automaton\automaton.vcxproj", "{673B9C32-B6AA-4451-80DE-93DF369B64DC}"
ProjectSection(ProjectDependencies) = postProject
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4} = {0C639590-DE81-4AB4-AA71-6CE6CAB424E4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compiler", "compiler\compiler.vcxproj", "{F6606B01-EE46-44B3-B199-A8A58B004BD9}"
ProjectSection(ProjectDependencies) = postProject
{673B9C32-B6AA-4451-80DE-93DF369B64DC} = {673B9C32-B6AA-4451-80DE-93DF369B64DC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GroupHashTest", "GroupHashTest\GroupHashTest.vcxproj", "{4C67E265-13A7-4F96-BBBC-B885E0DE6576}"
ProjectSection(ProjectDependencies) = postProject
{F6606B01-EE46-44B3-B199-A8A58B004BD9} = {F6606B01-EE46-44B3-B199-A8A58B004BD9}
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4} = {0C639590-DE81-4AB4-AA71-6CE6CAB424E4}
{E6C145F2-A57F-48D4-8B34-EA8166B984F8} = {E6C145F2-A57F-48D4-8B34-EA8166B984F8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grouphash", "grouphash\grouphash.vcxproj", "{E6C145F2-A57F-48D4-8B34-EA8166B984F8}"
ProjectSection(ProjectDependencies) = postProject
{F6606B01-EE46-44B3-B199-A8A58B004BD9} = {F6606B01-EE46-44B3-B199-A8A58B004BD9}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4}.Debug|Win32.ActiveCfg = Debug|Win32
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4}.Debug|Win32.Build.0 = Debug|Win32
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4}.Release|Win32.ActiveCfg = Release|Win32
{0C639590-DE81-4AB4-AA71-6CE6CAB424E4}.Release|Win32.Build.0 = Release|Win32
{673B9C32-B6AA-4451-80DE-93DF369B64DC}.Debug|Win32.ActiveCfg = Debug|Win32
{673B9C32-B6AA-4451-80DE-93DF369B64DC}.Debug|Win32.Build.0 = Debug|Win32
{673B9C32-B6AA-4451-80DE-93DF369B64DC}.Release|Win32.ActiveCfg = Release|Win32
{673B9C32-B6AA-4451-80DE-93DF369B64DC}.Release|Win32.Build.0 = Release|Win32
{F6606B01-EE46-44B3-B199-A8A58B004BD9}.Debug|Win32.ActiveCfg = Debug|Win32
{F6606B01-EE46-44B3-B199-A8A58B004BD9}.Debug|Win32.Build.0 = Debug|Win32
{F6606B01-EE46-44B3-B199-A8A58B004BD9}.Release|Win32.ActiveCfg = Release|Win32
{F6606B01-EE46-44B3-B199-A8A58B004BD9}.Release|Win32.Build.0 = Release|Win32
{4C67E265-13A7-4F96-BBBC-B885E0DE6576}.Debug|Win32.ActiveCfg = Debug|Win32
{4C67E265-13A7-4F96-BBBC-B885E0DE6576}.Debug|Win32.Build.0 = Debug|Win32
{4C67E265-13A7-4F96-BBBC-B885E0DE6576}.Release|Win32.ActiveCfg = Release|Win32
{4C67E265-13A7-4F96-BBBC-B885E0DE6576}.Release|Win32.Build.0 = Release|Win32
{E6C145F2-A57F-48D4-8B34-EA8166B984F8}.Debug|Win32.ActiveCfg = Debug|Win32
{E6C145F2-A57F-48D4-8B34-EA8166B984F8}.Debug|Win32.Build.0 = Debug|Win32
{E6C145F2-A57F-48D4-8B34-EA8166B984F8}.Release|Win32.ActiveCfg = Release|Win32
{E6C145F2-A57F-48D4-8B34-EA8166B984F8}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal