-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConsolePages.sln
44 lines (44 loc) · 2.25 KB
/
ConsolePages.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04133555-6721-49AF-A720-C4B5FCEDBC24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsolePages", "src\ConsolePages.csproj", "{0C17F538-36C5-41D4-B2B2-787CABB9616B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BE9410FC-8905-460A-89A3-3355729EB1CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5251AFB5-332B-41A4-AB1E-BE4C92B8C885}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PagesTest", "tests\PagesTest\PagesTest.csproj", "{430059B2-56A1-4291-9254-7B374B40BE2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C17F538-36C5-41D4-B2B2-787CABB9616B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C17F538-36C5-41D4-B2B2-787CABB9616B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C17F538-36C5-41D4-B2B2-787CABB9616B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C17F538-36C5-41D4-B2B2-787CABB9616B}.Release|Any CPU.Build.0 = Release|Any CPU
{430059B2-56A1-4291-9254-7B374B40BE2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{430059B2-56A1-4291-9254-7B374B40BE2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{430059B2-56A1-4291-9254-7B374B40BE2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{430059B2-56A1-4291-9254-7B374B40BE2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C17F538-36C5-41D4-B2B2-787CABB9616B} = {04133555-6721-49AF-A720-C4B5FCEDBC24}
{430059B2-56A1-4291-9254-7B374B40BE2B} = {BE9410FC-8905-460A-89A3-3355729EB1CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFD61800-639B-4BF2-B43B-AC73576B8342}
EndGlobalSection
EndGlobal