forked from CodeLouisville/CSharpClassProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLunch.sln
38 lines (38 loc) · 1.48 KB
/
Lunch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lunch", "Lunch\Lunch.csproj", "{FF926AD2-7C40-4D3D-B107-D027DFD5B7BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BA1C860-3408-4AB4-9B57-E0D96545484B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Week-1.md = Week-1.md
Week-2.md = Week-2.md
Week-3.md = Week-3.md
Week-4.md = Week-4.md
Week-5.md = Week-5.md
Week-6.md = Week-6.md
Week-7.md = Week-7.md
Week-8-Bonus.md = Week-8-Bonus.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF926AD2-7C40-4D3D-B107-D027DFD5B7BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF926AD2-7C40-4D3D-B107-D027DFD5B7BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF926AD2-7C40-4D3D-B107-D027DFD5B7BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF926AD2-7C40-4D3D-B107-D027DFD5B7BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2836D3F7-98CA-47D7-A848-4DE901FDAC98}
EndGlobalSection
EndGlobal