-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIowaHighSchoolFootballRPI.sln
93 lines (93 loc) · 6.1 KB
/
IowaHighSchoolFootballRPI.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
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogicTests", "BusinessLogicTests\BusinessLogicTests.csproj", "{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{DAB5C3FD-1852-439B-A66A-A82C8A746B77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{863189D6-308A-4447-BDC9-35A98217F2F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Website", "Website\Website.csproj", "{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|x64.ActiveCfg = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|x64.Build.0 = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Debug|x86.Build.0 = Debug|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|Any CPU.Build.0 = Release|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|x64.ActiveCfg = Release|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|x64.Build.0 = Release|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|x86.ActiveCfg = Release|Any CPU
{BEFC6122-5375-45FB-A2E2-9C94C9DE93F2}.Release|x86.Build.0 = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|x64.ActiveCfg = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|x64.Build.0 = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Debug|x86.Build.0 = Debug|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|x64.ActiveCfg = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|x64.Build.0 = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|x86.ActiveCfg = Release|Any CPU
{C8A93D8E-1F1E-4507-9671-B351D1A6DDD8}.Release|x86.Build.0 = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|x64.ActiveCfg = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|x64.Build.0 = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|x86.ActiveCfg = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Debug|x86.Build.0 = Debug|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|x64.ActiveCfg = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|x64.Build.0 = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|x86.ActiveCfg = Release|Any CPU
{DAB5C3FD-1852-439B-A66A-A82C8A746B77}.Release|x86.Build.0 = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|x64.ActiveCfg = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|x64.Build.0 = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|x86.ActiveCfg = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Debug|x86.Build.0 = Debug|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|Any CPU.Build.0 = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|x64.ActiveCfg = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|x64.Build.0 = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|x86.ActiveCfg = Release|Any CPU
{863189D6-308A-4447-BDC9-35A98217F2F3}.Release|x86.Build.0 = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|x64.ActiveCfg = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|x64.Build.0 = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|x86.ActiveCfg = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Debug|x86.Build.0 = Debug|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|Any CPU.Build.0 = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|x64.ActiveCfg = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|x64.Build.0 = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|x86.ActiveCfg = Release|Any CPU
{4FD67E31-68F8-4FC7-BBFD-F61FF6795775}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCD94BC0-1936-490E-B8C7-63DB23D328CB}
EndGlobalSection
EndGlobal