-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNetConnMon.sln
48 lines (48 loc) · 2.83 KB
/
NetConnMon.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.810.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetConnMon", "NetConnMon\NetConnMon.csproj", "{AAAF1598-CF2E-45E4-AD4C-89E44F90B9D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetConnMon.Domain", "NetConnMon.Domain\NetConnMon.Domain.csproj", "{B76164AF-88C4-441D-987B-503932AC7F64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetConnMon.Persistence", "NetConnMon.Persistence\NetConnMon.Persistence.csproj", "{158F54BE-8358-41AC-9B95-090833651F2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetConnMon.Server", "NetConnMon.Server\NetConnMon.Server.csproj", "{30367628-B57B-438C-9077-2A29C23C886F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26C414FC-4DEF-4B2A-A07E-557D58891CB1}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAAF1598-CF2E-45E4-AD4C-89E44F90B9D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAAF1598-CF2E-45E4-AD4C-89E44F90B9D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAAF1598-CF2E-45E4-AD4C-89E44F90B9D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAAF1598-CF2E-45E4-AD4C-89E44F90B9D9}.Release|Any CPU.Build.0 = Release|Any CPU
{B76164AF-88C4-441D-987B-503932AC7F64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B76164AF-88C4-441D-987B-503932AC7F64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B76164AF-88C4-441D-987B-503932AC7F64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B76164AF-88C4-441D-987B-503932AC7F64}.Release|Any CPU.Build.0 = Release|Any CPU
{158F54BE-8358-41AC-9B95-090833651F2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{158F54BE-8358-41AC-9B95-090833651F2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{158F54BE-8358-41AC-9B95-090833651F2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{158F54BE-8358-41AC-9B95-090833651F2A}.Release|Any CPU.Build.0 = Release|Any CPU
{30367628-B57B-438C-9077-2A29C23C886F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30367628-B57B-438C-9077-2A29C23C886F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30367628-B57B-438C-9077-2A29C23C886F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30367628-B57B-438C-9077-2A29C23C886F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2B30AE3-EFF0-4258-AABB-FDF9D337BD2D}
EndGlobalSection
EndGlobal