This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
LeaguePackets.sln
43 lines (43 loc) · 2.58 KB
/
LeaguePackets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaguePackets", "LeaguePackets\LeaguePackets.csproj", "{6B86971B-1812-406E-ABD1-3B4B78565642}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaguePacketsTests", "LeaguePacketsTests\LeaguePacketsTests.csproj", "{3B2A0A27-E234-41D3-A0BC-8074D48979F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaguePacketsSender", "LeaguePacketsSender\LeaguePacketsSender.csproj", "{00DD9684-9411-448D-B02B-521FB046A9C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaguePacketsSerializer", "LeaguePacketsSerializer\LeaguePacketsSerializer.csproj", "{D1A7DEC8-A486-4E06-BB54-2A3E52A489C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B86971B-1812-406E-ABD1-3B4B78565642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B86971B-1812-406E-ABD1-3B4B78565642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B86971B-1812-406E-ABD1-3B4B78565642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B86971B-1812-406E-ABD1-3B4B78565642}.Release|Any CPU.Build.0 = Release|Any CPU
{3B2A0A27-E234-41D3-A0BC-8074D48979F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B2A0A27-E234-41D3-A0BC-8074D48979F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B2A0A27-E234-41D3-A0BC-8074D48979F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B2A0A27-E234-41D3-A0BC-8074D48979F3}.Release|Any CPU.Build.0 = Release|Any CPU
{00DD9684-9411-448D-B02B-521FB046A9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00DD9684-9411-448D-B02B-521FB046A9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00DD9684-9411-448D-B02B-521FB046A9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00DD9684-9411-448D-B02B-521FB046A9C0}.Release|Any CPU.Build.0 = Release|Any CPU
{D1A7DEC8-A486-4E06-BB54-2A3E52A489C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A7DEC8-A486-4E06-BB54-2A3E52A489C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A7DEC8-A486-4E06-BB54-2A3E52A489C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A7DEC8-A486-4E06-BB54-2A3E52A489C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {413757EE-602C-472E-9605-0829380205BB}
EndGlobalSection
EndGlobal