-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathProcessGuard.sln
43 lines (43 loc) · 2.58 KB
/
ProcessGuard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessGuard", "ProcessGuard\ProcessGuard.csproj", "{FFBA2E0C-5E8F-46A6-9549-83E03EF1B77D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessGuard.Common", "ProcessGuard.Common\ProcessGuard.Common.csproj", "{88BA32A1-946E-425C-A2D7-8A4345AD90EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessGuardService", "ProcessGuardService\ProcessGuardService.csproj", "{CEE80E8A-5787-4103-A639-A0D236FD1190}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessGuard.CommonTests", "ProcessGuard.CommonTests\ProcessGuard.CommonTests.csproj", "{6061213A-B8D9-489C-B5B7-C8DD3DE87C44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFBA2E0C-5E8F-46A6-9549-83E03EF1B77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFBA2E0C-5E8F-46A6-9549-83E03EF1B77D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFBA2E0C-5E8F-46A6-9549-83E03EF1B77D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFBA2E0C-5E8F-46A6-9549-83E03EF1B77D}.Release|Any CPU.Build.0 = Release|Any CPU
{88BA32A1-946E-425C-A2D7-8A4345AD90EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88BA32A1-946E-425C-A2D7-8A4345AD90EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88BA32A1-946E-425C-A2D7-8A4345AD90EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88BA32A1-946E-425C-A2D7-8A4345AD90EF}.Release|Any CPU.Build.0 = Release|Any CPU
{CEE80E8A-5787-4103-A639-A0D236FD1190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEE80E8A-5787-4103-A639-A0D236FD1190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEE80E8A-5787-4103-A639-A0D236FD1190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEE80E8A-5787-4103-A639-A0D236FD1190}.Release|Any CPU.Build.0 = Release|Any CPU
{6061213A-B8D9-489C-B5B7-C8DD3DE87C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6061213A-B8D9-489C-B5B7-C8DD3DE87C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6061213A-B8D9-489C-B5B7-C8DD3DE87C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6061213A-B8D9-489C-B5B7-C8DD3DE87C44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0990B59-C358-4648-A72F-AAF0A36E8F36}
EndGlobalSection
EndGlobal