-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path脚手架.sln
53 lines (53 loc) · 2.82 KB
/
脚手架.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
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "网关", "网关", "{1812F55B-736F-4C76-8196-F18272F9CBFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "服务", "服务", "{34850168-CE1F-439A-8962-52E09192002E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "认证", "认证", "{FC620975-B7F0-486C-BAA5-3059A1F36ACA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ID4.IdServer", "ID4.IdServer\ID4.IdServer.csproj", "{B63EB757-F242-458B-83B4-7A51ED589822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway", "Gateway\Gateway.csproj", "{D0298971-4AC9-48C7-AB18-9A43F4A8801C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "chat1", "chat1\chat1.csproj", "{43811D88-DE25-47D4-BE9B-9C4F64CF9C55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B63EB757-F242-458B-83B4-7A51ED589822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63EB757-F242-458B-83B4-7A51ED589822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63EB757-F242-458B-83B4-7A51ED589822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63EB757-F242-458B-83B4-7A51ED589822}.Release|Any CPU.Build.0 = Release|Any CPU
{D0298971-4AC9-48C7-AB18-9A43F4A8801C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0298971-4AC9-48C7-AB18-9A43F4A8801C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0298971-4AC9-48C7-AB18-9A43F4A8801C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0298971-4AC9-48C7-AB18-9A43F4A8801C}.Release|Any CPU.Build.0 = Release|Any CPU
{43811D88-DE25-47D4-BE9B-9C4F64CF9C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43811D88-DE25-47D4-BE9B-9C4F64CF9C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43811D88-DE25-47D4-BE9B-9C4F64CF9C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43811D88-DE25-47D4-BE9B-9C4F64CF9C55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B63EB757-F242-458B-83B4-7A51ED589822} = {FC620975-B7F0-486C-BAA5-3059A1F36ACA}
{D0298971-4AC9-48C7-AB18-9A43F4A8801C} = {1812F55B-736F-4C76-8196-F18272F9CBFD}
{43811D88-DE25-47D4-BE9B-9C4F64CF9C55} = {34850168-CE1F-439A-8962-52E09192002E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7BA9BA4-3370-4381-A332-EF3E4906A52D}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
$1.CommitMessageStyle = $2
$2.IncludeDirectoryPaths = True
EndGlobalSection
EndGlobal