-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebMonitor.sln
40 lines (40 loc) · 2.33 KB
/
WebMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{983FC412-96FB-4B08-AFD7-E29CFECC35C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{15C0C8A8-6138-4672-A99E-9981D47145DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibMonitor", "LibMonitor\LibMonitor.csproj", "{723177DE-F6DE-44DC-AD4E-0E2B1F7D6E58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibHTTPServer", "HTTPServer\LibHTTPServer.csproj", "{1B5F5348-18E3-4A60-8CB9-F65DC36DF6EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{983FC412-96FB-4B08-AFD7-E29CFECC35C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983FC412-96FB-4B08-AFD7-E29CFECC35C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983FC412-96FB-4B08-AFD7-E29CFECC35C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983FC412-96FB-4B08-AFD7-E29CFECC35C8}.Release|Any CPU.Build.0 = Release|Any CPU
{15C0C8A8-6138-4672-A99E-9981D47145DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15C0C8A8-6138-4672-A99E-9981D47145DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15C0C8A8-6138-4672-A99E-9981D47145DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15C0C8A8-6138-4672-A99E-9981D47145DA}.Release|Any CPU.Build.0 = Release|Any CPU
{723177DE-F6DE-44DC-AD4E-0E2B1F7D6E58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{723177DE-F6DE-44DC-AD4E-0E2B1F7D6E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{723177DE-F6DE-44DC-AD4E-0E2B1F7D6E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{723177DE-F6DE-44DC-AD4E-0E2B1F7D6E58}.Release|Any CPU.Build.0 = Release|Any CPU
{1B5F5348-18E3-4A60-8CB9-F65DC36DF6EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B5F5348-18E3-4A60-8CB9-F65DC36DF6EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B5F5348-18E3-4A60-8CB9-F65DC36DF6EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B5F5348-18E3-4A60-8CB9-F65DC36DF6EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal