-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebCommandLine.sln
55 lines (55 loc) · 3.34 KB
/
WebCommandLine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp.MvcDemo", "WebApp.MvcDemo\WebApp.MvcDemo.csproj", "{549DD2E8-70A0-4741-8651-49FE867F4D98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCommandLine", "WebCommandLine\WebCommandLine.csproj", "{2362E2E3-91A6-4003-8EF7-F85182BC993F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCommandLine.Commands", "WebCommandLine.Commands\WebCommandLine.Commands.csproj", "{D02EFD33-BE5E-47BD-8931-6D08B9C96A0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F2FB9C8-3167-4C53-B3CE-2D55DA2830E9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp.RazorPagesDemo", "WebApp.RazorPagesDemo\WebApp.RazorPagesDemo.csproj", "{9BF2FF21-4036-472A-88A0-BC1131E29654}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCommandLine.Contracts", "WebCommandLine.Contracts\WebCommandLine.Contracts.csproj", "{E7E3B8AA-38CB-4C60-BC3E-E8A02147C8BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{549DD2E8-70A0-4741-8651-49FE867F4D98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{549DD2E8-70A0-4741-8651-49FE867F4D98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{549DD2E8-70A0-4741-8651-49FE867F4D98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{549DD2E8-70A0-4741-8651-49FE867F4D98}.Release|Any CPU.Build.0 = Release|Any CPU
{2362E2E3-91A6-4003-8EF7-F85182BC993F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2362E2E3-91A6-4003-8EF7-F85182BC993F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2362E2E3-91A6-4003-8EF7-F85182BC993F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2362E2E3-91A6-4003-8EF7-F85182BC993F}.Release|Any CPU.Build.0 = Release|Any CPU
{D02EFD33-BE5E-47BD-8931-6D08B9C96A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02EFD33-BE5E-47BD-8931-6D08B9C96A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02EFD33-BE5E-47BD-8931-6D08B9C96A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02EFD33-BE5E-47BD-8931-6D08B9C96A0F}.Release|Any CPU.Build.0 = Release|Any CPU
{9BF2FF21-4036-472A-88A0-BC1131E29654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF2FF21-4036-472A-88A0-BC1131E29654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BF2FF21-4036-472A-88A0-BC1131E29654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF2FF21-4036-472A-88A0-BC1131E29654}.Release|Any CPU.Build.0 = Release|Any CPU
{E7E3B8AA-38CB-4C60-BC3E-E8A02147C8BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7E3B8AA-38CB-4C60-BC3E-E8A02147C8BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7E3B8AA-38CB-4C60-BC3E-E8A02147C8BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7E3B8AA-38CB-4C60-BC3E-E8A02147C8BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04D09EA2-BD3D-40DF-B8A1-BC5AA55ADF7D}
EndGlobalSection
EndGlobal