-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServerTestTool.sln
37 lines (37 loc) · 2.07 KB
/
ServerTestTool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerTestTool", "ServerTestTool\ServerTestTool.csproj", "{6A565A47-39A2-41B2-AE7C-E74CACBB521C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerTestToolWpf", "ServerTestToolWpf\ServerTestToolWpf.csproj", "{449DA648-DE8B-4D33-9600-9346AA2A9A9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerTestToolCore", "ServerTestToolCore\ServerTestToolCore.csproj", "{3260ACBC-311F-42E5-AF8F-7CDE759AE01B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A565A47-39A2-41B2-AE7C-E74CACBB521C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A565A47-39A2-41B2-AE7C-E74CACBB521C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A565A47-39A2-41B2-AE7C-E74CACBB521C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A565A47-39A2-41B2-AE7C-E74CACBB521C}.Release|Any CPU.Build.0 = Release|Any CPU
{449DA648-DE8B-4D33-9600-9346AA2A9A9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449DA648-DE8B-4D33-9600-9346AA2A9A9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449DA648-DE8B-4D33-9600-9346AA2A9A9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449DA648-DE8B-4D33-9600-9346AA2A9A9A}.Release|Any CPU.Build.0 = Release|Any CPU
{3260ACBC-311F-42E5-AF8F-7CDE759AE01B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3260ACBC-311F-42E5-AF8F-7CDE759AE01B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3260ACBC-311F-42E5-AF8F-7CDE759AE01B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3260ACBC-311F-42E5-AF8F-7CDE759AE01B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E96B35A4-521C-43B0-869F-12D9F5E0E684}
EndGlobalSection
EndGlobal