-
Notifications
You must be signed in to change notification settings - Fork 59
/
Chapter01.sln
43 lines (43 loc) · 2.52 KB
/
Chapter01.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 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarking", "Benchmarking\Benchmarking.csproj", "{1DFCE902-4FB5-4B64-9CC9-0D5DF1CD2FDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeAnalyzing", "CodeAnalyzing\CodeAnalyzing.csproj", "{7F21AB3B-3DEB-4C02-99C3-A4EE2F1C4973}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitoringApp", "MonitoringApp\MonitoringApp.csproj", "{2CAEE186-7D2E-4191-AB76-CFAA2CD10E5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitoringLib", "MonitoringLib\MonitoringLib.csproj", "{3A289329-A399-4982-94B0-421EFEBA4AF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DFCE902-4FB5-4B64-9CC9-0D5DF1CD2FDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DFCE902-4FB5-4B64-9CC9-0D5DF1CD2FDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DFCE902-4FB5-4B64-9CC9-0D5DF1CD2FDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DFCE902-4FB5-4B64-9CC9-0D5DF1CD2FDB}.Release|Any CPU.Build.0 = Release|Any CPU
{7F21AB3B-3DEB-4C02-99C3-A4EE2F1C4973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F21AB3B-3DEB-4C02-99C3-A4EE2F1C4973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F21AB3B-3DEB-4C02-99C3-A4EE2F1C4973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F21AB3B-3DEB-4C02-99C3-A4EE2F1C4973}.Release|Any CPU.Build.0 = Release|Any CPU
{2CAEE186-7D2E-4191-AB76-CFAA2CD10E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CAEE186-7D2E-4191-AB76-CFAA2CD10E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CAEE186-7D2E-4191-AB76-CFAA2CD10E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CAEE186-7D2E-4191-AB76-CFAA2CD10E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{3A289329-A399-4982-94B0-421EFEBA4AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A289329-A399-4982-94B0-421EFEBA4AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A289329-A399-4982-94B0-421EFEBA4AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A289329-A399-4982-94B0-421EFEBA4AF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC5BF7A8-9024-432E-AE3C-DEF084EF4C20}
EndGlobalSection
EndGlobal