forked from ghostceo/FinalFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirServer.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
FirServer.sln
File metadata and controls
43 lines (43 loc) · 2.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirServer", "FirServer\FirServer.csproj", "{743E28EC-0AD0-44E2-A758-DF1EF6E755BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FirSango", "FirSango\FirSango.csproj", "{1CCD87BF-3A04-4175-9198-EA1734ED0001}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteNetLib", "Libraries\LiteNetLib\LiteNetLib.csproj", "{AF53701E-27F1-49E8-9511-1C4AD836622A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Xml", "Libraries\Mono.Xml\Mono.Xml.csproj", "{E4B95495-61E4-4BA1-9564-2FF3E9127007}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{743E28EC-0AD0-44E2-A758-DF1EF6E755BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{743E28EC-0AD0-44E2-A758-DF1EF6E755BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{743E28EC-0AD0-44E2-A758-DF1EF6E755BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{743E28EC-0AD0-44E2-A758-DF1EF6E755BD}.Release|Any CPU.Build.0 = Release|Any CPU
{1CCD87BF-3A04-4175-9198-EA1734ED0001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CCD87BF-3A04-4175-9198-EA1734ED0001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CCD87BF-3A04-4175-9198-EA1734ED0001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CCD87BF-3A04-4175-9198-EA1734ED0001}.Release|Any CPU.Build.0 = Release|Any CPU
{AF53701E-27F1-49E8-9511-1C4AD836622A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF53701E-27F1-49E8-9511-1C4AD836622A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF53701E-27F1-49E8-9511-1C4AD836622A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF53701E-27F1-49E8-9511-1C4AD836622A}.Release|Any CPU.Build.0 = Release|Any CPU
{E4B95495-61E4-4BA1-9564-2FF3E9127007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4B95495-61E4-4BA1-9564-2FF3E9127007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4B95495-61E4-4BA1-9564-2FF3E9127007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4B95495-61E4-4BA1-9564-2FF3E9127007}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90643DB0-FEF2-448F-BAB2-10769798D3A2}
EndGlobalSection
EndGlobal