-
Notifications
You must be signed in to change notification settings - Fork 2
/
BeatTogether.Core.sln
42 lines (42 loc) · 2.43 KB
/
BeatTogether.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.Core.Messaging", "BeatTogether.Core.Messaging\BeatTogether.Core.Messaging.csproj", "{E28CDCB2-AA4A-4D2D-8CCB-1F3B3D7A70BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.Core.Security", "BeatTogether.Core.Security\BeatTogether.Core.Security.csproj", "{CBA6EFCD-ABBF-49AA-B9F7-4F3AAC4821CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{68C43D6A-C8F7-4BE0-96DB-3B576B666C8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreServer", "dependencies\NetCoreServer\source\NetCoreServer\NetCoreServer.csproj", "{5C1D006F-2301-47A7-9C67-9CF16A888D8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E28CDCB2-AA4A-4D2D-8CCB-1F3B3D7A70BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E28CDCB2-AA4A-4D2D-8CCB-1F3B3D7A70BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E28CDCB2-AA4A-4D2D-8CCB-1F3B3D7A70BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E28CDCB2-AA4A-4D2D-8CCB-1F3B3D7A70BE}.Release|Any CPU.Build.0 = Release|Any CPU
{CBA6EFCD-ABBF-49AA-B9F7-4F3AAC4821CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBA6EFCD-ABBF-49AA-B9F7-4F3AAC4821CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBA6EFCD-ABBF-49AA-B9F7-4F3AAC4821CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBA6EFCD-ABBF-49AA-B9F7-4F3AAC4821CF}.Release|Any CPU.Build.0 = Release|Any CPU
{5C1D006F-2301-47A7-9C67-9CF16A888D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1D006F-2301-47A7-9C67-9CF16A888D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1D006F-2301-47A7-9C67-9CF16A888D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1D006F-2301-47A7-9C67-9CF16A888D8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C1D006F-2301-47A7-9C67-9CF16A888D8B} = {68C43D6A-C8F7-4BE0-96DB-3B576B666C8E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D074D30D-60D5-4042-9867-E4E6F4EAB464}
EndGlobalSection
EndGlobal