-
Notifications
You must be signed in to change notification settings - Fork 0
/
XanthiCommLib.sln
37 lines (37 loc) · 2.09 KB
/
XanthiCommLib.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 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XanthiClientTest_Raw", "XanthiClientTest_Raw\XanthiClientTest_Raw.xsproj", "{A318B603-89BD-4E7D-86BD-A02259D82544}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XanthiCommLib", "XanthiCommLib\XanthiCommLib.xsproj", "{E18C2D95-9164-487C-AEDF-8D58EC529C1F}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XanthiServerTest_Raw", "XanthiServerTest_Raw\XanthiServerTest_Raw.xsproj", "{23A2C6FB-428E-4AC2-A59A-4364285601B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A318B603-89BD-4E7D-86BD-A02259D82544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A318B603-89BD-4E7D-86BD-A02259D82544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A318B603-89BD-4E7D-86BD-A02259D82544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A318B603-89BD-4E7D-86BD-A02259D82544}.Release|Any CPU.Build.0 = Release|Any CPU
{E18C2D95-9164-487C-AEDF-8D58EC529C1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E18C2D95-9164-487C-AEDF-8D58EC529C1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E18C2D95-9164-487C-AEDF-8D58EC529C1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E18C2D95-9164-487C-AEDF-8D58EC529C1F}.Release|Any CPU.Build.0 = Release|Any CPU
{23A2C6FB-428E-4AC2-A59A-4364285601B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23A2C6FB-428E-4AC2-A59A-4364285601B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23A2C6FB-428E-4AC2-A59A-4364285601B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23A2C6FB-428E-4AC2-A59A-4364285601B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62141A8E-A178-4423-AFF9-37F54F3D85EC}
EndGlobalSection
EndGlobal