forked from microsoft/AttackSurfaceAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AttackSurfaceAnalyzer.sln
57 lines (57 loc) · 2.96 KB
/
AttackSurfaceAnalyzer.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
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E30E3FA-AECD-4BF3-9EAA-9D6C16D5E991}"
ProjectSection(SolutionItems) = preProject
analyses.json = analyses.json
BUILD.md = BUILD.md
CONTRIBUTING.md = CONTRIBUTING.md
filters.json = filters.json
LICENSE.txt = LICENSE.txt
PRIVACY.md = PRIVACY.md
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsaLib", "Lib\AsaLib.csproj", "{5069C7AB-2264-4768-AB42-358251B0863A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateDocfx", "GenerateDocfx\GenerateDocfx.csproj", "{99B076F7-8861-40DC-8523-5A67EA58295D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asa", "Asa\Asa.csproj", "{6429632B-E160-47C1-AB12-18D4438CDF4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsaTests", "AsaTests\AsaTests.csproj", "{0C720734-2DA7-470A-9EAD-8FB5BCCF6924}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5069C7AB-2264-4768-AB42-358251B0863A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5069C7AB-2264-4768-AB42-358251B0863A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5069C7AB-2264-4768-AB42-358251B0863A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5069C7AB-2264-4768-AB42-358251B0863A}.Release|Any CPU.Build.0 = Release|Any CPU
{99B076F7-8861-40DC-8523-5A67EA58295D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99B076F7-8861-40DC-8523-5A67EA58295D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99B076F7-8861-40DC-8523-5A67EA58295D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99B076F7-8861-40DC-8523-5A67EA58295D}.Release|Any CPU.Build.0 = Release|Any CPU
{6429632B-E160-47C1-AB12-18D4438CDF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6429632B-E160-47C1-AB12-18D4438CDF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6429632B-E160-47C1-AB12-18D4438CDF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6429632B-E160-47C1-AB12-18D4438CDF4B}.Release|Any CPU.Build.0 = Release|Any CPU
{0C720734-2DA7-470A-9EAD-8FB5BCCF6924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C720734-2DA7-470A-9EAD-8FB5BCCF6924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C720734-2DA7-470A-9EAD-8FB5BCCF6924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C720734-2DA7-470A-9EAD-8FB5BCCF6924}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF34C31E-FA0E-4FB8-B566-6907C5F6339E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 2.1-alpha
EndGlobalSection
EndGlobal