-
Notifications
You must be signed in to change notification settings - Fork 11
/
RansomwareDetectionService.sln
91 lines (91 loc) · 6.32 KB
/
RansomwareDetectionService.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RansomwareDetectionService", "RansomwareDetectionService\RansomwareDetectionService.csproj", "{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}"
ProjectSection(ProjectDependencies) = postProject
{967BC755-1841-41C9-865C-21022E0018A6} = {967BC755-1841-41C9-865C-21022E0018A6}
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4} = {1724BDDA-4347-4B91-AB8B-7156E1A45EA4}
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "RansomwareDetectionServiceInstaller", "RansomwareDetectionServiceInstaller\BackupRetentionServiceInstaller.vdproj", "{9B036E35-A516-428E-B0FB-401D84F1E416}"
ProjectSection(ProjectDependencies) = postProject
{967BC755-1841-41C9-865C-21022E0018A6} = {967BC755-1841-41C9-865C-21022E0018A6}
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4} = {1724BDDA-4347-4B91-AB8B-7156E1A45EA4}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RansomwareDetectionSystemTray", "RansomwareDetectionSystemTray\RansomwareDetectionSystemTray.csproj", "{571FB77B-846B-4294-A342-B36358BE45AE}"
ProjectSection(ProjectDependencies) = postProject
{967BC755-1841-41C9-865C-21022E0018A6} = {967BC755-1841-41C9-865C-21022E0018A6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RansomwareDetectionLib", "RansomwareDetection\RansomwareDetectionLib.csproj", "{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentDetectorLib", "ContentDetectorLibrary\ContentDetectorLib.csproj", "{967BC755-1841-41C9-865C-21022E0018A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|Any CPU.ActiveCfg = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|Any CPU.Build.0 = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|x86.ActiveCfg = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Debug|x86.Build.0 = Debug|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Release|Any CPU.ActiveCfg = Release|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Release|Mixed Platforms.Build.0 = Release|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Release|x86.ActiveCfg = Release|x86
{70F7CCF9-9A5E-4BD1-ACEF-5B1A05B3113F}.Release|x86.Build.0 = Release|x86
{9B036E35-A516-428E-B0FB-401D84F1E416}.Debug|Any CPU.ActiveCfg = Debug
{9B036E35-A516-428E-B0FB-401D84F1E416}.Debug|Any CPU.Build.0 = Debug
{9B036E35-A516-428E-B0FB-401D84F1E416}.Debug|Mixed Platforms.ActiveCfg = Debug
{9B036E35-A516-428E-B0FB-401D84F1E416}.Debug|Mixed Platforms.Build.0 = Debug
{9B036E35-A516-428E-B0FB-401D84F1E416}.Debug|x86.ActiveCfg = Debug
{9B036E35-A516-428E-B0FB-401D84F1E416}.Release|Any CPU.ActiveCfg = Release
{9B036E35-A516-428E-B0FB-401D84F1E416}.Release|Any CPU.Build.0 = Release
{9B036E35-A516-428E-B0FB-401D84F1E416}.Release|Mixed Platforms.ActiveCfg = Release
{9B036E35-A516-428E-B0FB-401D84F1E416}.Release|Mixed Platforms.Build.0 = Release
{9B036E35-A516-428E-B0FB-401D84F1E416}.Release|x86.ActiveCfg = Release
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|Any CPU.ActiveCfg = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|Any CPU.Build.0 = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|x86.ActiveCfg = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Debug|x86.Build.0 = Debug|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Release|Any CPU.ActiveCfg = Release|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Release|Mixed Platforms.Build.0 = Release|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Release|x86.ActiveCfg = Release|x86
{571FB77B-846B-4294-A342-B36358BE45AE}.Release|x86.Build.0 = Release|x86
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Debug|x86.ActiveCfg = Debug|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Release|Any CPU.Build.0 = Release|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1724BDDA-4347-4B91-AB8B-7156E1A45EA4}.Release|x86.ActiveCfg = Release|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Release|Any CPU.Build.0 = Release|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{967BC755-1841-41C9-865C-21022E0018A6}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal