-
Notifications
You must be signed in to change notification settings - Fork 3
/
NetEvent.sln
99 lines (99 loc) · 6.15 KB
/
NetEvent.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Server", "NetEvent\Server\NetEvent.Server.csproj", "{EA8B4AF8-EB3F-46C2-9F4E-A89C2256FF2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Client", "NetEvent\Client\NetEvent.Client.csproj", "{BA051BE4-0A13-4826-8A5B-187086701F09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Shared", "NetEvent\Shared\NetEvent.Shared.csproj", "{022166DF-4F21-4061-98C2-ED700901A221}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B9256C4-3252-41AA-9509-B3558E733FE8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
Makefile = Makefile
NetEvent\TestHelper\NetEvent.TestHelper.csproj = NetEvent\TestHelper\NetEvent.TestHelper.csproj
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Server.Tests", "NetEvent\Server.Tests\NetEvent.Server.Tests.csproj", "{CAE571E6-7953-4393-AE27-D2A93DD3DC81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6360A460-4B16-4D5B-9E06-FF2B60B06FF5}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F80CCC91-FA5D-4358-97A5-94A9215B116D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\test_and_build.yml = .github\workflows\test_and_build.yml
.github\workflows\update_dockerhub.yml = .github\workflows\update_dockerhub.yml
.github\workflows\website_build.yml = .github\workflows\website_build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sonarlint", ".sonarlint", "{2ECDCEB8-F6E8-486A-853C-4FB1D7BF3A40}"
ProjectSection(SolutionItems) = preProject
.sonarlint\lan2play_custom.ruleset = .sonarlint\lan2play_custom.ruleset
.sonarlint\lan2play_neteventcsharp.ruleset = .sonarlint\lan2play_neteventcsharp.ruleset
.sonarlint\NetEvent.slconfig = .sonarlint\NetEvent.slconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Client.Tests", "NetEvent\Client.Tests\NetEvent.Client.Tests.csproj", "{42715E12-913E-4481-9F20-76F308F02418}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.Shared.Tests", "NetEvent\Shared.Tests\NetEvent.Shared.Tests.csproj", "{C6F3D6F6-6BE0-4466-889E-756CA04809A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7840BECA-77F5-4043-AC23-1D7E6C816666}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvent.TestHelper", "NetEvent\TestHelper\NetEvent.TestHelper.csproj", "{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA8B4AF8-EB3F-46C2-9F4E-A89C2256FF2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8B4AF8-EB3F-46C2-9F4E-A89C2256FF2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8B4AF8-EB3F-46C2-9F4E-A89C2256FF2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8B4AF8-EB3F-46C2-9F4E-A89C2256FF2C}.Release|Any CPU.Build.0 = Release|Any CPU
{BA051BE4-0A13-4826-8A5B-187086701F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA051BE4-0A13-4826-8A5B-187086701F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA051BE4-0A13-4826-8A5B-187086701F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA051BE4-0A13-4826-8A5B-187086701F09}.Release|Any CPU.Build.0 = Release|Any CPU
{022166DF-4F21-4061-98C2-ED700901A221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022166DF-4F21-4061-98C2-ED700901A221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022166DF-4F21-4061-98C2-ED700901A221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022166DF-4F21-4061-98C2-ED700901A221}.Release|Any CPU.Build.0 = Release|Any CPU
{CAE571E6-7953-4393-AE27-D2A93DD3DC81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAE571E6-7953-4393-AE27-D2A93DD3DC81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAE571E6-7953-4393-AE27-D2A93DD3DC81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAE571E6-7953-4393-AE27-D2A93DD3DC81}.Release|Any CPU.Build.0 = Release|Any CPU
{42715E12-913E-4481-9F20-76F308F02418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42715E12-913E-4481-9F20-76F308F02418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42715E12-913E-4481-9F20-76F308F02418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42715E12-913E-4481-9F20-76F308F02418}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F3D6F6-6BE0-4466-889E-756CA04809A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F3D6F6-6BE0-4466-889E-756CA04809A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F3D6F6-6BE0-4466-889E-756CA04809A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F3D6F6-6BE0-4466-889E-756CA04809A6}.Release|Any CPU.Build.0 = Release|Any CPU
{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CAE571E6-7953-4393-AE27-D2A93DD3DC81} = {7840BECA-77F5-4043-AC23-1D7E6C816666}
{F80CCC91-FA5D-4358-97A5-94A9215B116D} = {6360A460-4B16-4D5B-9E06-FF2B60B06FF5}
{42715E12-913E-4481-9F20-76F308F02418} = {7840BECA-77F5-4043-AC23-1D7E6C816666}
{C6F3D6F6-6BE0-4466-889E-756CA04809A6} = {7840BECA-77F5-4043-AC23-1D7E6C816666}
{1A9DFB5A-CCBC-41B5-918E-FDE51E4F4BB6} = {7840BECA-77F5-4043-AC23-1D7E6C816666}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3B2A188-85C4-4F59-9C17-4227D122EA8F}
EndGlobalSection
EndGlobal