-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLearnJsonEverything.sln
42 lines (42 loc) · 2.59 KB
/
LearnJsonEverything.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 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearnJsonEverything", "LearnJsonEverything\LearnJsonEverything.csproj", "{82FEC514-66E5-4034-9845-7C66B753D6FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearnJsonEverything.Template", "LearnJsonEverything.Template\LearnJsonEverything.Template.csproj", "{B85D9C1F-3C5B-40E5-905B-9D5461E7E076}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearnJsonEverything.Tests", "LearnJsonEverything.Tests\LearnJsonEverything.Tests.csproj", "{F01F40CE-A765-4DAB-85C2-39C391BAC00D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearnJsonEverything.LessonEditor", "LearnJsonEverything.LessonEditor\LearnJsonEverything.LessonEditor.csproj", "{4ED20CD1-539C-48A7-9B72-24830C1F2CB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82FEC514-66E5-4034-9845-7C66B753D6FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82FEC514-66E5-4034-9845-7C66B753D6FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82FEC514-66E5-4034-9845-7C66B753D6FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82FEC514-66E5-4034-9845-7C66B753D6FD}.Release|Any CPU.Build.0 = Release|Any CPU
{B85D9C1F-3C5B-40E5-905B-9D5461E7E076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B85D9C1F-3C5B-40E5-905B-9D5461E7E076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B85D9C1F-3C5B-40E5-905B-9D5461E7E076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B85D9C1F-3C5B-40E5-905B-9D5461E7E076}.Release|Any CPU.Build.0 = Release|Any CPU
{F01F40CE-A765-4DAB-85C2-39C391BAC00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F01F40CE-A765-4DAB-85C2-39C391BAC00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F01F40CE-A765-4DAB-85C2-39C391BAC00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F01F40CE-A765-4DAB-85C2-39C391BAC00D}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED20CD1-539C-48A7-9B72-24830C1F2CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED20CD1-539C-48A7-9B72-24830C1F2CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED20CD1-539C-48A7-9B72-24830C1F2CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AA173CD-4653-4F51-AEEC-2E656C67953D}
EndGlobalSection
EndGlobal