This repository has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpressNetCore.sln
81 lines (81 loc) · 5.11 KB
/
ExpressNetCore.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressNetCore", "ExpressNetCore\ExpressNetCore.csproj", "{A42198DB-308D-41DA-B062-4C716AA691E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B67D5731-ACEC-4F53-9AEC-AAC440F483A1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
README.md = README.md
Roslynator.ruleset = Roslynator.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld", "samples\HelloWorld\HelloWorld.csproj", "{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{38942FA4-F956-4067-B275-5992A63FB1D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorView", "samples\RazorView\RazorView.csproj", "{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Routers", "samples\Routers\Routers.csproj", "{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "React", "samples\React\React.csproj", "{6062F624-333A-46D3-A9DD-258C67E89105}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{E3A076E8-AE15-43AE-BA03-09B4D4DE2E67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressNetCoreBasicTemplate", "templates\ExpressNetCoreBasicTemplate\ExpressNetCoreBasicTemplate.csproj", "{725C94E4-DF04-433E-A5E5-6C86B58A7713}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressNetCoreVsix", "templates\ExpressNetCoreVsix\ExpressNetCoreVsix.csproj", "{37D87A55-2B50-4E11-8808-C6129030AAB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A42198DB-308D-41DA-B062-4C716AA691E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A42198DB-308D-41DA-B062-4C716AA691E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A42198DB-308D-41DA-B062-4C716AA691E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A42198DB-308D-41DA-B062-4C716AA691E3}.Release|Any CPU.Build.0 = Release|Any CPU
{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530}.Release|Any CPU.Build.0 = Release|Any CPU
{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD}.Release|Any CPU.Build.0 = Release|Any CPU
{6062F624-333A-46D3-A9DD-258C67E89105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6062F624-333A-46D3-A9DD-258C67E89105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6062F624-333A-46D3-A9DD-258C67E89105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6062F624-333A-46D3-A9DD-258C67E89105}.Release|Any CPU.Build.0 = Release|Any CPU
{725C94E4-DF04-433E-A5E5-6C86B58A7713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725C94E4-DF04-433E-A5E5-6C86B58A7713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725C94E4-DF04-433E-A5E5-6C86B58A7713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725C94E4-DF04-433E-A5E5-6C86B58A7713}.Release|Any CPU.Build.0 = Release|Any CPU
{37D87A55-2B50-4E11-8808-C6129030AAB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D87A55-2B50-4E11-8808-C6129030AAB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D87A55-2B50-4E11-8808-C6129030AAB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D87A55-2B50-4E11-8808-C6129030AAB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C9CD9C4-7D69-4178-9FCB-6E3B88BED28D} = {38942FA4-F956-4067-B275-5992A63FB1D3}
{1E286AE6-8C41-4D4B-99E1-4F6ABE4DE530} = {38942FA4-F956-4067-B275-5992A63FB1D3}
{5EA2F047-E21B-460E-A76F-6B40C0D1A7CD} = {38942FA4-F956-4067-B275-5992A63FB1D3}
{6062F624-333A-46D3-A9DD-258C67E89105} = {38942FA4-F956-4067-B275-5992A63FB1D3}
{725C94E4-DF04-433E-A5E5-6C86B58A7713} = {E3A076E8-AE15-43AE-BA03-09B4D4DE2E67}
{37D87A55-2B50-4E11-8808-C6129030AAB7} = {E3A076E8-AE15-43AE-BA03-09B4D4DE2E67}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D293E50-6A3D-451F-8C6C-B2E6A9B035C7}
EndGlobalSection
EndGlobal