This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTCPingInfoView.sln
49 lines (49 loc) · 3.03 KB
/
TCPingInfoView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPingInfoView", "TCPingInfoView\TCPingInfoView.csproj", "{9CC24A76-98CD-4824-942F-C617373F8428}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPingInfoViewTests", "TCPingInfoViewTests\TCPingInfoViewTests.csproj", "{CFD67279-1B90-4F03-9BDB-5C4C86722D63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCPingInfoView-Wpf", "TCPingInfoView-Wpf\TCPingInfoView-Wpf.csproj", "{86588E5B-FE91-4B0A-8232-57858DC17296}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{25769791-5039-4ED7-B883-6373D73F943E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPingInfoViewLib", "TCPingInfoViewLib\TCPingInfoViewLib.csproj", "{D5667080-97D0-44F5-B050-2326570A091B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CC24A76-98CD-4824-942F-C617373F8428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC24A76-98CD-4824-942F-C617373F8428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC24A76-98CD-4824-942F-C617373F8428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC24A76-98CD-4824-942F-C617373F8428}.Release|Any CPU.Build.0 = Release|Any CPU
{CFD67279-1B90-4F03-9BDB-5C4C86722D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD67279-1B90-4F03-9BDB-5C4C86722D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD67279-1B90-4F03-9BDB-5C4C86722D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD67279-1B90-4F03-9BDB-5C4C86722D63}.Release|Any CPU.Build.0 = Release|Any CPU
{86588E5B-FE91-4B0A-8232-57858DC17296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86588E5B-FE91-4B0A-8232-57858DC17296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86588E5B-FE91-4B0A-8232-57858DC17296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86588E5B-FE91-4B0A-8232-57858DC17296}.Release|Any CPU.Build.0 = Release|Any CPU
{25769791-5039-4ED7-B883-6373D73F943E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25769791-5039-4ED7-B883-6373D73F943E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25769791-5039-4ED7-B883-6373D73F943E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25769791-5039-4ED7-B883-6373D73F943E}.Release|Any CPU.Build.0 = Release|Any CPU
{D5667080-97D0-44F5-B050-2326570A091B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5667080-97D0-44F5-B050-2326570A091B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5667080-97D0-44F5-B050-2326570A091B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5667080-97D0-44F5-B050-2326570A091B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11B320AA-AF17-4FFF-9966-66C1092C0BB6}
EndGlobalSection
EndGlobal