-
Notifications
You must be signed in to change notification settings - Fork 0
/
PersonByAge.sln
42 lines (42 loc) · 2.13 KB
/
PersonByAge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25102.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6897AB7A-A3AD-44E8-B09E-E9F8CCF168B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58D507DC-3033-4CFB-819F-86AC7F333398}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PersonByAge", "src\PersonByAge\PersonByAge.xproj", "{F08FF62D-97A4-47F3-B31A-F5310480FF12}"
ProjectSection(ProjectDependencies) = postProject
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C} = {651C4D2E-7B37-4CAC-8D64-5EB3810B600C}
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Personal", "src\Personal\Personal.xproj", "{651C4D2E-7B37-4CAC-8D64-5EB3810B600C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F08FF62D-97A4-47F3-B31A-F5310480FF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F08FF62D-97A4-47F3-B31A-F5310480FF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F08FF62D-97A4-47F3-B31A-F5310480FF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F08FF62D-97A4-47F3-B31A-F5310480FF12}.Release|Any CPU.Build.0 = Release|Any CPU
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F08FF62D-97A4-47F3-B31A-F5310480FF12} = {6897AB7A-A3AD-44E8-B09E-E9F8CCF168B2}
{651C4D2E-7B37-4CAC-8D64-5EB3810B600C} = {6897AB7A-A3AD-44E8-B09E-E9F8CCF168B2}
EndGlobalSection
EndGlobal