-
Notifications
You must be signed in to change notification settings - Fork 3
/
Metaverse-Social-Practice.sln
33 lines (33 loc) · 1.53 KB
/
Metaverse-Social-Practice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "App", "App", "{9173D683-D32F-4B76-B791-F4D61896AF41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{0EF981B8-90ED-4DCE-8B2E-B60A5CFA1EF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Session", "App\API\Session\Session.csproj", "{731F6BFB-E78E-4846-9747-4F083FA5A3CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{731F6BFB-E78E-4846-9747-4F083FA5A3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731F6BFB-E78E-4846-9747-4F083FA5A3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{731F6BFB-E78E-4846-9747-4F083FA5A3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{731F6BFB-E78E-4846-9747-4F083FA5A3CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0EF981B8-90ED-4DCE-8B2E-B60A5CFA1EF7} = {9173D683-D32F-4B76-B791-F4D61896AF41}
{731F6BFB-E78E-4846-9747-4F083FA5A3CE} = {0EF981B8-90ED-4DCE-8B2E-B60A5CFA1EF7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {013B17D7-FF5C-44BE-85CC-7BE17B76DB83}
EndGlobalSection
EndGlobal