forked from CongGroup/INFOCOM-2016-DPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SecMB.sln
40 lines (40 loc) · 2.02 KB
/
SecMB.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Caravel", "Caravel\Caravel.vcxproj", "{1780A584-EF31-44D0-8EB5-FDA41C9C7C59}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MidBox", "MidBox\MidBox.vcxproj", "{11975565-F065-497E-B5EE-47CDA1130B7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleAnalysis", "RuleAnalysis\RuleAnalysis.csproj", "{2F0FDB8B-3E06-43F4-9B3F-950BDE3C9062}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B5E51F3-0FB6-49C0-BC80-71DB235A6E8F}"
ProjectSection(SolutionItems) = preProject
Makefile = Makefile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1780A584-EF31-44D0-8EB5-FDA41C9C7C59}.Debug|x86.ActiveCfg = Debug|Win32
{1780A584-EF31-44D0-8EB5-FDA41C9C7C59}.Debug|x86.Build.0 = Debug|Win32
{1780A584-EF31-44D0-8EB5-FDA41C9C7C59}.Release|x86.ActiveCfg = Release|Win32
{1780A584-EF31-44D0-8EB5-FDA41C9C7C59}.Release|x86.Build.0 = Release|Win32
{11975565-F065-497E-B5EE-47CDA1130B7D}.Debug|x86.ActiveCfg = Debug|Win32
{11975565-F065-497E-B5EE-47CDA1130B7D}.Debug|x86.Build.0 = Debug|Win32
{11975565-F065-497E-B5EE-47CDA1130B7D}.Release|x86.ActiveCfg = Release|Win32
{11975565-F065-497E-B5EE-47CDA1130B7D}.Release|x86.Build.0 = Release|Win32
{2F0FDB8B-3E06-43F4-9B3F-950BDE3C9062}.Debug|x86.ActiveCfg = Debug|x86
{2F0FDB8B-3E06-43F4-9B3F-950BDE3C9062}.Debug|x86.Build.0 = Debug|x86
{2F0FDB8B-3E06-43F4-9B3F-950BDE3C9062}.Release|x86.ActiveCfg = Release|x86
{2F0FDB8B-3E06-43F4-9B3F-950BDE3C9062}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal