-
Notifications
You must be signed in to change notification settings - Fork 20
/
ItsNotASecurityBoundary.sln
50 lines (50 loc) · 2.87 KB
/
ItsNotASecurityBoundary.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
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32802.440
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ItsNotASecurityBoundary", "ItsNotASecurityBoundary\ItsNotASecurityBoundary.vcxproj", "{B2E27B81-83D9-47C6-A27E-94A79D0234D7}"
ProjectSection(ProjectDependencies) = postProject
{18110AF9-D47E-4E25-991C-53D692CCCDDE} = {18110AF9-D47E-4E25-991C-53D692CCCDDE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utils", "Utils\Utils.vcxproj", "{18110AF9-D47E-4E25-991C-53D692CCCDDE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PayloadDriver", "PayloadDriver\PayloadDriver.vcxproj", "{44B17CE3-1E49-44A6-8357-DBF08559985C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FineButWeCanStillEasilyStopIt", "FineButWeCanStillEasilyStopIt\FineButWeCanStillEasilyStopIt.vcxproj", "{9EF4C13E-4599-461D-80B1-3D456AB3B53C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2E27B81-83D9-47C6-A27E-94A79D0234D7}.Debug|x64.ActiveCfg = Debug|x64
{B2E27B81-83D9-47C6-A27E-94A79D0234D7}.Debug|x64.Build.0 = Debug|x64
{B2E27B81-83D9-47C6-A27E-94A79D0234D7}.Release|x64.ActiveCfg = Release|x64
{B2E27B81-83D9-47C6-A27E-94A79D0234D7}.Release|x64.Build.0 = Release|x64
{18110AF9-D47E-4E25-991C-53D692CCCDDE}.Debug|x64.ActiveCfg = Debug|x64
{18110AF9-D47E-4E25-991C-53D692CCCDDE}.Debug|x64.Build.0 = Debug|x64
{18110AF9-D47E-4E25-991C-53D692CCCDDE}.Release|x64.ActiveCfg = Release|x64
{18110AF9-D47E-4E25-991C-53D692CCCDDE}.Release|x64.Build.0 = Release|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Debug|x64.ActiveCfg = Debug|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Debug|x64.Build.0 = Debug|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Debug|x64.Deploy.0 = Debug|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Release|x64.ActiveCfg = Release|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Release|x64.Build.0 = Release|x64
{44B17CE3-1E49-44A6-8357-DBF08559985C}.Release|x64.Deploy.0 = Release|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Debug|x64.ActiveCfg = Debug|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Debug|x64.Build.0 = Debug|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Debug|x64.Deploy.0 = Debug|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Release|x64.ActiveCfg = Release|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Release|x64.Build.0 = Release|x64
{9EF4C13E-4599-461D-80B1-3D456AB3B53C}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B643C9D-2874-4864-BDF2-3A8192FA5986}
EndGlobalSection
EndGlobal