-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVsGradeBook.sln
60 lines (60 loc) · 3.63 KB
/
VsGradeBook.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDE420A2-0953-46FE-B91B-92E19703EE05}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grader.Tests", "Grader.Tests\Grader.Tests.csproj", "{BF79DDE7-CA71-4DC5-A9DA-DF748A3EFFA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grader", "Grader\Grader.csproj", "{5B635451-D5D8-48B9-94FA-150154208FD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grader.Web", "Grader.Web\Grader.Web.csproj", "{8E023220-EC69-4436-88F6-33398B00326A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grader.Core", "Grader.Core\Grader.Core.csproj", "{29CF6A7A-AC05-4569-9738-A4B15629F914}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grader.Wpf", "Grader.Wpf\Grader.Wpf.csproj", "{2F534F50-7896-4A9D-823D-BD44C9255EA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsGrader", "VsGrader\VsGrader.csproj", "{C47B7BEF-39F4-47BE-8E40-15010B260771}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF79DDE7-CA71-4DC5-A9DA-DF748A3EFFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF79DDE7-CA71-4DC5-A9DA-DF748A3EFFA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF79DDE7-CA71-4DC5-A9DA-DF748A3EFFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF79DDE7-CA71-4DC5-A9DA-DF748A3EFFA4}.Release|Any CPU.Build.0 = Release|Any CPU
{5B635451-D5D8-48B9-94FA-150154208FD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B635451-D5D8-48B9-94FA-150154208FD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B635451-D5D8-48B9-94FA-150154208FD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B635451-D5D8-48B9-94FA-150154208FD4}.Release|Any CPU.Build.0 = Release|Any CPU
{8E023220-EC69-4436-88F6-33398B00326A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E023220-EC69-4436-88F6-33398B00326A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E023220-EC69-4436-88F6-33398B00326A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E023220-EC69-4436-88F6-33398B00326A}.Release|Any CPU.Build.0 = Release|Any CPU
{29CF6A7A-AC05-4569-9738-A4B15629F914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29CF6A7A-AC05-4569-9738-A4B15629F914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29CF6A7A-AC05-4569-9738-A4B15629F914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29CF6A7A-AC05-4569-9738-A4B15629F914}.Release|Any CPU.Build.0 = Release|Any CPU
{2F534F50-7896-4A9D-823D-BD44C9255EA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F534F50-7896-4A9D-823D-BD44C9255EA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F534F50-7896-4A9D-823D-BD44C9255EA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F534F50-7896-4A9D-823D-BD44C9255EA7}.Release|Any CPU.Build.0 = Release|Any CPU
{C47B7BEF-39F4-47BE-8E40-15010B260771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47B7BEF-39F4-47BE-8E40-15010B260771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47B7BEF-39F4-47BE-8E40-15010B260771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47B7BEF-39F4-47BE-8E40-15010B260771}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F64B331-379E-4AD7-94AC-930833EF7C08}
EndGlobalSection
EndGlobal