-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCJK.Restaurant.sln
46 lines (46 loc) · 2.63 KB
/
CJK.Restaurant.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.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FontEnd", "FontEnd", "{3F5DFB7B-A47E-48A5-AFE0-B398141EC66A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CJK.Web", "CJK.Web\CJK.Web.csproj", "{3620D851-FEF5-44D3-996B-8C366D6AC7EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{322E52AE-08CC-4C52-A6A9-F09328141665}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CJK.Service.ProductAPI", "CJK.Service.ProductAPI\CJK.Service.ProductAPI.csproj", "{2A116439-94BD-4951-AACD-1405EAA8680D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CJK.Services.Identity", "CJK.Services.Identity\CJK.Services.Identity.csproj", "{270C7AD8-8375-402A-9946-ABAB015C29C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3620D851-FEF5-44D3-996B-8C366D6AC7EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3620D851-FEF5-44D3-996B-8C366D6AC7EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3620D851-FEF5-44D3-996B-8C366D6AC7EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3620D851-FEF5-44D3-996B-8C366D6AC7EA}.Release|Any CPU.Build.0 = Release|Any CPU
{2A116439-94BD-4951-AACD-1405EAA8680D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A116439-94BD-4951-AACD-1405EAA8680D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A116439-94BD-4951-AACD-1405EAA8680D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A116439-94BD-4951-AACD-1405EAA8680D}.Release|Any CPU.Build.0 = Release|Any CPU
{270C7AD8-8375-402A-9946-ABAB015C29C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270C7AD8-8375-402A-9946-ABAB015C29C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270C7AD8-8375-402A-9946-ABAB015C29C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270C7AD8-8375-402A-9946-ABAB015C29C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3620D851-FEF5-44D3-996B-8C366D6AC7EA} = {3F5DFB7B-A47E-48A5-AFE0-B398141EC66A}
{2A116439-94BD-4951-AACD-1405EAA8680D} = {322E52AE-08CC-4C52-A6A9-F09328141665}
{270C7AD8-8375-402A-9946-ABAB015C29C4} = {322E52AE-08CC-4C52-A6A9-F09328141665}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92A3C89F-D507-40CC-9FC7-8FB85B4AA1FE}
EndGlobalSection
EndGlobal