-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScore.sln
More file actions
93 lines (93 loc) · 6 KB
/
Score.sln
File metadata and controls
93 lines (93 loc) · 6 KB
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 16
VisualStudioVersion = 16.0.32630.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "Score", "Score\Score.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
ProjectSection(ProjectDependencies) = postProject
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D} = {42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}
EndProjectSection
EndProject
Project("{D4B43EB3-688B-4EEE-86BD-088F0B28ABB3}") = "Score.MP", "Score.MP\Score.MP.mpproj", "{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}"
EndProject
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "Score.Reports", "Score.Reports\Score.Reports.rptproj", "{F27DCF24-BE5E-4745-966A-EC5CB14558EC}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Score.Database", "Score.Database\Score.Database.sqlproj", "{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
DebugLocal|Any CPU = DebugLocal|Any CPU
DebugLocal|x86 = DebugLocal|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|x86.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|x86.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|x86.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|x86.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|x86.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|x86.Build.0 = Release|Any CPU
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Debug|Any CPU.ActiveCfg = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Debug|Any CPU.Build.0 = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Debug|x86.ActiveCfg = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Debug|x86.Build.0 = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.DebugLocal|Any CPU.ActiveCfg = Release|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.DebugLocal|Any CPU.Build.0 = Release|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.DebugLocal|x86.ActiveCfg = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.DebugLocal|x86.Build.0 = Debug|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Release|Any CPU.ActiveCfg = Release|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Release|x86.ActiveCfg = Release|x86
{42D3D281-33C5-4CAA-8E84-F009DC8FAF6D}.Release|x86.Build.0 = Release|x86
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|Any CPU.ActiveCfg = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|Any CPU.Build.0 = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|Any CPU.Deploy.0 = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|x86.ActiveCfg = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|x86.Build.0 = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Debug|x86.Deploy.0 = Debug
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|Any CPU.ActiveCfg = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|Any CPU.Build.0 = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|Any CPU.Deploy.0 = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|x86.ActiveCfg = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|x86.Build.0 = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.DebugLocal|x86.Deploy.0 = DebugLocal
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|Any CPU.ActiveCfg = Release
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|Any CPU.Build.0 = Release
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|Any CPU.Deploy.0 = Release
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|x86.ActiveCfg = Release
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|x86.Build.0 = Release
{F27DCF24-BE5E-4745-966A-EC5CB14558EC}.Release|x86.Deploy.0 = Release
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|x86.ActiveCfg = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|x86.Build.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Debug|x86.Deploy.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|Any CPU.ActiveCfg = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|Any CPU.Build.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|Any CPU.Deploy.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|x86.ActiveCfg = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|x86.Build.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.DebugLocal|x86.Deploy.0 = Debug|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|Any CPU.Build.0 = Release|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|x86.ActiveCfg = Release|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|x86.Build.0 = Release|Any CPU
{CAD6EE61-2D4F-4B42-84F9-82427AB5C71B}.Release|x86.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95DD37AF-1B68-4C71-AAD9-56C18E9F19F0}
EndGlobalSection
EndGlobal