-
Notifications
You must be signed in to change notification settings - Fork 2
/
score.sln
28 lines (28 loc) · 1.56 KB
/
score.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F2088172-0E0B-4A24-9917-A0F3464FD96F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Score", "Score\Score.csproj", "{D486E7A9-0750-4D4E-8F86-3A15E108153C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Score.Console", "Score.Console\Score.Console.csproj", "{11874955-01F0-408D-AE9F-E800C8EF46A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D486E7A9-0750-4D4E-8F86-3A15E108153C} = {F2088172-0E0B-4A24-9917-A0F3464FD96F}
{11874955-01F0-408D-AE9F-E800C8EF46A8} = {F2088172-0E0B-4A24-9917-A0F3464FD96F}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D486E7A9-0750-4D4E-8F86-3A15E108153C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D486E7A9-0750-4D4E-8F86-3A15E108153C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D486E7A9-0750-4D4E-8F86-3A15E108153C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D486E7A9-0750-4D4E-8F86-3A15E108153C}.Release|Any CPU.Build.0 = Release|Any CPU
{11874955-01F0-408D-AE9F-E800C8EF46A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11874955-01F0-408D-AE9F-E800C8EF46A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11874955-01F0-408D-AE9F-E800C8EF46A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11874955-01F0-408D-AE9F-E800C8EF46A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal