forked from joakimskoog/AnApiOfIceAndFire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnApiOfIceAndFire.sln
72 lines (72 loc) · 4.39 KB
/
AnApiOfIceAndFire.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnApiOfIceAndFire", "src\AnApiOfIceAndFire\AnApiOfIceAndFire.csproj", "{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{38881ED6-B7BA-4273-B421-2ED256FECF7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{83A9DFF2-D534-4ACE-B65C-F1D7B5916A35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnApiOfIceAndFire.Tests", "tests\AnApiOfIceAndFire.Tests\AnApiOfIceAndFire.Tests.csproj", "{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnApiOfIceAndFire.Data", "src\AnApiOfIceAndFire.Data\AnApiOfIceAndFire.Data.csproj", "{1B7AEDDD-542D-437B-9D24-D04B6184EA90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnApiOfIceAndFire.Data.Tests", "tests\AnApiOfIceAndFire.Data.Tests\AnApiOfIceAndFire.Data.Tests.csproj", "{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{B8D0279E-3777-4BCE-821F-CCC20F60621F}"
ProjectSection(SolutionItems) = preProject
data\books.json = data\books.json
data\characters.json = data\characters.json
data\houses.json = data\houses.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnApiOfIceAndFire.DataFeeder", "data\AnApiOfIceAndFire.DataFeeder\AnApiOfIceAndFire.DataFeeder.csproj", "{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6B56F03-DBAB-4E8F-AE2D-5959415343C2}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7AEDDD-542D-437B-9D24-D04B6184EA90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7AEDDD-542D-437B-9D24-D04B6184EA90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7AEDDD-542D-437B-9D24-D04B6184EA90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7AEDDD-542D-437B-9D24-D04B6184EA90}.Release|Any CPU.Build.0 = Release|Any CPU
{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD}.Release|Any CPU.Build.0 = Release|Any CPU
{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5E02BFB-4A53-4867-B55C-D8F1CFFC316F} = {38881ED6-B7BA-4273-B421-2ED256FECF7B}
{AA0E58ED-EBE1-470F-B5FB-36259DBCA79B} = {83A9DFF2-D534-4ACE-B65C-F1D7B5916A35}
{1B7AEDDD-542D-437B-9D24-D04B6184EA90} = {38881ED6-B7BA-4273-B421-2ED256FECF7B}
{6596AA15-FDFE-495A-B4DF-DDB8988E8FCD} = {83A9DFF2-D534-4ACE-B65C-F1D7B5916A35}
{A2544BE8-ACA2-4EFE-9D90-ACF9F680738E} = {B8D0279E-3777-4BCE-821F-CCC20F60621F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FB77914-FF1F-449C-B94A-C876D7DA4503}
EndGlobalSection
EndGlobal