-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathLxCommunicator.NET.sln
37 lines (37 loc) · 2.18 KB
/
LxCommunicator.NET.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.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LxCommunicator.NET", "LxCommunicator.NET\LxCommunicator.NET.csproj", "{BFE62D3B-F855-4A8F-8CFA-6178AB30B37F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LxCommunicator.NET.Example.Http", "LxCommunicator.NET.Example.Http\LxCommunicator.NET.Example.Http.csproj", "{5A793E57-2E50-48ED-AEF0-4DA3068FD591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LxCommunicator.NET.Example.Websocket", "LxCommunicator.NET.Example.Websocket\LxCommunicator.NET.Example.Websocket.csproj", "{6B606C6C-9497-439C-BE2C-7415CB1A3E06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFE62D3B-F855-4A8F-8CFA-6178AB30B37F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFE62D3B-F855-4A8F-8CFA-6178AB30B37F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFE62D3B-F855-4A8F-8CFA-6178AB30B37F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFE62D3B-F855-4A8F-8CFA-6178AB30B37F}.Release|Any CPU.Build.0 = Release|Any CPU
{5A793E57-2E50-48ED-AEF0-4DA3068FD591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A793E57-2E50-48ED-AEF0-4DA3068FD591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A793E57-2E50-48ED-AEF0-4DA3068FD591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A793E57-2E50-48ED-AEF0-4DA3068FD591}.Release|Any CPU.Build.0 = Release|Any CPU
{6B606C6C-9497-439C-BE2C-7415CB1A3E06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B606C6C-9497-439C-BE2C-7415CB1A3E06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B606C6C-9497-439C-BE2C-7415CB1A3E06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B606C6C-9497-439C-BE2C-7415CB1A3E06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0EFF03E-3B6D-416E-9DBF-3DEFD84F1E3E}
EndGlobalSection
EndGlobal