-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodingChallenge.sln
More file actions
43 lines (43 loc) · 2.55 KB
/
CodingChallenge.sln
File metadata and controls
43 lines (43 loc) · 2.55 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeometryHierarchy", "GeometryHierarchy\GeometryHierarchy.csproj", "{60CAE55C-35A7-4087-BEE1-03044C192BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextEvaluator", "TextEvaluator\TextEvaluator.csproj", "{9027EF88-4B66-4686-A04F-680AF5B960A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokemonViewer", "PokemonViewer\PokemonViewer.csproj", "{903ED0C3-34A7-45AD-A53D-E79D71CA09FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonViewerTests", "PokemonViewerTests\PokemonViewerTests.csproj", "{42C7DFF9-A605-4C09-9415-83AD622CD3D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60CAE55C-35A7-4087-BEE1-03044C192BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60CAE55C-35A7-4087-BEE1-03044C192BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60CAE55C-35A7-4087-BEE1-03044C192BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60CAE55C-35A7-4087-BEE1-03044C192BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{9027EF88-4B66-4686-A04F-680AF5B960A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9027EF88-4B66-4686-A04F-680AF5B960A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9027EF88-4B66-4686-A04F-680AF5B960A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9027EF88-4B66-4686-A04F-680AF5B960A1}.Release|Any CPU.Build.0 = Release|Any CPU
{903ED0C3-34A7-45AD-A53D-E79D71CA09FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903ED0C3-34A7-45AD-A53D-E79D71CA09FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903ED0C3-34A7-45AD-A53D-E79D71CA09FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903ED0C3-34A7-45AD-A53D-E79D71CA09FB}.Release|Any CPU.Build.0 = Release|Any CPU
{42C7DFF9-A605-4C09-9415-83AD622CD3D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C7DFF9-A605-4C09-9415-83AD622CD3D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C7DFF9-A605-4C09-9415-83AD622CD3D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42C7DFF9-A605-4C09-9415-83AD622CD3D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {839F47DA-F429-4933-AE28-B8666D2DF4E6}
EndGlobalSection
EndGlobal