-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
MLAPI.ServerList.sln
31 lines (30 loc) · 2.02 KB
/
MLAPI.ServerList.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLAPI.ServerList.Server", "MLAPI.ServerList.Server\MLAPI.ServerList.Server.csproj", "{A9B57DAF-7FBF-46CF-9BD9-36E925B6EFAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLAPI.ServerList.Client", "MLAPI.ServerList.Client\MLAPI.ServerList.Client.csproj", "{49D8D72C-8E8C-43A7-A366-E1831EE24625}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MLAPI.ServerList.Shared", "MLAPI.ServerList.Shared\MLAPI.ServerList.Shared.shproj", "{E4A4F493-8E04-4CBD-B35A-EA6BA2770045}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientExample", "ClientExample\ClientExample.csproj", "{3EEE2C5A-7B56-4A4E-914C-BFC963E15A4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9B57DAF-7FBF-46CF-9BD9-36E925B6EFAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B57DAF-7FBF-46CF-9BD9-36E925B6EFAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B57DAF-7FBF-46CF-9BD9-36E925B6EFAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B57DAF-7FBF-46CF-9BD9-36E925B6EFAA}.Release|Any CPU.Build.0 = Release|Any CPU
{49D8D72C-8E8C-43A7-A366-E1831EE24625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D8D72C-8E8C-43A7-A366-E1831EE24625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D8D72C-8E8C-43A7-A366-E1831EE24625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D8D72C-8E8C-43A7-A366-E1831EE24625}.Release|Any CPU.Build.0 = Release|Any CPU
{3EEE2C5A-7B56-4A4E-914C-BFC963E15A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EEE2C5A-7B56-4A4E-914C-BFC963E15A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EEE2C5A-7B56-4A4E-914C-BFC963E15A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EEE2C5A-7B56-4A4E-914C-BFC963E15A4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal