forked from RevenantX/LiteNetLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLiteNetLib.sln
More file actions
76 lines (76 loc) · 4.87 KB
/
LiteNetLib.sln
File metadata and controls
76 lines (76 loc) · 4.87 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteNetLib", "LiteNetLib\LiteNetLib.csproj", "{B0A014E4-0392-4E35-AA42-8FB5A40417E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteNetLibWin81", "LiteNetLibWin81\LiteNetLibWin81.csproj", "{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibSample", "LibSample\LibSample.csproj", "{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|ARM.Build.0 = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|x64.ActiveCfg = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|x64.Build.0 = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|x86.ActiveCfg = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Debug|x86.Build.0 = Debug|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|Any CPU.Build.0 = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|ARM.ActiveCfg = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|ARM.Build.0 = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|x64.ActiveCfg = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|x64.Build.0 = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|x86.ActiveCfg = Release|Any CPU
{B0A014E4-0392-4E35-AA42-8FB5A40417E0}.Release|x86.Build.0 = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|ARM.ActiveCfg = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|ARM.Build.0 = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|x64.ActiveCfg = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|x64.Build.0 = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|x86.ActiveCfg = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Debug|x86.Build.0 = Debug|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|Any CPU.Build.0 = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|ARM.ActiveCfg = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|ARM.Build.0 = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|x64.ActiveCfg = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|x64.Build.0 = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|x86.ActiveCfg = Release|Any CPU
{4CCFFD6B-352C-4C90-8B4C-C70FDD7F2550}.Release|x86.Build.0 = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|ARM.Build.0 = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|x64.Build.0 = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Debug|x86.Build.0 = Debug|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|Any CPU.Build.0 = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|ARM.ActiveCfg = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|ARM.Build.0 = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|x64.ActiveCfg = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|x64.Build.0 = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|x86.ActiveCfg = Release|Any CPU
{EF232CBE-04C8-4FD9-AE26-2F7EBBE81699}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal