-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathFragmentNetslumServer.sln
43 lines (43 loc) · 2.67 KB
/
FragmentNetslumServer.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.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FragmentNetslumServer", "FragmentNetslumServer\FragmentNetslumServer.csproj", "{E24F2253-4792-4DB6-AA71-7262CA891A3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FragmentNetslumServerLauncher", "FragmentNetslumServerLauncher\FragmentNetslumServerLauncher.csproj", "{F1360378-9ED1-46D6-AB60-1CF4F1B79F96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FragmentNetslumServerWebApi", "FragmentNetslumServerWebApi\FragmentNetslumServerWebApi.csproj", "{A6BB141E-02F4-46EB-82E4-B7A02D86F1E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FragmentNetslumServerPubSub", "FragmentNetslumServerPubSub\FragmentNetslumServerPubSub.csproj", "{B19DBDC7-2568-4E63-A140-F6E0AB9BB5E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E24F2253-4792-4DB6-AA71-7262CA891A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24F2253-4792-4DB6-AA71-7262CA891A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24F2253-4792-4DB6-AA71-7262CA891A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24F2253-4792-4DB6-AA71-7262CA891A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{F1360378-9ED1-46D6-AB60-1CF4F1B79F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1360378-9ED1-46D6-AB60-1CF4F1B79F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1360378-9ED1-46D6-AB60-1CF4F1B79F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1360378-9ED1-46D6-AB60-1CF4F1B79F96}.Release|Any CPU.Build.0 = Release|Any CPU
{A6BB141E-02F4-46EB-82E4-B7A02D86F1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6BB141E-02F4-46EB-82E4-B7A02D86F1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6BB141E-02F4-46EB-82E4-B7A02D86F1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6BB141E-02F4-46EB-82E4-B7A02D86F1E8}.Release|Any CPU.Build.0 = Release|Any CPU
{B19DBDC7-2568-4E63-A140-F6E0AB9BB5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B19DBDC7-2568-4E63-A140-F6E0AB9BB5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B19DBDC7-2568-4E63-A140-F6E0AB9BB5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B19DBDC7-2568-4E63-A140-F6E0AB9BB5E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CCF6F06-C7E8-47F1-A7C5-39C6ED7CC7D7}
EndGlobalSection
EndGlobal