-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeepSecure.sln
48 lines (48 loc) · 2.44 KB
/
DeepSecure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepSecure.ThreatRemoval", "src\DeepSecure.ThreatRemoval\DeepSecure.ThreatRemoval.csproj", "{AC1A50F7-541D-49A1-A12D-044502EC88FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepSecure.ThreatRemoval.Test", "test\DeepSecure.ThreatRemoval.Test\DeepSecure.ThreatRemoval.Test.csproj", "{F504709C-E0BF-4E99-994C-73051288CFA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B66E2476-F4AB-4F6B-9608-07A5DF8BFC4D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitmessage = .gitmessage
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D3DDB5C1-DA0B-4F35-820E-B91496C2D93A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FFA88785-6B20-41DB-8D9F-9E1B90EE98AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC1A50F7-541D-49A1-A12D-044502EC88FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC1A50F7-541D-49A1-A12D-044502EC88FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC1A50F7-541D-49A1-A12D-044502EC88FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC1A50F7-541D-49A1-A12D-044502EC88FB}.Release|Any CPU.Build.0 = Release|Any CPU
{F504709C-E0BF-4E99-994C-73051288CFA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F504709C-E0BF-4E99-994C-73051288CFA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F504709C-E0BF-4E99-994C-73051288CFA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F504709C-E0BF-4E99-994C-73051288CFA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F442CED-8ADF-4D60-96A1-CEAD06DFF7DA}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC1A50F7-541D-49A1-A12D-044502EC88FB} = {D3DDB5C1-DA0B-4F35-820E-B91496C2D93A}
{F504709C-E0BF-4E99-994C-73051288CFA7} = {FFA88785-6B20-41DB-8D9F-9E1B90EE98AF}
EndGlobalSection
EndGlobal