-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJDMallen.CodingExercises.sln
46 lines (46 loc) · 2.45 KB
/
JDMallen.CodingExercises.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JDMallen.CodingExercises", "src\JDMallen.CodingExercises\JDMallen.CodingExercises.csproj", "{F0B771F3-FDFD-49AC-9062-30CCF2B3F253}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JDMallen.CodingExercises.Tests", "test\JDMallen.CodingExercises.Tests\JDMallen.CodingExercises.Tests.csproj", "{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4D46B81C-76C2-45EF-9313-A9CC2660176C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D237D7DB-0009-46FA-BE0A-7CCA83593499}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E144EB94-8CC7-45DA-BDA9-C3C46268D9F5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
JDMallen.CodingExercises.sln.DotSettings = JDMallen.CodingExercises.sln.DotSettings
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0B771F3-FDFD-49AC-9062-30CCF2B3F253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0B771F3-FDFD-49AC-9062-30CCF2B3F253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0B771F3-FDFD-49AC-9062-30CCF2B3F253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0B771F3-FDFD-49AC-9062-30CCF2B3F253}.Release|Any CPU.Build.0 = Release|Any CPU
{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F0B771F3-FDFD-49AC-9062-30CCF2B3F253} = {4D46B81C-76C2-45EF-9313-A9CC2660176C}
{468FCEC4-2B17-44C0-BAB2-93731B0AD0A6} = {D237D7DB-0009-46FA-BE0A-7CCA83593499}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {620F3A04-8D3D-4B0B-B76E-0E5475F91FAB}
EndGlobalSection
EndGlobal