-
Notifications
You must be signed in to change notification settings - Fork 3
/
BeatTogether.LiteNetLib.sln
37 lines (37 loc) · 2.14 KB
/
BeatTogether.LiteNetLib.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 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.LiteNetLib", "BeatTogether.LiteNetLib\BeatTogether.LiteNetLib.csproj", "{9EB57C40-309B-461B-A7F4-24EC4C8EE21A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.LiteNetLib.Tests", "BeatTogether.LiteNetLib.Tests\BeatTogether.LiteNetLib.Tests.csproj", "{AD7F1452-49FB-4B36-BC76-5CF6C21618CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.LNLTest", "BeatTogether.LNLTest\BeatTogether.LNLTest.csproj", "{37EC816E-A3C4-43F9-B5BE-122E316EDC67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EB57C40-309B-461B-A7F4-24EC4C8EE21A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EB57C40-309B-461B-A7F4-24EC4C8EE21A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EB57C40-309B-461B-A7F4-24EC4C8EE21A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EB57C40-309B-461B-A7F4-24EC4C8EE21A}.Release|Any CPU.Build.0 = Release|Any CPU
{AD7F1452-49FB-4B36-BC76-5CF6C21618CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD7F1452-49FB-4B36-BC76-5CF6C21618CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD7F1452-49FB-4B36-BC76-5CF6C21618CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD7F1452-49FB-4B36-BC76-5CF6C21618CB}.Release|Any CPU.Build.0 = Release|Any CPU
{37EC816E-A3C4-43F9-B5BE-122E316EDC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37EC816E-A3C4-43F9-B5BE-122E316EDC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37EC816E-A3C4-43F9-B5BE-122E316EDC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37EC816E-A3C4-43F9-B5BE-122E316EDC67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3047F9A3-8F7F-403D-87ED-9CB274A0D683}
EndGlobalSection
EndGlobal