-
Notifications
You must be signed in to change notification settings - Fork 0
/
Couple.sln
43 lines (43 loc) · 2.49 KB
/
Couple.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 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Couple.Client", "Client\Couple.Client.csproj", "{C5668E2B-BBEB-45D2-ADA0-B45079BD22C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Couple.Shared", "Shared\Couple.Shared.csproj", "{BF40FDE1-00B3-420B-B3C8-3AC60A075A85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Couple.Messaging", "Messaging\Couple.Messaging.csproj", "{B6CF82EB-15D6-4E71-BEAE-F52FC2190109}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Couple.Api", "Api\Couple.Api.csproj", "{6B00AD00-E0DE-4444-8C5D-E7C8863B021D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5668E2B-BBEB-45D2-ADA0-B45079BD22C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5668E2B-BBEB-45D2-ADA0-B45079BD22C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5668E2B-BBEB-45D2-ADA0-B45079BD22C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5668E2B-BBEB-45D2-ADA0-B45079BD22C3}.Release|Any CPU.Build.0 = Release|Any CPU
{BF40FDE1-00B3-420B-B3C8-3AC60A075A85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF40FDE1-00B3-420B-B3C8-3AC60A075A85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF40FDE1-00B3-420B-B3C8-3AC60A075A85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF40FDE1-00B3-420B-B3C8-3AC60A075A85}.Release|Any CPU.Build.0 = Release|Any CPU
{B6CF82EB-15D6-4E71-BEAE-F52FC2190109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6CF82EB-15D6-4E71-BEAE-F52FC2190109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6CF82EB-15D6-4E71-BEAE-F52FC2190109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6CF82EB-15D6-4E71-BEAE-F52FC2190109}.Release|Any CPU.Build.0 = Release|Any CPU
{6B00AD00-E0DE-4444-8C5D-E7C8863B021D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B00AD00-E0DE-4444-8C5D-E7C8863B021D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B00AD00-E0DE-4444-8C5D-E7C8863B021D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B00AD00-E0DE-4444-8C5D-E7C8863B021D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61E7E154-90D9-40BA-B875-E47BA7726144}
EndGlobalSection
EndGlobal