-
Notifications
You must be signed in to change notification settings - Fork 2
/
GradeSync.sln
42 lines (42 loc) · 2.33 KB
/
GradeSync.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1705.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1434C67B-40B0-4856-8199-960EE1A34E37}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "grade-sync-worker", "grade-sync-worker\grade-sync-worker.csproj", "{9014D019-5A6F-48AB-ACED-B44282C7738E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "grade-sync-api", "grade-sync-api\grade-sync-api.csproj", "{21795900-1E98-4816-B575-0A876F590268}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "grade-sync-test", "grade-sync-test\grade-sync-test.csproj", "{8AA43149-A106-45ED-A4FA-1758372C23EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9014D019-5A6F-48AB-ACED-B44282C7738E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9014D019-5A6F-48AB-ACED-B44282C7738E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9014D019-5A6F-48AB-ACED-B44282C7738E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9014D019-5A6F-48AB-ACED-B44282C7738E}.Release|Any CPU.Build.0 = Release|Any CPU
{21795900-1E98-4816-B575-0A876F590268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21795900-1E98-4816-B575-0A876F590268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21795900-1E98-4816-B575-0A876F590268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21795900-1E98-4816-B575-0A876F590268}.Release|Any CPU.Build.0 = Release|Any CPU
{8AA43149-A106-45ED-A4FA-1758372C23EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AA43149-A106-45ED-A4FA-1758372C23EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AA43149-A106-45ED-A4FA-1758372C23EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AA43149-A106-45ED-A4FA-1758372C23EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F964C0D-6EFC-45F6-9C1C-1B11C32355D9}
EndGlobalSection
EndGlobal