-
Notifications
You must be signed in to change notification settings - Fork 3
/
MeetUpPlanner.sln
46 lines (46 loc) · 2.75 KB
/
MeetUpPlanner.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeetUpPlanner.Server", "MeetUpPlanner\Server\MeetUpPlanner.Server.csproj", "{81854D6C-6C3E-49BD-B83D-C5BC79476DC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeetUpPlanner.Client", "MeetUpPlanner\Client\MeetUpPlanner.Client.csproj", "{C8D5A915-2818-4459-B5EE-F459C3412F65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeetUpPlanner.Shared", "MeetUpPlanner\Shared\MeetUpPlanner.Shared.csproj", "{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeetUpPlanner.Functions", "MeetUpFunctions\MeetUpPlanner.Functions.csproj", "{7831B180-DFD7-4C01-B86D-58F3B02334C5}"
ProjectSection(ProjectDependencies) = postProject
{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D} = {0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81854D6C-6C3E-49BD-B83D-C5BC79476DC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81854D6C-6C3E-49BD-B83D-C5BC79476DC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81854D6C-6C3E-49BD-B83D-C5BC79476DC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81854D6C-6C3E-49BD-B83D-C5BC79476DC2}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D5A915-2818-4459-B5EE-F459C3412F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D5A915-2818-4459-B5EE-F459C3412F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D5A915-2818-4459-B5EE-F459C3412F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D5A915-2818-4459-B5EE-F459C3412F65}.Release|Any CPU.Build.0 = Release|Any CPU
{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C2846F6-C6AC-4669-B267-E0F5AAE45D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{7831B180-DFD7-4C01-B86D-58F3B02334C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7831B180-DFD7-4C01-B86D-58F3B02334C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7831B180-DFD7-4C01-B86D-58F3B02334C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7831B180-DFD7-4C01-B86D-58F3B02334C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D853D7DE-9E57-4A4D-8729-F51AFBFE4320}
EndGlobalSection
EndGlobal